← Back to Model Leaderboard
Qwen2.5 Coder 32B Instruct
💰 Budget ClassOpen WeightsDEVELOPED BY: Qwen • LAST UPDATED: 7/4/2026
CCI (Capability)59.6Consensus: Contested ⚠
Context Window128,000Max token length
In/Out Pricing$0.66/$1Blended cost/1M: $0.74
Pulse (Popularity)51/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 |
Consensus Discrepancy (Spread: 37.7 pts)
Source
Normalized
CCI Dev.
GPQA-Diamond
34
-25.6
Humanity's Last Exam
37.1
-22.5
MMLU-Pro
47.8
-11.8
SWE-bench Verified
62.8
+3.2
LiveCodeBench
71.7
+12.1
AIME
65.5
+5.9
LMArena style-controlled Elo
66.2
+6.6
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.