AI/TLDR

DeepSeek-V4-Pro

1.6T-parameter open-weight MoE with a 1M-token context and tiered reasoning effort; generally available as V4-Pro-0813 from August 2026.

DeepSeek V4Open weightsGenerally available
Released
13 Aug 2026
Context
1M
Parameters
1.6T total · 49B active
Input
$0.66 off-peak · $1.32 peak / 1M tokens
License
MIT
Coverage
5 stories

Overview

DeepSeek-V4-Pro is the larger of the two models in DeepSeek's V4 series. It first appeared as a preview on 24 April 2026 and reached general availability on 13 August 2026 as the checkpoint DeepSeek-V4-Pro-0813, which DeepSeek calls 'the official release of DeepSeek-V4-Pro, superseding the preview version, with greatly enhanced agentic capabilities'. It is a Mixture-of-Experts language model with 1.6 trillion total parameters and 49 billion activated per token, and it supports a context length of one million tokens. The smaller sibling in the series is DeepSeek-V4-Flash (284B total / 13B active).

The model introduces a Hybrid Attention Architecture that combines Compressed Sparse Attention and Heavily Compressed Attention to make long-context inference far cheaper than V3: in the 1M-token setting DeepSeek reports it needs only about 27% of the single-token inference FLOPs of the prior generation. It was trained on more than 32 trillion tokens and uses techniques including Manifold-Constrained Hyper-Connections and the Muon optimizer. The 0813 release keeps the preview's model structure and attaches a DSpark speculative-decoding module.

The GA checkpoint is aimed squarely at agent work. In DeepSeek's own comparison it scores 87.9 on Terminal Bench 2.1 (against 72.1 for the preview), 62.7 on DeepSWE (12.8 for the preview), 83.3 on Cybergym, 74.1 on Toolathlon-Verified, 61.5 on NL2Repo and 31.8 on the public AutomationBench set, with HLE at 42.7 without tools and 60.0 with tools. DeepSeek evaluates the code-agent tasks using the minimal mode of DeepSeek Harness at the `max` reasoning-effort level.

Reasoning effort is selectable through the `reasoning_effort` parameter, which in the 0813 release takes the levels `low`, `high` and `max`. All weights are released under the MIT License and published on Hugging Face, making the model fully open for local deployment and commercial use; for the `high` and `max` levels DeepSeek recommends allowing up to 384K output tokens.

DeepSeek also changed how the V4 API is billed alongside the GA launch: from 16:00 UTC on 16 August 2026 prices vary by time of day, with peak hours defined as 01:00–04:00 and 06:00–10:00 UTC and off-peak rates set at half the peak rate.

Released2026-08-13
LicenseMIT
WeightsOpen weights
Parameters1.6T total · 49B active
Context1M
Max output384K
ArchitectureMixture-of-Experts
ModalitiesText
StatusGenerally available

Benchmarks

DeepSeek's GA benchmark table comparing DeepSeek-V4-Pro-0813 with DeepSeek-V4-Flash-0731, both V4 preview checkpoints, GLM-5.2, Kimi-K3, Opus-4.8 and Fable 5 on HLE, Terminal Bench 2.1, NL2Repo, Cybergym, DeepSWE, Toolathlon-Verified, Agents' Last Exam, AutomationBench and DSBench.
DeepSeek's published comparison for the V4-Pro-0813 general-availability release (13 August 2026). — DeepSeek
Bar chart comparing DeepSeek-V4-Pro (DeepSeek-V4-Pro-Max) with Claude-Opus-4.6-Max, GPT-5.4-xHigh, and Gemini-3.1-Pro-High on Knowledge & Reasoning (SimpleQA Verified, HLE, Apex Shortlist, Codeforces) and Agentic Capabilities (SWE Verified, Terminal Bench 2.0, Toolathlon).
DeepSeek's April 2026 preview comparison against leading closed-source models. — DeepSeek
Detailed benchmark table comparing DeepSeek-V4-Pro (Max and Thinking modes) and DeepSeek-V4-Flash against Claude, GPT, and Gemini across Knowledge & Reasoning, Code, Long Context, and Agentic categories.
Full numeric benchmark table published with the April 2026 V4 preview. — DeepSeek

DeepSeek-V4-Pro-0813 against the field, as published by DeepSeek with the GA release (13 August 2026).

BenchmarkDeepSeek-V4-Pro-0813DeepSeek-V4-Flash-0731DeepSeek-V4-Pro (Preview)DeepSeek-V4-Flash (Preview)GLM-5.2Kimi K3Opus-4.8Fable-5 (w/ fallback)
HLE (without / with tools)42.7 / 60.037.8 / 51.537.7 / 48.234.8 / 45.140.5 / 54.743.5 / 56.049.8 / 57.953.3 / 63.0
Terminal Bench 2.187.982.772.161.88188.38588
NL2Repo61.554.238.539.448.969.7
Cybergym83.376.752.738.78078.383.1
DeepSWE62.754.412.87.346.267.55870
Toolathlon-Verified74.170.355.949.759.976.576.277.9
Agents' Last Exam25.725.216.515.823.827.625.7
AutomationBench (public)31.825.112.810.812.930.827.229.1
DSBench-FullStack (internal)71.168.741.83761.873.771.677.2
DSBench-Hard (internal)67.259.631.125.854.56371.768.3

