The AI arena is free today

Open Superagent
Back to blog
Model Release·Agentic·Reasoning·API

DeepSeek-V4-Pro-0813: Pro Leaves Preview

DeepSeek-V4-Pro-0813 is the GA version behind API id deepseek-v4-pro. $0.435 / $0.003625 cached / $0.87 per 1M, 1M context, 384K max out. Official warning: a significant API price hike is coming.

Sebastian Crossa
Sebastian Crossa
Co-Founder @ LLM Stats
·7 min read
DeepSeek-V4-Pro-0813: Pro Leaves Preview

Key Numbers

DeepSeek-V4-Pro-0813 · Aug 12, 2026

$0.000
Input cache miss
$0.00
Output / 1M
$0.000000
Input cache hit
0M
Context
0K
Max output
0
Concurrency

Price vs Flash

per 1M tokens

$0.435 / $0.003625 / $0.87
Pro 0813
miss / hit / out · concurrency 500
$0.14 / $0.0028 / $0.28
Flash 0731
miss / hit / out · concurrency 2500
Official docs. Cache hit on Pro is ~120× cheaper than miss.

DeepSeek did not ship a splashy 0813 launch post. It pinned DeepSeek-V4-Pro-0813 on the official pricing table as the model version behind deepseek-v4-pro, and OpenRouter dated the listing August 12, 2026. That is the GA. Same 1M / 384K window as Flash-0731.

The interesting changes are the version pin, the cache-heavy list price ($0.435 miss / $0.003625 hit / $0.87 out), and a written warning that those prices will not last. This is Pro leaving preview, not a new architecture drop.


At a Glance

  • Catalog ID: deepseek-v4-pro-0813
  • API ID: deepseek-v4-pro (version DeepSeek-V4-Pro-0813)
  • Release signal: ~August 12, 2026 (pricing-table pin + OpenRouter dated listing)
  • Context / max out: 1M / 384K
  • Thinking: on by default, default effort high
  • Features: JSON output, tool calls, Responses API, Anthropic API, Chat Prefix Completion (Beta), FIM (Beta, non-thinking only)
  • Concurrency: 500 (Flash is 2500)
  • Base URLs: api.deepseek.com and api.deepseek.com/anthropic
  • OpenRouter: deepseek/deepseek-v4-pro-0813

What's New

Pro leaving preview, not a new family. Flash graduated July 31 as DeepSeek-V4-Flash-0731. 0813 is the promised Pro follow-through: a quiet GA via version pin and a dated gateway listing, not a new architecture card.

The April V4 preview note still frames the family; see DeepSeek's preview release note. Treat 0813 as the dated sibling that puts Pro on the same GA cadence Flash already hit.


Pricing

Official table vs Flash, from api-docs.deepseek.com/quick_start/pricing:

DetailPro 0813Flash 0731
Input cache miss / 1M$0.435$0.14
Input cache hit / 1M$0.003625$0.0028
Output / 1M$0.87$0.28
Concurrency5002500

Official warning

Price hike coming

DeepSeek says a significant API price increase is coming. Plan TBA.

No date · no new rate published

From the official pricing page. Do not invent a date or a replacement rate. Budget for a step-change after notice lands.

Cache miss $0.435 vs hit $0.003625 is about 120×. Multi-turn loops that miss cache pay for it. Set up caching before you scale Pro traffic; the list price only looks cheap when hits stick.


Architecture

April 2026 preview materials describe DeepSeek-V4-Pro as a 1.6T total / 49B active MoE with hybrid long-context attention. Flash: 284B total / 13B active. These are preview-era published specs until DeepSeek ships a distinct 0813 card. Do not treat the April numbers as a confirmed description of the 0813 API build.


Thinking / Effort

Thinking is enabled by default with effort high. Requested effort maps to a smaller actual set: low stays low; medium, high, and xhigh land on high; max stays max. Chain-of-thought returns in reasoning_content. Tool-call turns must pass that field back or the API returns 400.

Thinking · Effort map

default on · effort high

low
low
maps 1:1
medium
high
collapses
high
high
default
xhigh
high
collapses
max
max
maps 1:1
Requested effort → actual. medium and xhigh both land on high. CoT returns in reasoning_content; tool-call turns must pass it back or the API returns 400.

Same mapping applies to Flash and Pro. Re-measure token-per-task at the default high effort before you assume preview-era cost models still hold.


Weights

Hugging Face still hosts the April preview at deepseek-ai/DeepSeek-V4-Pro (MIT). There is no confirmed separate 0813 open-weight repo. API dated builds have been shipping first (Flash-0731, now Pro-0813). Self-host needs a confirmed weight drop; do not assume April HF artifacts equal the 0813 API.


When to Use It

Good fit

  • Long-horizon Pro loops that need the 1M context contract
  • OpenAI Chat Completions / Responses or Anthropic-compatible clients
  • Cache-heavy multi-turn work where hits stay near $0.003625

Prefer Flash

When throughput and cost matter more than Pro headroom. Flash has 2500 concurrency and lower per-token rates at the same 1M / 384K window.


Migrating

If you already call deepseek-v4-pro, you are on 0813 after the pin. Five checks before you scale:

  • API id stays deepseek-v4-pro; the version behind it is now DeepSeek-V4-Pro-0813.
  • Re-measure token-per-task at default effort high.
  • Pass reasoning_content on tool-call turns or expect 400s.
  • Do not assume April HF weights equal the 0813 API build.
  • Budget for an undated significant price hike.

Outlook

0813 is a version pin that ends Pro preview under the same 1M contract Flash already graduated into. There is no official 0813 bench card, so this post does not invent scores. What will age it: a confirmed weight drop and the promised price notice.

Sources: pricing, thinking mode, V4 preview news, OpenRouter listing, and the HF preview repo.

Questions

Frequently Asked Questions

  • DeepSeek pinned DeepSeek-V4-Pro-0813 on the official pricing table as the model version behind API id deepseek-v4-pro. OpenRouter dated the listing August 12, 2026. That is the GA signal: a version pin, not a splashy launch post.
  • Official list: $0.435 input cache miss / $0.003625 cache hit / $0.87 output per 1M tokens. Concurrency 500. DeepSeek also warns a significant API price hike is coming (date TBA).
  • 1M input context with max output 384K, matching Flash-0731.
  • Same 1M / 384K window. Pro is roughly the Flash list price and has lower concurrency (500 vs 2500). Cache hits are cheap on both.
  • Not confirmed. Hugging Face still hosts the April preview at deepseek-ai/DeepSeek-V4-Pro (MIT). There is no confirmed separate 0813 open-weight repo. Do not assume those weights match the 0813 API build.
  • Thinking is on by default with effort high. Actual levels are low / high / max: requested medium and xhigh both map to high. CoT returns in reasoning_content; tool-call turns must pass it back or the API returns 400.

Continue Reading