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

36 lines
693 B
TOML

name = "Qwen3.7 Plus"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "qwen3.7-plus"
release_date = "2026-06-02"
last_updated = "2026-06-02"
attachment = true
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", max = 262_144 }]
temperature = true
tool_call = true
open_weights = false
[cost]
input = 0.40
output = 1.60
cache_read = 0.04
cache_write = 0.5
[[cost.tiers]]
tier = { size = 256_000 }
input = 1.20
output = 4.80
cache_read = 0.12
cache_write = 1.50
[limit]
context = 1_000_000
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"