31 lines
719 B
TOML
31 lines
719 B
TOML
name = "Qwen3 Coder Plus"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# Coding Plan exact-string allowlist model. The plan docs document no reasoning
|
|
# toggle, effort, or numeric budget field for this model.
|
|
# Sources:
|
|
# https://www.alibabacloud.com/help/en/model-studio/coding-plan
|
|
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
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|