39 lines
678 B
TOML
39 lines
678 B
TOML
name = "Qwen3.7 Plus"
|
|
description = "Multimodal Qwen workhorse for long-context agents, visual inputs, and coding"
|
|
family = "qwen"
|
|
release_date = "2026-06-02"
|
|
last_updated = "2026-06-04"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
knowledge = "2025-04"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "budget_tokens"
|
|
|
|
[cost]
|
|
input = 0.50
|
|
output = 3.00
|
|
cache_read = 0.05
|
|
cache_write = 0.625
|
|
|
|
[[cost.tiers]]
|
|
tier = { size = 256_000 }
|
|
input = 2.00
|
|
output = 6.00
|
|
cache_read = 0.20
|
|
cache_write = 2.50
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|