Back to Models
Qwen2.5 Coder 32B Instruct
qwen/qwen-2.5-coder-32b-instructNov 11, 202432.8K context$0.66/M in · $1.00/M out
Description
Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). Qwen2.5-Coder brings the following improvements upon CodeQwen1.5:
- Significantly improvements in code generation, code reasoning and code fixing.
- A more comprehensive foundation for real-world applications such as Code Agents. Not only enhancing coding capabilities but also maintaining its strengths in mathematics and general competencies.
To read more about its evaluation results, check out Qwen 2.5 Coder's blog.
Specifications
Provider
qwen
Context Length
32.8K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.66 |
| Output | $1.00 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-2.5-coder-32b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'