Skip to main content

DeepSeek V4 Pro 0813 is live. August 16 rewrites the price sheet

5 min read

DeepSeek V4 Pro 0813 is live across app, web, and API. New peak and off-peak rates begin August 16 and change the routing math.

DeepSeek V4 Pro 0813 is live. August 16 rewrites the price sheet

DeepSeek V4 Pro reached general availability with stronger agent scores and the same API alias. Three days later, every routing spreadsheet built on the launch price becomes wrong.

DeepSeek V4 Pro 0813 rolled out on August 13 across the DeepSeek app, web product, and API. Existing API integrations continue to call deepseek-v4-pro, which now resolves to the 0813 version. The service lists a one-million-token context window, up to 384,000 output tokens, and a concurrency limit of 500.

The release also sets a deadline. At 16:00 UTC on August 16, DeepSeek will replace its current rates with peak and off-peak pricing. Off-peak is half the peak rate, but it is not a discount from today’s price. For several token classes, even the new off-peak rate is materially higher.

The model alias stays put while the version changes

DeepSeek’s stable alias reduces migration work, but it also means an application can receive a new model build without changing its configuration. The official pricing page identifies the served version as DeepSeek-V4-Pro-0813. Teams that need reproducible behavior should record the observed version in evaluation and incident logs rather than storing only the alias.

The API supports JSON output, tool calls, the OpenAI Responses API, and an Anthropic-compatible API. Prefix completion and fill-in-the-middle completion remain limited to non-thinking mode. Pro and Flash now offer low, high, and max thinking effort. A higher effort setting can improve difficult work, but it can also change latency and output volume, so treat effort as part of the test configuration.

August 16 creates two price sheets

Peak hours are 01:00-04:00 UTC and 06:00-10:00 UTC, a total of seven hours per day. The remaining seventeen hours use off-peak rates. A queue that can move safely outside the peak windows can halve the new token price, but real-time work cannot assume that flexibility.

V4 Pro token classCurrentOff-peak from Aug 16Peak from Aug 16
Cache-hit input$0.003625$0.022$0.044
Cache-miss input$0.435$0.66$1.32
Output$0.87$1.98$3.96
US dollars per one million tokens from DeepSeek’s pricing page, checked August 13, 2026. New rates start at 16:00 UTC on August 16.

The output price rises about 128% off-peak and 355% at peak compared with the current $0.87 rate. Cache-miss input rises about 52% off-peak and 203% at peak. Cache-hit input increases more sharply in percentage terms because the starting price is extremely small. Those percentages describe list-price changes, not a workload’s final bill.

A request-level example shows the real change

Consider a request with 10,000 uncached input tokens and 2,000 output tokens. At the current V4 Pro rates it costs about $0.00609. Under the new schedule, it costs about $0.01056 off-peak or $0.02112 at peak. Ten thousand such requests would move from $60.90 to $105.60 or $211.20.

10K uncached input + 2K outputPer request10,000 requests
Current V4 Pro price$0.00609$60.90
New off-peak price$0.01056$105.60
New peak price$0.02112$211.20
Musthave.ai calculation. The example excludes cached input, retries, tool calls, and variable thinking output.

The schedule makes batch timing a real architecture decision. Evaluation runs, indexing jobs, bulk transformations, and nonurgent coding queues can target off-peak windows. Interactive user requests and incident-response agents may have to absorb peak rates. Do not delay safety-critical work to save tokens.

The agent scores improved, but the harness still matters

DeepSeek reports 87.9 on Terminal Bench 2.1, 61.5 on NL2Repo, 83.3 on Cybergym, 62.7 on DeepSWE, and 74.1 on Toolathlon-Verified. It also reports 42.7 on Humanity’s Last Exam without tools and 60.0 with tools. Agents’ Last Exam is listed at 25.7 and AutomationBench Public at 31.8.

These are company-reported results. They tell a team which capabilities DeepSeek wants the release judged on; they do not reveal cost per accepted task, reviewer effort, or how a custom tool stack changes the result. Internal DSBench scores are even harder to compare because outsiders do not have the same test set.

The right reproduction package pins the alias and observed version, thinking effort, temperature, context, output cap, tool schema, harness, and endpoint. Our analysis of the Endpoint Accuracy Index shows why the provider path can change the capability delivered by the same model name.

Route by urgency, cache behavior, and acceptance rate

  1. Separate peak and off-peak spend. Do not average the two rates before you know when traffic arrives.
  2. Log cache classes. Keep cache-hit input, cache-miss input, and output visible in cost reports.
  3. Pin thinking effort. Compare low, high, and max on the same tasks and record output growth.
  4. Measure accepted work. Add retries, review time, reverted changes, and failed tools to the token bill.
  5. Keep a fallback. The stable alias can change underneath the application, so preserve a tested alternative route.

DeepSeek V4 Flash remains the lower-cost route, but its rates also change on August 16. We updated our DeepSeek V4 Flash pricing analysis with the new schedule. For cross-provider budgeting, our GPT-5.6 price breakdown uses the same request-level method.

My verdict: retest now and schedule what can wait

DeepSeek V4 Pro 0813 is a meaningful production release because the agent-focused build, native Responses API support, and broader thinking controls arrive across every first-party surface. The most urgent action is financial: teams have until August 16 to replace the old price assumptions.

I would rerun the acceptance set on 0813 before moving critical workflows, then split eligible batch traffic into the seventeen off-peak hours. The cheaper window can improve the economics. It does not restore today’s price, and it does not make a company benchmark a substitute for your own failures.

Read the primary documentation

Which of your agent jobs can move outside the seven daily peak hours without harming the user?

Checked August 13, 2026. Release scope, model specifications, benchmark figures, feature support, concurrency, and prices come from DeepSeek’s official API documentation. Benchmarks are company-reported. Price-change percentages and request examples are Musthave.ai calculations.

Leave a comment

Your email address will not be published. Required fields are marked *