DeepSeek released V3-0324 — retroactively named V3.1 — on March 24, 2025. This was not a new architecture but a targeted training update to the original V3 MoE design, focused specifically on reasoning capabilities. The result was a substantial jump across math, coding, and instruction-following benchmarks without any API changes, pricing changes, or license changes.

V3.1 arrived at a competitive inflection point: GPT-4o dominated Arena-Hard, and Claude 3.7 Sonnet had just launched. V3.1's 91.2% on Arena-Hard placed it at the top of the leaderboard at release, establishing DeepSeek's V3 line as competitive with the best closed-source models on general reasoning — at a fraction of their API pricing.

What's New

What's New

Reasoning-focused fine-tuning: V3.1 preserved the core V3 MoE architecture (671B total / 37B active) and extended context window (128K), applying targeted post-training to improve mathematical reasoning, structured problem-solving, and instruction adherence. DeepSeek did not disclose the specific training methodology beyond "continued training," but benchmark improvements suggest reinforcement learning from human feedback (RLHF) or reinforcement learning from AI feedback (RLAIF) optimization for reasoning tasks.

Arena-Hard 91.2%: The jump from V3's 85.5% to 91.2% (+5.7pt) on the LMSys Arena-Hard benchmark placed V3.1 at #1 among publicly tested models at March 2025. Arena-Hard evaluates head-to-head model preferences from real user queries — a harder-to-game metric than academic benchmarks.

Math-500 97.2%: Near-ceiling performance on the 500-problem math competition benchmark. This improvement reflects the core purpose of V3.1 — sharper mathematical reasoning, not general capability expansion.

Drop-in compatibility: V3.1 uses the same deepseek-chat API endpoint, same OpenAI-compatible format, same pricing, and same 128K context window as V3. No migration required for applications already running on V3.

Architecture

Architecture

V3.1 maintains the original V3 MoE architecture unchanged:

Component V3.1 (V3-0324)
Total parameters 671B
Active parameters 37B
Architecture MoE with MLA (Multi-head Latent Attention)
Context window 128K tokens
Input price $0.27/M
Output price $1.10/M
License MIT
API endpoint deepseek-chat

Multi-head Latent Attention (MLA): V3's core attention innovation compresses key-value pairs into a latent vector, reducing KV cache memory requirements significantly compared to standard multi-head attention. This is the mechanism that makes 128K context practical on V3's deployment infrastructure.

MoE routing: V3 uses top-2 expert routing across 256 expert parameters, with 37B active at any given token. The sparse activation pattern keeps inference cost low despite the 671B total parameter count.

Why V3.1 matters architecturally: The V3 MoE design proved it could absorb post-training improvements without architectural changes. The +5.7pt Arena-Hard gain from continued training shows that the original V3 design had headroom — it wasn't trained to saturation. This established the pattern DeepSeek would continue through V3.2 and V4.

Benchmarks

Benchmarks

V3.1 at March 2025 release compared to contemporaries:

Benchmark V3.1 V3 (original) GPT-4o Claude 3.7 Sonnet Notes
Arena-Hard 91.2% 85.5% 80.4% 86.7% Head-to-head preference
Math-500 97.2% 90.2% 76.6% 97.3% Math competition problems
LiveCodeBench 49.2% 43.6% 46.5% 52.7% Real coding problems
MMLU 88.5% 88.5% 87.2% 88.3% General knowledge
HumanEval 92.1% 89.6% 90.2% 93.7% Code generation

Arena-Hard 91.2% was the headline — placing V3.1 above GPT-4o (80.4%) and near Claude 3.7 Sonnet (86.7%). The Math-500 improvement to 97.2% (+7pt from V3) is the clearest signal of the reasoning-specific training focus.

LiveCodeBench 49.2% trailed Claude 3.7 Sonnet's 52.7%, reflecting that V3.1's improvements were more pronounced on math and reasoning tasks than on competitive coding specifically.

Pricing in Context

Model Input ($/MTok) Output ($/MTok) Arena-Hard
V3.1 $0.27 $1.10 91.2%
V3 (original) $0.27 $1.10 85.5%
GPT-4o $5.00 $15.00 80.4%
Claude 3.7 Sonnet $3.00 $15.00 86.7%
Gemini 1.5 Pro $3.50 $10.50 72.0%

V3.1 at $0.27/M input delivered Arena-Hard 91.2% — better than GPT-4o ($5.00/M, 80.4%) and Claude 3.7 Sonnet ($3.00/M, 86.7%) at 11–18× lower cost. For reasoning-intensive workloads (math tutoring, structured analysis, multi-step problem solving), the V3.1 economics were compelling.

What It Means for Developers

Arena-Hard #1 with no code changes: V3.1 is a direct replacement for V3 via deepseek-chat — same endpoint, same pricing, significantly better reasoning. Any application built on DeepSeek V3 got the upgrade automatically when DeepSeek updated their inference stack. No migration required.

Math and structured reasoning: Math-500 97.2% makes V3.1 suitable for tutoring platforms, scientific computing assistants, and financial analysis applications where mathematical precision matters. The near-ceiling score indicates reliable handling of competition-grade math problems.

Cost-sensitive reasoning pipelines: At $0.27/M input, V3.1 enables reasoning-heavy agentic workflows at costs that would be prohibitive with GPT-4o or Claude. For chains requiring multiple model calls with substantial context — document analysis, iterative code review, multi-step research — the 11–18× price advantage is meaningful at scale.

Bridge to V3.2: V3.1 held the Arena-Hard #1 position for approximately three months before V3.2 (June 2025) introduced sparse attention and extended the context window to 256K. For teams that wanted V3-quality reasoning with maximum stability, V3.1 was the production choice during that window.

Availability

Bottom Line

V3.1 delivered +5.7pt on Arena-Hard (85.5% → 91.2%), +7pt on Math-500 (90.2% → 97.2%), and +5.6pt on LiveCodeBench (43.6% → 49.2%) — all at zero additional cost or API changes. At March 2025, it was the best-performing publicly available model on Arena-Hard, beating GPT-4o and Claude 3.7 Sonnet at 11–18× lower price. For developers running DeepSeek V3, V3.1 was a free upgrade; for teams evaluating frontier models, V3.1 changed the cost calculus for reasoning-intensive applications.

Resources


DeepSeek V3.1 (V3-0324) is available via the DeepSeek API under MIT license at platform.deepseek.com.