WayToClawEarn
High impactDeepSeek Official

DeepSeek V4 is officially released and open source: 1.6T parameters, 1M context, FP4 accuracy, fully benchmarked against top closed-source models

DeepSeek officially released the V4 preview version on April 24, 2026, simultaneously opening up the 1.6T parameter V4-Pro (49B activation) and the 284B parameter V4-Flash (13B activation). The new architecture introduces hybrid sparse attention (Hybrid Sparse Attention), manifold constrained hyperconnection (mHC) and FP4 expert weights, supports 1M context length by default, reaches open source SOTA in multiple benchmarks such as Agentic Coding, Math/STEM, etc., and the API price is as low as 75% discount for a limited time.

WayToClawEarn EditorialPublished Apr 26, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

The release of DeepSeek V4 marks the first time that an open source large model has truly matched the top closed source models in terms of parameter scale, architectural innovation, and practicality. For AI money-making and automation practitioners, this means: API call costs have dropped significantly (V4-Pro limited time $0.87/M output token), 1M context default support has completely changed the workflow of long document processing, and open source weights can be deployed privately to further lower the compliance threshold. SGLang and Miles have provided inference and RL training support on the first day of release, and their ecological readiness far exceeds any previous generation of DeepSeek models.

Key Points

  • Time of incident: 2026-04-24 -Affected objects: AI developers, automated pipeline builders, content production teams
  • Core changes: For the first time, the open source model is close to the GPT-5/Gemini-3 level in agentic coding and reasoning capabilities, and the cost is only 1/5 to 1/10 of the closed source model.

Background and release content

On April 24, 2026, DeepSeek officially released the V4 preview version through its API documentation station, and simultaneously open sourced all weights on Hugging Face. This is DeepSeek’s largest cross-generation upgrade after V3, V3.1, R1, and V3.2. It received more than 2,000 points of popularity on Hacker News and became the most watched AI news of the week.

This release contains two model versions:

  • DeepSeek-V4-Pro: 1.6T total parameters / 49B activated parameters. Target benchmarking GPT-5, Gemini-3.1-Pro and other top models.
  • DeepSeek-V4-Flash: 284B total parameters / 13B activated parameters. It focuses on low-latency and low-cost scenarios and is suitable for production deployment.

Both models support 1M context length and provide both Thinking (reasoning) and Non-Thinking (fast) modes.

Architecture innovation: three core technologies

Compared with the previous generation V3.2, the breakthroughs of DeepSeek V4 are mainly reflected in three key innovations:

DimensionsTechnologyWhat it means to us
Attention mechanismHybrid Sparse Attention: Each layer mixes sliding window attention and two compression mechanisms (4:1 top-k or 128:1 dense)1M context no longer requires huge computing resources, and the availability of long document processing is greatly improved
Residual connectionsmHC (Manifold-Constrained Hyper-Connections): manifold-constrained hyper-connections, replacing traditional residual connectionsDeep network gradient flow is better, training stability and inference quality are simultaneously improved
Quantization accuracyFP4 expert weight: native FP4 quantization MoE expert layer, adapted to the Blackwell architectureMaintaining high accuracy while increasing inference speed, more suitable for the latest hardware

DeepSeek V4

Benchmark performance

DeepSeek V4-Pro’s performance in multiple authoritative reviews:

BenchmarkScoreRanking
GPQA Diamond90.1%Open Source SOTA
GSM8K92.6%Open Source SOTA, #3 Global
MMLU-Pro87.5%Open Source SOTA
HLE37.7%Open source leads

Former OpenAI researcher Sebastien Bubeck has also publicly commented on DeepSeek V4's capabilities (see related discussion).

API Pricing: Extremely Competitive Pricing Strategy

The pricing plan of DeepSeek V4 is one of the most cost-effective options in the current market:

modelinput (cache hit)input (cache miss)output
V4-Flash$0.028/M$0.14/M$0.28/M
V4-Pro (limited time 75% off)$0.03625/M$0.435/M$0.87/M
V4-Pro (standard price)$0.145/M$1.74/M$3.48/M

When does the V4-Pro limited time discount last? The official deadline has not been announced, but it is recommended to take advantage as early as possible.

Both models support 384K maximum output tokens, JSON Output, Tool Calls, Chat Prefix Completion and FIM Completion. The API is compatible with OpenAI format (https://api.deepseek.com) and Anthropic format (https://api.deepseek.com/anthropic).

Note: The legacy deepseek-chat and deepseek-reasoner endpoints will be completely retired after July 24, 2026 and are currently automatically routed to deepseek-v4-flash.

Ecological support: SGLang + Miles launched on the first day

On the day of release, the SGLang team and the Miles team simultaneously launched a complete Day-0 support solution:

  • Inference optimization: ShadowRadix prefix cache, HiSparse CPU extension KV, MTP speculative decoding, Flash Compressor, Lightning TopK
  • Kernel Integration: FlashMLA, FlashInfer, DeepGEMM Mega MoE, TileLang mHC
  • RL training: complete parallel solution (DP/TP/SP/EP/PP/CP), supports FP8 training
  • Hardware Support: Hopper, Blackwell, Grace Blackwell, AMD, NPU
terminal

# SGLang DeepSeek V4
pip install sglang[all]
python -m sglang.launch_server --model deepseek-ai/DeepSeek-V4-Pro --tp 8

AI

  1. ****V4-Flash $0.28/M AI Agent , GPT-4o/Claude Sonnet 5-10
  2. ****1M 、、 AI , RAG
  3. ****V4-Flash(284B/13B ),
  4. **Agent ** Agentic Coding SOTA, AI Agent ( n8n、OpenClaw、Claude Code) DeepSeek V4

DeepSeekOpenAIChatGPTClaude Coden8nGeminiHermes AgentOpenClawSGLang

Internal link guidance

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.