30 lines
603 B
TOML
30 lines
603 B
TOML
name = "Qwen3.6 Plus"
|
|
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
|
family = "qwen3.6"
|
|
release_date = "2026-04-02"
|
|
last_updated = "2026-04-02"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", max = 81_920 }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-04"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.50
|
|
output = 3.00
|
|
cache_read = 0.05
|
|
cache_write = 0.625
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/anthropic"
|