24 lines
435 B
TOML
24 lines
435 B
TOML
name = "Qwen3 Coder"
|
|
description = "Legacy model retained for compatibility with older integrations"
|
|
family = "qwen"
|
|
release_date = "2025-07-23"
|
|
last_updated = "2025-07-23"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2025-04"
|
|
tool_call = true
|
|
open_weights = true
|
|
status = "deprecated"
|
|
|
|
[cost]
|
|
input = 0.45
|
|
output = 1.8
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |