← Back to Model Leaderboard
Qwen2.5 Coder 32B Instruct
💰 Budget ClassOpen WeightsDEVELOPED BY: Qwen • LAST UPDATED: 9/1/2026
CCI (Capability)59.6Consensus: N/A
Context Window32,768Max token length
In/Out Pricing$0.66/$1Blended cost/1M: $0.74
Pulse (Popularity)61/100Adoption + discussion proxy
Model Description
OpenRouter model gateway for Qwen2.5 Coder 32B Instruct.
Domain Averages
Reasoning39.7%
Coding67.3%
Math65.5%
Preference66.2%
Jury & Benchmark Signals
| Source / Harness | Score |
|---|---|
| GPQA-Diamond | 44% |
| Humanity's Last Exam | 41% |
| MMLU-Pro | 79% |
| SWE-bench Verified | 41% |
| LiveCodeBench | 52% |
| AIME | 60% |
| LMArena style-controlled Elo | 1225 |
Supported Modalities
INPUT:
text
OUTPUT:
text
Search Tags
#coding#open-weight#speed
How to Use This Model
Python SDK Integration:
import openai
client = openai.OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="YOUR_OPENROUTER_KEY"
)
response = client.chat.completions.create(
model="qwen/qwen-2.5-coder-32b-instruct",
messages=[
{"role": "user", "content": "Explain quantum entanglement in 1 sentence."}
]
)cURL Terminal Request:
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-2.5-coder-32b-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Community Debates & Mentions (0)
No active Reddit or Hacker News debates referencing this model this week.