项目文件夹

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

29 行
603 B
TOML

name = "Qwen3.5 9B"
description = "Qwen vision-language model for visual reasoning, documents, and agent tasks"
family = "qwen"
release_date = "2026-03-13"
last_updated = "2026-03-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
open_weights = true
[interleaved]
field = "reasoning_content"
[cost]
input = 0.04
output = 0.15
cache_read = 0.008
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]