DeepSeek Guide — whale logoDeepSeek GuideFAN SITE
MODEL GUIDE10 MIN READ

DeepSeek V4 Pro: Specs, Pricing & Release Date (2026)

UPDATED: AUG 1, 2026AUTHOR: INDEPENDENT FAN GUIDE
OVERVIEW

DeepSeek V4 Pro is DeepSeek's 1.6T-parameter flagship MoE with 1M context. Here are specs, pricing, and the GA timeline as of August 2026.

01

What Is DeepSeek V4 Pro?

DeepSeek V4 Pro is the flagship model of the DeepSeek V4 family. It is a Mixture-of-Experts (MoE) model with 1.6T total parameters and only 49B active per token, a 1M-token context window, and a 384K maximum output. It is text-only and MIT-licensed[5], and it launched as a preview on April 24, 2026, the same day as DeepSeek V4 Flash (284B/13B)[2].

DeepSeek positions V4 Pro as its answer to the top closed-source models, describing 'Performance rivaling the world's top closed-source models,' with agentic coding as open-source state of the art and world knowledge ranked just behind Gemini-3.1-Pro. As of August 1, 2026, the model you can call today is still the preview build.

SpecDeepSeek V4 ProDeepSeek V4 Flash
Total parameters1.6T284B
Active parameters (per token)49B13B
Context window1M tokens1M tokens
Max output384K tokens384K tokens
ModalityText onlyText only
LicenseMITMIT
Precision (inference)FP4 + FP8 mixedFP4 + FP8 mixed
ReleasedApr 24, 2026 (preview)Apr 24, 2026 (preview); official build Jul 31, 2026
NOTE

Every figure in this table comes from DeepSeek's official model card or API docs. Pricing and limits can change, so confirm against the official pricing page before you commit.

02

V4 Pro Architecture & Long-Context Engineering

V4 Pro is engineered to make million-token context practical. DeepSeek claims that at 1M context, per-token inference FLOPs are only 27% of DeepSeek V3.2, and KV cache is just 10%.

Under the hood, V4 Pro pairs two attention mechanisms — Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) — with Manifold-Constrained Hyper-Connections (mHC) and the Muon optimizer. It was pretrained on more than 32T tokens. The technical report, 'DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence,' is on arXiv as 2606.19348 (April 26, 2026).

For inference, the Pro build uses FP4 for MoE expert parameters and FP8 for everything else. That mix is why the full weights come in at a third-party estimate of roughly 862GB of VRAM — a serious self-hosting lift that makes the hosted API the practical route for most teams.

  • 1M context is native and the official default across DeepSeek services — no extra charge.
  • Max output of 384K tokens; Think Max workloads recommend a context of at least 384K.
  • Recommended sampling defaults: temperature 1.0, top_p 1.0.
  • A single RTX 4090 or 5090 is only enough for distillation or small experiments (third-party estimate); 4x80GB GPUs are the realistic starting point.
NOTE

The 27% FLOPs / 10% KV cache efficiency figures and the 32T-token pretraining count are vendor-reported.

03

V4 Pro Pricing: $0.435 / $0.87 & Cache Discounts

Official V4 Pro pricing per 1M tokens is $0.435 for input on a cache miss, $0.003625 for input on a cache hit, and $0.87 for output[3]. The cache-hit rate is about 99.2% below the miss price, and prefix caching is automatic — no SDK changes, headers, or configuration required.

These are permanent prices. V4 Pro launched at $1.74 (cache miss) / $0.0145 (cache hit) / $3.48 (output), then took a 75% cut that became permanent on May 31, 2026.

Two things to budget for. First, thinking-mode reasoning tokens are billed at the output price, so a reasoning-heavy call costs more than the headline rate implies[4]. Second, DeepSeek has announced peak/off-peak pricing — 2x during peak hours (Beijing time 9:00-12:00 and 14:00-18:00) — but as of August 1, 2026 it is not yet in effect.

Per 1M tokens (USD)V4 ProV4 FlashPro cache discount
Input (cache miss)$0.435$0.14
Input (cache hit)$0.003625$0.0028≈ 99.2%
Output$0.87$0.28
Concurrency limit5002,500
Responses APIPlanned for early Aug 2026Supported
NOTE

Flash runs about one-third of Pro's price on both input and output (a 3.1x ratio). DeepSeek's official pricing page notes that prices may vary and can be adjusted.

04

V4 Pro Benchmarks: Vendor vs Independent Tests

