20 lines
386 B
TOML
20 lines
386 B
TOML
name = "Qwen Plus"
|
|
description = "Qwen instruction model for multilingual chat, reasoning, and tool use"
|
|
family = "qwen"
|
|
release_date = "2024-01-25"
|
|
last_updated = "2025-09-11"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-04"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|