24 lines
434 B
TOML
24 lines
434 B
TOML
name = "Qwen3 Coder Flash"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
family = "qwen"
|
|
release_date = "2025-07-28"
|
|
last_updated = "2025-07-28"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2025-04"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.3
|
|
output = 1.5
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|