DeepSeek's own preview figures for V4 Pro are strong: SWE-bench Verified 80.6%, LiveCodeBench 93.5, Codeforces rating 3206, and GPQA Diamond 90.1.

Independent testing is more conservative. NIST's CAISI evaluation (May 2026) concluded V4 Pro trails the frontier by roughly eight months — broadly comparable to a GPT-5-class model from about eight months earlier — though CAISI did reproduce DeepSeek's GPQA-Diamond result, ruling out a reasoning-configuration error[6].

Other third-party checks sit between the two extremes: kilo.ai's FlowGraph gives V4 Pro 77/100, between Claude Opus 4.7 (91) and Kimi K2.6 (68). Artificial Analysis ranks V4 Pro behind Kimi K2.6.

BenchmarkV4 Pro (vendor-reported)Nearby competitors
SWE-bench Verified80.6%Opus-4.6 Max 80.8% / Gemini-3.1-Pro High 80.6%
LiveCodeBench93.5Opus-4.6 88.8 / Gemini-3.1-Pro 91.7
Codeforces Rating3206GPT-5.4 3168 / Gemini-3.1-Pro 3052
GPQA Diamond90.1
MMLU-Pro87.5
Terminal Bench 2.067.9
MRCR 1M83.5
NOTE

All vendor benchmark numbers are self-reported from the preview build, and DeepSeek's testing harness has not been published, so independent reproduction of the full table is not yet possible.

05

V4 Pro Release Date: Preview Status & GA Timeline

As of August 1, 2026, DeepSeek V4 Pro is still a preview. The July 31 changelog upgraded only the Flash API and closed with: 'The official release of DeepSeek-V4-Pro will follow soon.' The Pro API and the APP/WEB models were left unchanged[1].

Everything around the exact GA date is rumor. The Paper (June 29) reported a mid-July window; 36kr (July 20) claimed a release 'as early as tomorrow' with gray-rollout testing already underway[8]; later Reddit threads and media pushed expectations to mid-August. On July 4, a leaker posted build IDs deepseek-v4-pro-202606 and deepseek-v4-flash-202605, pointing at GA candidates. None of this is confirmed — DeepSeek has not announced a date.

Throughout mid-July, a wave of grayscale-test reports circulated — mostly on Bilibili and X. The loudest claim: the GA build's game-making ability rivals Claude Fable 5, with 'one-sentence game generation' demo videos racking up hundreds of thousands of views. Developer Pankaj Kumar's hands-on (July 18, ~18K views) rated it Opus-4.8-class overall, coding close to GPT-5.6 Sol, with Agent, 3D, and SVG abilities sharply improved — though he noted more iteration rounds than Fable 5. **Every one of these is a community claim, not an official or independently benchmarked result**, and some Reddit users explicitly suspect the hype is exaggerated. There is also an unverified 'verified-account roulette' folk method for checking whether you've been grayscaled (the CoT opening switches from 'Let me' to 'I'm/I'll') — treat that as anecdote, not a reliable signal[17].

  • The official pricing page footnote says Responses API support for deepseek-v4-pro arrives in early August 2026 (Flash has it today).
  • The official thinking-mode guide says the Pro effort mapping will be updated in early August 2026.
  • The July 31 update moved Flash to an official public beta (Flash-0731) while Pro stayed on preview.
DateEvent
Apr 24, 2026V4 Pro and V4 Flash launch as previews; 1M context becomes the default.
May 22-31, 2026V4 Pro API takes a permanent 75% price cut.
Jul 4, 2026Leaked build IDs deepseek-v4-pro-202606 and deepseek-v4-flash-202605 surface (unconfirmed).
Jul 20, 202636kr reports gray-rollout testing of the GA build (unconfirmed).
Jul 24, 2026Legacy model names deepseek-chat and deepseek-reasoner are retired.
Jul 31, 2026Flash-0731 goes public beta; DeepSeek: Pro official release 'will follow soon.'
Early Aug 2026Responses API for Pro expected (official pricing-page footnote).
NOTE

DeepSeek explicitly warns against relying on unofficial sources for release timing. Treat every row except the changelog row as unconfirmed until an official announcement.

06

Flash-0731 vs Pro-Preview: Why the Upgrade Matters

On July 31, DeepSeek retrained Flash into a new build, DeepSeek-V4-Flash-0731, keeping the same architecture and size (284B/13B, 1M context). In official self-tests, it beats V4 Pro-Preview on all nine published agent benchmarks.

