AGI Watch Active
GitHub
N
AI Nerd Hub
← Back to Model Leaderboard

Qwen2.5 Coder 32B Instruct

💰 Budget ClassOpen Weights

DEVELOPED BY: Qwen • LAST UPDATED: 7/4/2026

Compare Model
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 / HarnessScore
GPQA-Diamond44%
Humanity's Last Exam41%
MMLU-Pro79%
SWE-bench Verified41%
LiveCodeBench52%
AIME60%
LMArena style-controlled Elo1225

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.