Comparison source ↗

This model's scores

  1. Terminal Bench 2.187.9%
  2. Cybergym83.3%
  3. Toolathlon-Verified74.1%
  4. DSBench-FullStack (internal)71.1%
  5. DSBench-Hard (internal)67.2%
  6. DeepSWE62.7%
  7. NL2Repo61.5%
  8. HLE (with tools)60%
  9. AutomationBench (public set)31.8%
  10. Agents' Last Exam25.7%

Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.

Pricing

Input$0.66 off-peak · $1.32 peak / 1M tokens
Cached input$0.022 off-peak · $0.044 peak / 1M tokens
Output$1.98 off-peak · $3.96 peak / 1M tokens

Input prices are cache-miss. DeepSeek bills V4 by time of day from 16:00 UTC on 16 August 2026: peak is 01:00–04:00 and 06:00–10:00 UTC, Monday to Friday, all other hours are off-peak, and off-peak is half the peak rate. Before that change V4-Pro was a flat $0.435 cache-miss input / $0.003625 cache-hit input / $0.87 output per 1M tokens.

Pricing source ↗

Strengths

  • Open MIT-licensed weights at frontier scale (1.6T parameters), free for commercial use and local deployment
  • 87.9 on Terminal Bench 2.1 and 62.7 on DeepSWE in DeepSeek's GA comparison — far above the April preview (72.1 and 12.8)
  • Native one-million-token context window with efficient hybrid attention
  • Selectable reasoning effort (low / high / max) to trade latency for depth, with up to 384K output tokens
  • DSpark speculative-decoding module attached in the 0813 release
  • Aggressive cache-hit discounts, and off-peak API rates at half the peak price

Best for

  • Long-document and large-codebase analysis that needs the full 1M-token window
  • Agentic and coding workflows that benefit from high-effort reasoning modes
  • Self-hosted / on-prem deployment where open MIT weights are a requirement
  • Cost-sensitive high-volume inference via the DeepSeek API

How to access

ProviderModel ID
DeepSeek Platform ↗deepseek-v4-pro

DeepSeek V4 — every version

The full lineage of the DeepSeek V4 line, newest first. Every version has its own page — click any to compare specs, benchmarks and pricing.

VersionReleasedContextLicense
DeepSeek V4.1 Flashcurrent2026-09-101MMIT
DeepSeek-V4-Flash-Vision-Exp2026-08-211MMIT
DeepSeek-V4-Pro2026-08-131MMIT
DeepSeek-V4-Flash2026-07-31MIT

DeepSeek-V4-Pro in the news

  1. 2026-08-19NOTABLETwo Minute Papers — 'DeepSeek Just Made Closed AI Look Ridiculous'
  2. 2026-08-13MAJORDeepSeek raises V4 API prices — output costs more than double from August 16
  3. 2026-08-12MAJORDeepSeek V4 Pro 0813 — the 1.6T flagship leaves preview
  4. 2026-06-26MAJORDSpark + DeepSpec — DeepSeek opens its speculative decoding stack
  5. 2026-05-03MAJORDeepClaude — Run Claude Code's Agent Loop on DeepSeek V4 Pro for 17x Cheaper Tokens

From the AI/TLDR release feed — every item is source-verified when it ships.

FAQ

Is DeepSeek-V4-Pro open source?

Yes. The model weights are published on Hugging Face under the MIT License, one of the most permissive open licenses — the GA checkpoint lives at deepseek-ai/DeepSeek-V4-Pro-0813. That means you can download, run, fine-tune, and use DeepSeek-V4-Pro commercially, including for self-hosted and on-premise deployment, without paying DeepSeek.

What is DeepSeek-V4-Pro-0813?

It is the general-availability release of DeepSeek-V4-Pro, published on 13 August 2026. DeepSeek describes it as superseding the April 2026 preview, with greatly enhanced agentic capabilities, built on the preview's model structure with a DSpark speculative-decoding module attached.

How big is DeepSeek-V4-Pro and how much context does it handle?

DeepSeek-V4-Pro is a Mixture-of-Experts model with 1.6 trillion total parameters, of which 49 billion are activated per token. It supports a context length of one million tokens, which DeepSeek treats as the default across its official services, making it suitable for very long documents and large codebases.

What are the reasoning modes in DeepSeek-V4-Pro?

The 0813 release exposes a `reasoning_effort` parameter with three levels — `low`, `high` and `max` — controlling how much deliberation the model spends before answering. For the `high` and `max` levels DeepSeek recommends allowing up to 384K output tokens.

How much does the DeepSeek-V4-Pro API cost?

DeepSeek bills V4-Pro by time of day. Off-peak it is $0.022 per 1M cache-hit input tokens, $0.66 per 1M cache-miss input tokens and $1.98 per 1M output tokens; at peak (01:00–04:00 and 06:00–10:00 UTC) those double to $0.044, $1.32 and $3.96. This schedule replaced a flat $0.003625 / $0.435 / $0.87 tariff at 16:00 UTC on 16 August 2026.