anomalyco--models.dev
24 行
418 B
TOML
24 行
418 B
TOML
name = "Qwen3 Max"
|
|
description = "Flagship Qwen3 model for coding agents, complex reasoning, and tool use"
|
|
family = "qwen"
|
|
release_date = "2025-09-23"
|
|
last_updated = "2025-09-23"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2025-04"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.2
|
|
output = 6
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|