29 lines
577 B
TOML
29 lines
577 B
TOML
name = "Qwen3.7 Max"
|
|
description = "Flagship model for demanding analysis, coding, and production agent workflows"
|
|
family = "qwen3.7-max"
|
|
release_date = "2026-05-21"
|
|
last_updated = "2026-05-21"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", max = 262_144 }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2.50
|
|
output = 7.50
|
|
cache_read = 0.50
|
|
cache_write = 3.125
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/anthropic"
|