The gap is dramatic on software-engineering tasks: DeepSWE jumps from 7.3 to 54.4, a 645% improvement. Because the update says only post-training was rerun, the community reads Flash-0731 as a testbed for the Pro GA — same architecture, new weights is the mainstream expectation for V4 Pro's official release.

DeepSeek also open-sourced DSpark, a speculative-decoding framework that the company says speeds up per-user V4 Pro generation by 57-78% without changing weights or adding hardware.

Agent benchmarkFlash-0731 (official)V4 Pro-Preview (official)
Terminal-Bench 2.182.772.1
DeepSWE54.47.3
Cybergym76.7
Toolathlon (verified)70.3
DSBench-FullStack68.7
NOTE

All nine benchmark numbers are vendor-reported, and DeepSeek's testing harness has not been published yet, so they cannot be independently reproduced at the moment.

07

Calling the DeepSeek V4 Pro API

Calling V4 Pro is a one-line change if you already use the DeepSeek API: keep the same base URL and API key, and set the model to deepseek-v4-pro.

One migration warning: the legacy aliases deepseek-chat and deepseek-reasoner stopped resolving on July 24, 2026. If your code still uses them, change the model parameter to deepseek-v4-pro or deepseek-v4-flash; base URL and API key stay the same.

  • Thinking is enabled by default on Pro, with effort defaulting to high; reasoning effort levels are low / high / max.
  • Anthropic-format calls use base_url https://api.deepseek.com/anthropic and a reasoning block with effort set to none, low, high, or max.
  • In thinking mode, temperature, top_p, presence_penalty, and frequency_penalty are silently ignored.
  • Multi-turn calls with tools must return reasoning_content from the previous turn, or the request fails with a 400 error.
NOTE

V4 Pro does not support the Responses API yet (expected early August 2026). Today it supports Chat Completions, the Anthropic-compatible endpoint, JSON output, and tool calls.

example_code.py
from openai import OpenAI

client = OpenAI(
    api_key="<DeepSeek API Key>",
    base_url="https://api.deepseek.com",
)

response = client.chat.completions.create(
    model="deepseek-v4-pro",
    messages=[{"role": "user", "content": "9.11 and 9.8, which is greater?"}],
    reasoning_effort="high",
    extra_body={"thinking": {"type": "enabled"}},
)
# Chain of thought is returned in reasoning_content;
# the final answer is in content.
08

Should You Build on DeepSeek V4 Pro Now?

The practical question most developers ask is Pro versus Flash. Flash costs about one-third of Pro on both input and output (a 3.1x ratio), and DeepSeek's own 22-benchmark aggregation puts Flash at roughly 83% of Pro's quality. A common pattern is hybrid routing: default to Flash, escalate to V4 Pro for hard reasoning and agentic tasks.

What the Flash-0731 result means for you: if your workloads are agentic — coding agents, browser tasks, tool use — Flash-0731's official numbers already clear Pro-Preview at a third of the price. The flagship still leads on raw world knowledge and deep reasoning, and the premium makes sense for quality-critical, lower-volume calls.

If you need 1M-token context with maximum reasoning effort today, V4 Pro is the strongest model in the family. Just remember it is still a preview build, and treat the GA release date as unconfirmed until DeepSeek announces it.

If you do go the self-hosting route, this is the official vLLM recipe for an 8-GPU setup[7]:

  • Cost: a Flash-first hybrid workload runs about 3x cheaper end-to-end than all-Pro.
  • Concurrency: Pro allows 500 concurrent requests; Flash allows 2,500.
  • Context: both offer 1M native context — roughly 750,000 English words of input.
  • Self-hosting: full FP4+FP8 Pro weights are estimated at about 862GB VRAM (third-party estimate), so the hosted API is the realistic default.
  • Watch: peak-hour 2x pricing is announced but not yet in effect.
NOTE

Every figure in this guide comes from DeepSeek's official docs, the model card, or the cited independent evaluations. None of the vendor benchmark numbers have been independently reproduced yet.

example_code.py
vllm serve deepseek-ai/DeepSeek-V4-Pro --host localhost --port 8001 \
  --dtype auto --kv-cache-dtype fp8 --tensor-parallel-size 8 \
  --max-num-seqs 512 --max-num-batched-tokens 8192 \
  --distributed-executor-backend mp --trust-remote-code \
  --gpu-memory-utilization 0.9 --tokenizer-mode deepseek_v4 \
  --reasoning-parser deepseek_v4 --tool-call-parser deepseek_v4 \
  --enable-auto-tool-choice \
  --compilation-config '{"mode": 3, "cudagraph_mode": "FULL_DECODE_ONLY"}'