anomalyco--models.dev
25 行
456 B
TOML
25 行
456 B
TOML
name = "Qwen3 Coder Next"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
family = "qwen"
|
|
release_date = "2026-02-06"
|
|
last_updated = "2026-02-06"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.22
|
|
output = 1.8
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|