24 lines
432 B
TOML
24 lines
432 B
TOML
name = "Qwen3-Coder-Next"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
family = "qwen"
|
|
release_date = "2026-02-03"
|
|
last_updated = "2026-02-03"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-04"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.20
|
|
output = 1.50
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|