项目文件夹

文件
2026-07-13 12:28:55 +08:00

32 行
548 B
TOML

name = "Qwen3.5 Plus"
description = "Qwen vision-language model for visual reasoning, documents, and agent tasks"
family = "qwen"
release_date = "2026-02-16"
last_updated = "2026-02-16"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = false
[[reasoning_options]]
type = "toggle"
[[reasoning_options]]
type = "budget_tokens"
[cost]
input = 0.4
output = 2.4
reasoning = 2.4
[limit]
context = 1_000_000
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]