24 lines
436 B
TOML
24 lines
436 B
TOML
name = "Qwen Coder Plus"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
family = "qwen"
|
|
release_date = "2024-09-18"
|
|
last_updated = "2024-09-18"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.502
|
|
output = 1.004
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|