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

DeepSeek: DeepSeek V3.2

💰 Budget ClassOpen Weights

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

Compare Model
CCI (Capability)76.5Consensus: Contested ⚠
Context Window131,072Max token length
In/Out Pricing$0.2288/$0.3432Blended cost/1M: $0.26
Pulse (Popularity)50/100Adoption + discussion proxy

Model Description

OpenRouter model gateway for DeepSeek: DeepSeek V3.2.

Domain Averages

Reasoning70.5%
Coding67.3%
Math85.9%
Preference82.4%

Jury & Benchmark Signals

Source / HarnessScore
GPQA-Diamond59%
Humanity's Last Exam54%
MMLU-Pro86%
SWE-bench Verified42%
LiveCodeBench51%
AIME74%
LMArena style-controlled Elo1280

Consensus Discrepancy (Spread: 20.9 pts)

Source
Normalized
CCI Dev.
GPQA-Diamond
66
-10.5
Humanity's Last Exam
67.3
-9.2
MMLU-Pro
78.3
+1.8
SWE-bench Verified
64.9
-11.6
LiveCodeBench
69.6
-6.9
AIME
85.9
+9.4
LMArena style-controlled Elo
82.4
+5.9

Supported Modalities

INPUT:
text
OUTPUT:
text

Search Tags

#reasoning#coding#agentic#open-weight

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="deepseek/deepseek-v3.2",
  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": "deepseek/deepseek-v3.2",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

Community Debates & Mentions (0)

No active Reddit or Hacker News debates referencing this model this week.