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

OpenAI Releases Whisper Large-v3, Cutting Speech Recognition Errors 10-20% Across Languages

OpenAI has released Whisper large-v3, an open-weight automatic speech recognition and translation model trained on 5 million hours of audio. The model reduces transcription errors by 10-20% compared to its predecessor and adds native Cantonese support.

model release

Meta Open-Sources Muse Spark 1.2, Announces On-Device Model Family Muse Glimmer

Meta CEO Mark Zuckerberg announced the company will open-source its Muse Spark 1.2 model and launch a new on-device model family called Muse Glimmer. The move positions Meta against closed-model rivals OpenAI and Anthropic and against Chinese open-weight labs like DeepSeek and Alibaba.

model release

Meta Releases Muse Glimmer 30B, an On-Device Agentic Model with Built-In Perception Encoder

Meta Superintelligence Lab has released Muse Glimmer, a 29.6-billion-parameter multimodal model distilled from Muse Spark for autonomous agentic tasks that run entirely on consumer hardware. The Apache 2.0-licensed model ships with a dedicated perception encoder, 131K+ token context, and speculative decoding for local speedups up to 3.1x.

model release

ByteDance Seed Launches Seed-2.0-Code With 262K Context Window for Agentic Coding

ByteDance Seed has released Seed-2.0-Code, a model optimized for agentic coding workflows with a 262K token context window. The model accepts text, image, and video input and is priced at $0.50 per million input tokens and $3.00 per million output tokens.

Comments

Loading...