AI Models

DeepSeek V4 Pro Review: What's New in the Official August 2026 Release?

Reviewed August 16, 2026 · ToolStep Editorial Team

DeepSeek moved V4 Pro from preview to official on August 13, 2026 — version-named DeepSeek-V4-Pro-0813 — with major agent upgrades, native Responses API support, MIT-licensed weights, and a pricing shake-up that introduces peak/off-peak rates. This review separates the official GA release from the April preview, breaks down what changed, and explains the pricing timeline you need to know before the new schedule kicks in.

Quick Verdict

DeepSeek V4 Pro's official release is one of the strongest value propositions of August 2026: a 1.6T-parameter MoE model with a 1M-token context, MIT-licensed open weights on Hugging Face, and — according to DeepSeek's published evaluations — agentic performance that approaches or matches frontier closed models at a fraction of their price. The catch is timing: DeepSeek announced a new peak/off-peak pricing schedule that takes effect at 16:00 UTC on August 16, 2026, raising V4 Pro output prices substantially at peak hours. If you're evaluating V4 Pro for high-volume agent workloads, read the pricing section carefully — the window of preview-era rates is closing.

What Is DeepSeek V4 Pro?

DeepSeek V4 Pro is the flagship model in DeepSeek's V4 family — a 1.6-trillion-parameter mixture-of-experts model with 49 billion parameters activated per token, built for agentic coding, long-context reasoning, and knowledge work. The V4 family was first announced as an open preview on April 24, 2026, alongside the smaller V4 Flash (284B total / 13B active). On August 13, 2026, DeepSeek shipped the official, generally available version: DeepSeek-V4-Pro-0813, available on the app and web (via Expert Mode) and through the API under the unchanged model name deepseek-v4-pro.

What's New in the August 13 Official Release?

According to DeepSeek's official release notes, the GA version focuses on agent capability and integration rather than a new architecture:

DeepSeek V4 Pro vs the April Preview

Don't confuse the two releases. The April 24 preview was an open-weights research preview that established the architecture. The August 13 GA is a post-training overhaul on the same base — and the gains are concentrated exactly where the preview was weakest: long-horizon agentic work. According to DeepSeek's published evaluations, DeepSWE jumped from 12.8 to 62.7, Terminal Bench 2.1 from 72.1 to 87.9, and CyberGym from 52.7 to 83.3. Chinese tech media hands-on (GeekPark) also report the GA version adds native image input for the first time — the preview was text-only.

Model Architecture

The architecture is unchanged from the preview, per the official model card and technical report: a 1.6T-total / 49B-active MoE using a hybrid of compressed sparse attention (CSA) and DeepSeek Sparse Attention (DSA), plus manifold-constrained hyper-connections (mHC) for residual signal propagation. DeepSeek reports that at 1M context, V4 Pro uses roughly 27% of the single-token inference FLOPs and 10% of the KV-cache memory of V3.2 — publisher measurements under DeepSeek's own setup.

1M Context Window

The 1M-token context window carries over from the preview and is now the default across official DeepSeek services, with a maximum output length of 384K tokens. That combination — million-token input, very large output budget — is aimed squarely at long-horizon agent workflows where the model must read an entire codebase and produce substantial code in one run.

Coding and Agent Capabilities

Agentic coding is the whole story of this release. According to DeepSeek's published evaluations, the GA version posts the largest gains on benchmarks that measure multi-step, tool-using work: DeepSWE 62.7 (up ~5x from preview), Toolathlon-Verified 74.1, and AutomationBench Public 31.8 (up from 12.8). For public code-agent tasks, DeepSeek evaluated the model using the minimal mode of its own DeepSeek Harness at max reasoning effort.

Native Image Reasoning

Per GeekPark's hands-on with the GA build, V4 Pro now supports native image reasoning — analyzing screenshots and mixed text-image documents inside the same thinking flow — a capability the text-only preview lacked. Treat this as launch coverage rather than a headline claim in DeepSeek's English release notes, and verify on your own workloads.

Responses API

The GA release adds native support for the OpenAI Responses API surface, so tool loops can run against a Responses-compatible endpoint instead of relying only on Chat Completions. DeepSeek also maintains Anthropic API compatibility, which is how V4 models plug into Claude Code-style harnesses.

Codex Integration

DeepSeek's release notes highlight a one-click setup for Codex, covering the Codex CLI, desktop app, and IDE extension through a shared configuration using the deepseek-v4-pro and deepseek-v4-flash model IDs — a signal that DeepSeek is courting the OpenAI-tooling ecosystem directly.

Reasoning Effort

V4 Pro and V4 Flash now expose three reasoning-effort levels: low for simple tasks, high for everyday agent workflows, and max for complex problems, alongside the existing thinking / non-thinking dual modes. DeepSeek recommends allowing up to 384K output tokens for high and max effort on agentic workloads.

Benchmarks

According to DeepSeek's published evaluations (official model card), the GA release improves on both the Pro preview and V4 Flash across the board:

BenchmarkV4 Pro 0813V4 Pro PreviewKimi K3Opus 4.8
Terminal Bench 2.187.972.188.385.0
DeepSWE62.712.867.558.0
CyberGym83.352.780.078.3
DSBench-Hard (internal)67.231.163.071.7
HLE (without / with tools)42.7 / 60.037.7 / 48.243.5 / 56.049.8 / 57.9
Toolathlon-Verified74.155.976.576.2
AutomationBench Public31.812.830.827.2

DSBench-FullStack and DSBench-Hard are internal DeepSeek test sets; all figures are vendor-reported and reproduced as published. Third-party platforms (for example LM Studio Cloud) list their own reduced context limits and different pricing — those are platform choices, not DeepSeek official specifications.

Pricing

