AI News

DeepSeek V4 Is Here: The Open-Source Model That Just Beat GPT-5.4 and Claude Opus 4.6 at Coding

DeepSeek V4 — Overview

DeepSeek just released the V4 series under MIT license, with two MoE variants:

ModelTotal ParamsActivated ParamsContextPrecision
DeepSeek-V4-Pro1.6T49B1MFP4 + FP8 Mixed
DeepSeek-V4-Flash284B13B1MFP4 + FP8 Mixed

Key Architectural Innovations

  • Hybrid Attention (CSA + HCA): Combines Compressed Sparse Attention and Heavily Compressed Attention. At 1M context, V4-Pro uses only 27% of the per-token inference FLOPs and 10% of the KV cache vs. V3.2.
  • Manifold-Constrained Hyper-Connections (mHC): Improves signal propagation stability across layers.
  • Muon Optimizer: Faster convergence and training stability.
  • Training data: 32T+ tokens, followed by a two-stage post-training pipeline (domain-expert SFT + GRPO-based RL, then unified on-policy distillation).
  • Three reasoning modes: Non-think, Think High, and Think Max (flagship “Max” mode, requires ≥384K context window).
DeepSeek V4 benchmarks

Benchmarks — Base Models (V3.2 vs V4-Flash vs V4-Pro)

BenchmarkV3.2-BaseV4-Flash-BaseV4-Pro-Base
MMLU (5-shot)87.888.790.1
MMLU-Pro65.568.373.5
AGIEval80.182.683.1
SimpleQA Verified28.330.155.2
FACTS Parametric27.133.962.6
SuperGPQA45.046.553.9
HumanEval (Pass@1)62.869.576.8
GSM8K91.190.892.6
MATH60.557.464.5
LongBench-V240.244.751.5

The jump in SimpleQA Verified (28 → 55) and FACTS Parametric (27 → 63) is the most significant — a huge reduction in hallucination on factual recall.

Frontier Model Comparison — DeepSeek-V4-Pro-Max vs Closed Models

⚠️ Note: the official model card benchmarks against Opus 4.6 Max, GPT-5.4 xHigh, and Gemini 3.1 Pro High — not Opus 4.7 or GPT-5.5. Here’s the real head-to-head:

BenchmarkOpus-4.6 MaxGPT-5.4 xHighGemini-3.1-Pro HighDS-V4-Pro Max
MMLU-Pro89.187.591.087.5
SimpleQA-Verified46.245.375.657.9
Chinese-SimpleQA76.476.885.984.4
GPQA Diamond91.393.094.390.1
HLE40.039.844.437.7
LiveCodeBench88.891.793.5 🏆
Codeforces (Rating)316830523206 🏆
HMMT 2026 Feb96.297.794.795.2
IMOAnswerBench75.391.481.089.8
Apex34.554.160.938.3
Apex Shortlist85.978.189.190.2 🏆
MRCR 1M92.976.383.5
CorpusQA 1M71.753.862.0
Terminal Bench 2.065.475.168.567.9
SWE Verified80.880.680.6
SWE Pro57.357.754.255.4 (K2.6 leads at 58.6)
SWE Multilingual77.576.2
BrowseComp83.782.785.983.4
GDPval-AA (Elo)1619167413141554
MCPAtlas Public73.867.269.273.6
Toolathlon47.254.648.851.8

Where V4-Pro Wins, Loses, and Ties

  • 🏆 Wins outright: LiveCodeBench (93.5 — #1), Codeforces (3206 Elo — #1), Apex Shortlist (90.2 — #1). V4 is the world’s strongest coding model on competitive/live coding.
  • 🤝 Matches frontier: SWE-bench Verified (80.6%, essentially tied with Opus 4.6’s 80.8 and Gemini 3.1 Pro’s 80.6). Strong on GPQA Diamond, HMMT, IMO.
  • 📉 Loses: Gemini 3.1 Pro dominates knowledge (MMLU-Pro, SimpleQA, GPQA, HLE). GPT-5.4 wins agentic (Terminal Bench, Toolathlon, GDPval). Opus 4.6 wins long-context retrieval (MRCR, CorpusQA) and multilingual SWE.

Against Other Open-Source Models

Compared to the other open-weight flagships (K2.6 Thinking and GLM-5.1 Thinking):

  • V4-Pro-Max beats K2.6 Thinking on almost every benchmark except SWE Pro (K2.6: 58.6 vs V4: 55.4) and HLE-with-tools.
  • V4-Pro-Max clearly beats GLM-5.1 Thinking across the board.
  • The claim in the model card is accurate: it is “the best open-source model available today” — particularly the first open-weight model to credibly match closed frontier models on coding/reasoning while being MIT-licensed.

Flash vs Pro (Internal Scaling)

V4-Flash-Max (13B active) hits remarkable numbers: LiveCodeBench 91.6, HMMT 94.8, SWE Verified 79.0 — essentially frontier-tier performance from a 284B MoE. This is the more deployable model for most teams.

Efficiency Story

The architectural headline isn’t just benchmarks — it’s the 1M-context cost profile: 27% of V3.2’s per-token FLOPs and 10% of its KV cache. Combined with FP4 MoE weights, V4-Pro is the most inference-cheap frontier-tier model ever released.

Bottom Line

DeepSeek V4 is not the “1T param, Engram memory” model rumored earlier — it’s a 1.6T MoE with hybrid sparse attention that:

  1. Sets the SOTA on competitive coding (LiveCodeBench, Codeforces).
  2. Ties Opus 4.6 / Gemini 3.1 Pro on SWE-bench Verified.
  3. Trails Gemini 3.1 Pro on pure knowledge and GPT-5.4 on agentic tool use.
  4. Decisively ends the open-vs-closed gap on coding/math while remaining behind on agentic workflows.