24 lines
443 B
TOML
24 lines
443 B
TOML
name = "Qwen2.5 Coder 32B Instruct"
|
|
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
|
family = "qwen"
|
|
release_date = "2025-02-27"
|
|
last_updated = "2025-02-27"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.66
|
|
output = 1
|
|
|
|
[limit]
|
|
context = 32_768
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|