V4 Pro (per 1M tokens)CurrentNew: PeakNew: Off-peak
Input (cache miss)$0.435$1.32$0.66
Input (cache hit)$0.003625$0.044$0.022
Output$0.87$3.96$1.98

At preview-era pricing, V4 Pro output cost $0.87 per million tokens — roughly 1/57th of Claude Fable 5's list output price, the comparison market observers kept making. Even after the increase, off-peak V4 Pro remains among the cheapest frontier-class outputs per token.

The August 16 / August 17 Pricing Change

Pricing schedule update

DeepSeek announced a new pricing schedule that takes effect at 16:00 UTC on August 16, 2026 (midnight August 17 Beijing time). It introduces peak and off-peak rates across the V4 lineup, with off-peak rates 50% lower than peak. For V4 Pro, output rises from $0.87 to $3.96 per million tokens at peak and $1.98 off-peak; V4 Flash output moves to $1.32 peak / $0.66 off-peak. The change had not yet taken effect at the time of this review's publication — check DeepSeek's pricing page for the live schedule, and note that published peak windows fall largely during Asian working hours.

Open Source and MIT License

V4 Pro is open-weight under the standard MIT license — no usage caps, no revenue thresholds. The official DeepSeek-V4-Pro-0813 weights and technical report are published on Hugging Face under the deepseek-ai organization, continuing the approach from the April preview. MIT licensing plus a 1.6T MoE with 49B active parameters is the reason V4 Pro keeps dominating open-weights deployment discussions.

Who Should Use DeepSeek V4 Pro?

Less ideal for: latency-sensitive chat products (V4 Flash is the fast tier), or buyers who need fully independent benchmark validation before committing — much of the GA story is vendor-reported so far.

DeepSeek V4 Pro vs GPT-5.6

On DeepSeek's published table, V4-Pro-0813 lands just behind GPT-5.6 Sol on Terminal Bench 2.1 (87.9 vs 88.8) and effectively ties Sol on CyberGym (83.3 vs 83.6). OpenAI's counterpunch is ecosystem: Sol anchors ChatGPT's paid reasoning tier, while OpenAI's budget Luna tier ($0.20/$1.20 after the July 30 cut) undercuts everyone on price — see our GPT-5.6 Luna review. V4 Pro's edge is openness: MIT weights, 1M context, and self-hosting rights that no GPT-5.6 tier offers. For a broader OpenAI-vs-Anthropic frame, see GPT-5.6 vs Claude.

DeepSeek V4 Pro vs Claude

Against Claude Opus 4.8, V4-Pro-0813 leads on DeepSeek's table for Terminal Bench 2.1 (87.9 vs 85.0), DeepSWE (62.7 vs 58.0), and CyberGym (83.3 vs 78.3), while trailing on HLE-without-tools and DSBench-Hard. Anthropic's strongest cards remain writing quality, careful reasoning, and the Claude Code ecosystem. On price there is no contest: even V4 Pro's new peak output rate ($3.96) undercuts Opus-class list pricing, and off-peak ($1.98) halves it again.

Pros and Cons

Pros

  • Official GA with massive agentic gains over preview (DeepSWE 12.8 → 62.7)
  • MIT-licensed open weights on Hugging Face — self-hostable
  • 1M-token context with 384K max output
  • Native Responses API + one-click Codex setup + Anthropic API compatibility
  • Flexible reasoning effort (low/high/max) on both V4 tiers
  • Still dramatically cheaper than closed frontier models, especially off-peak

Cons

  • August 16 pricing change raises output cost ~4.5x at peak versus current rates
  • Peak windows align with Asian working hours — bad news for regional daytime workloads
  • GA benchmarks are vendor-reported; independent verification still accumulating
  • 1.6T total parameters make self-hosting a serious infrastructure project
  • Image-input capability not headline-confirmed in English release notes

Final Verdict

DeepSeek V4 Pro's official release is the moment the V4 line becomes a production recommendation rather than a research curiosity: frontier-adjacent agentic performance, MIT weights, a million-token window, and Codex-grade tooling integration. The pricing change on August 16 dims — but does not kill — the value story; off-peak rates keep it among the cheapest capable agent models sold. If your workload can shift to off-peak hours or self-host, V4 Pro 0813 is arguably the best open-weight agent platform of 2026.

Context for the month: compare with Grok 4.6 and Gemini 3.7 Flash, or see how the newest models change tool choices in our Best AI Coding Assistant 2026 guide.

FAQ

When was DeepSeek V4 Pro officially released?

August 13, 2026, as DeepSeek-V4-Pro-0813 — distinct from the April 24, 2026 V4 Preview. The GA version is live on app, web (Expert Mode), and API.

What is DeepSeek-V4-Pro-0813?

The official August 13 release of V4 Pro. The API model name remains deepseek-v4-pro; the 0813 suffix identifies the GA version with agent upgrades, flexible reasoning effort, and native Responses API support.

How much does DeepSeek V4 Pro cost?

Currently $0.435 input / $0.87 output / $0.003625 cached input per million tokens. A new schedule announced for 16:00 UTC August 16 introduces peak/off-peak rates: output at $3.96 peak / $1.98 off-peak.

Is DeepSeek V4 Pro open source?

Yes — MIT license, official weights on Hugging Face (deepseek-ai/DeepSeek-V4-Pro-0813), with a published technical report.

Is DeepSeek V4 Pro better than GPT-5.6?

Per DeepSeek's published evaluations it is competitive with GPT-5.6 Sol on agentic benchmarks while being cheaper and open-weight; Sol retains edges on the hardest suites. All cross-vendor figures are vendor-reported.

Learn more about our editorial policy. Facts and benchmarks are from DeepSeek's official release notes, model card, and technical report as cited; ToolStep claims no laboratory test results.