23 lines
429 B
TOML
23 lines
429 B
TOML
name = "Qwen3-Coder-Next"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
family = "qwen"
|
|
release_date = "2026-03-01"
|
|
last_updated = "2026-03-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.30
|
|
output = 1.20
|
|
|
|
[limit]
|
|
context = 262144
|
|
output = 16384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |