model releaseDeepSeek

DeepSeek Releases V4-Pro with 1.6T Parameters, 1M Token Context at 27% Inference Cost of V3

TL;DR

DeepSeek has released two Mixture-of-Experts models: V4-Pro with 1.6 trillion parameters (49B activated) and V4-Flash with 284B parameters (13B activated), both supporting 1 million token context windows. V4-Pro requires only 27% of inference FLOPs and 10% of KV cache compared to V3.2 at 1M token context, trained on over 32 trillion tokens.

2 min read
0

DeepSeek V4 Pro — Quick Specs

Context window1000K tokens
Input$0.435/1M tokens
Output$0.87/1M tokens

DeepSeek Releases V4-Pro with 1.6T Parameters, 1M Token Context at 27% Inference Cost of V3

DeepSeek has released two new Mixture-of-Experts language models: DeepSeek-V4-Pro with 1.6 trillion parameters (49 billion activated) and DeepSeek-V4-Flash with 284 billion parameters (13 billion activated). Both models support a context length of 1 million tokens.

Efficiency Gains Through Hybrid Attention

The V4 series introduces a hybrid attention architecture combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA). In 1M-token context settings, V4-Pro requires only 27% of single-token inference FLOPs and 10% of KV cache compared to DeepSeek-V3.2.

Both models were pre-trained on more than 32 trillion diverse tokens, followed by a two-stage post-training pipeline: independent domain-specific expert cultivation through supervised fine-tuning and reinforcement learning with GRPO, then unified model consolidation via on-policy distillation.

Benchmark Performance

DeepSeek-V4-Pro-Base achieves 90.1% on MMLU (5-shot), 73.5% on MMLU-Pro, 76.8% on HumanEval (0-shot), and 51.5% on LongBench-V2. The model scores 55.2% on Simple-QA verified and 62.6% on FACTS Parametric, indicating significant knowledge capability improvements.

DeepSeek-V4-Pro-Max, the maximum reasoning effort mode, achieves a 3206 Codeforces rating, 93.5% on LiveCodeBench, 89.8% on IMOAnswerBench, and 90.2% on Apex Shortlist. On agentic tasks, it scores 80.6% on SWE Verified, 67.9% on Terminal Bench 2.0, and 83.4% on BrowseComp.

Three Reasoning Modes

Both models support three reasoning effort modes:

  • Non-think: Fast, intuitive responses for routine tasks
  • Think: Conscious logical analysis with visible reasoning chains
  • Think Max: Maximum reasoning capability with extended thinking budget

The Flash-Max variant achieves comparable reasoning performance to Pro when given larger thinking budgets, though it trails on pure knowledge tasks and complex agentic workflows due to its smaller parameter scale.

Technical Architecture

V4 series incorporates Manifold-Constrained Hyper-Connections (mHC) to strengthen residual connections, enhancing signal propagation stability across layers. The models use the Muon optimizer for faster convergence and greater training stability.

Models are available in FP8 mixed precision (base versions) and FP4 + FP8 mixed precision (post-trained versions), where MoE expert parameters use FP4 and other parameters use FP8.

Availability

All four model variants (V4-Pro-Base, V4-Pro, V4-Flash-Base, V4-Flash) are available on HuggingFace and ModelScope. Pricing has not been disclosed.

Note: The DeepSeek-V4-Pro-DSpark checkpoint is not a new model but the same V4-Pro checkpoint with an additional speculative decoding module for inference optimization.

What This Means

DeepSeek's 73% reduction in inference costs at 1M context length addresses a critical bottleneck in long-context applications. The V4-Pro-Max performance on coding benchmarks (3206 Codeforces rating) and math reasoning (89.8% IMOAnswerBench) positions it competitively with frontier closed-source models like Claude Opus 4.6 and GPT-5.4. The three-tier reasoning mode system provides practical flexibility for balancing speed and accuracy based on task complexity. The open-source release of models this large (1.6T parameters) with competitive performance represents a significant shift in accessibility to frontier-level capabilities.

Related Articles

model release

LG AI Research Releases K-EXAONE 2.0, a 750B-Parameter Open-Weight MoE Model with 262K Context

LG AI Research has released K-EXAONE 2.0, a 750-billion-parameter mixture-of-experts language model with 37B active parameters, a 262,144-token context window, and support for 10 languages. The model is open-weighted under Apache 2.0 and claims competitive results against Qwen3.5, GLM-5.1, and DeepSeek-V4 Pro on reasoning, coding, and long-context benchmarks.

changelog

DeepSeek Launches 'V4 Flash Latest' Alias with 1M+ Token Context on OpenRouter

DeepSeek has published a new routing endpoint, deepseek-v4-flash-latest, that always points to the newest model in its V4 Flash family. The endpoint offers a 1,049K token context window and pricing of $0.09/M input and $0.18/M output tokens via OpenRouter.

model release

OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold

OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.

model release

Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks

Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.

Comments

Loading...