Files
2026-07-13 12:28:55 +08:00

27 lines
657 B
TOML

# Chat `reasoning_effort` supports none|low|medium|high; `none` disables it.
# https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/qwen-3-5-9b/
name = "Qwen3.5-9B"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
release_date = "2026-04-22"
last_updated = "2026-04-22"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
temperature = true
tool_call = true
structured_output = true
open_weights = true
[cost]
input = 0.12
output = 0.18
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text", "image"]
output = ["text"]