DeepSeek V4 Pro 0813

by DeepSeek

DeepSeek V4 Pro 0813 is the checkpoint that took V4 Pro out of preview on August 13, 2026, closing a preview period that had run since April. DeepSeek shipped it quietly, with no announcement post or changelog entry, and existing integrations picked it up in place, so anyone already calling deepseek-v4-pro moved onto this build without touching keys or endpoints. On DeepSeek's own harness the release scores 87.9 on Terminal-Bench 2.1 against 72.1 for the April preview, a jump no third-party evaluator has independently reproduced yet. The model keeps the 1 million token context window along with its reasoning and tool-calling behaviour, which points it at agentic coding, terminal-driven workflows and analysis over very long inputs.

Key info

Input
Output
Features
Context window
1M
Max output
393K
Input price
$1.32 /1M
Output price
$3.96 /1M
  • EU residency available
  • US residency available
  • Zero data retention on pay-as-you-go
  • GDPR DPA available

Available routes

DeepSeek V4 Pro 0813 runs on 6 different routes through the Opper gateway. Compare residency, ZDR, and training posture at a glance — full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
MultiNot by defaultYes$1.32$3.96
USNot by defaultNo$1.32$3.96
MultiZero data retentionNo$1.32$3.96
EUZero data retentionNo$1.16$3.48
EUNot by defaultNo$1.32$3.96
USZero data retentionNo$1.32$3.96

Uptime and availability

DeepSeek V4 Pro 0813 runs on 2 independently monitored routes through the Opper gateway. A direct integration leaves you on one of them, the gateway serves whichever is healthy.

100%effective uptime, last 30 days
Averaged across these routes on their own, a single provider reached 100% over the same window.
Daily status through the gateway, which serves each request from whichever route is healthy.
2 monitored providers serve DeepSeek V4 Pro 0813.

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 4 further routes for this model are not on the board yet and are not counted above. See uptime for every provider Opper monitors.

Data handling per route

Each route hosting DeepSeek V4 Pro 0813 has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

DeepSeek China🇨🇳

Zero data retention is not on by default — provider logging. Trained on customer data by default. CN.

Zero data retention
Not by default — provider logging. Derived from the logging and moderation facts.
Training
Trained on customer data by default.
Logging
Other
Moderation
Holds content for review
Caching
Content cached for replay
Subprocessor access
Not established
GDPR DPA
No DPA
Transfer mechanism
Not applicable

DigitalOcean United States🇺🇸

Zero data retention is not on by default — a moderation hold applies. No training on customer data. US; dpf sccs; DPA available.

Zero data retention
Not by default — a moderation hold applies. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Holds content for review
Caching
Content cached for replay
Subprocessor access
No subprocessor reads content
GDPR DPA
DPA available
Transfer mechanism
dpf sccs

Fireworks Multi-region

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. GLOBAL; SCCs; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Subprocessors may read content
GDPR DPA
DPA available
Transfer mechanism
SCCs

Melious Germany🇩🇪

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. EU; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Nextbit Spain🇪🇸

Zero data retention is not on by default — provider logging, 90-day retention. No training on customer data. EEA; SCCs; DPA available.

Zero data retention
Not by default — provider logging, 90-day retention. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
Other (90-day retention)
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
GDPR DPA
DPA available
Transfer mechanism
SCCs

Novita United States🇺🇸

Zero data retention is on by default on Pay-as-you-go — no action required. No training on customer data. US; SCCs; DPA available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
GDPR DPA
DPA available
Transfer mechanism
SCCs

Get started

Call DeepSeek V4 Pro 0813 through the Opper gateway with one API key. Let your coding agent set it up, or call it directly — Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "deepseek/deepseek-v4-pro-0813",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare DeepSeek V4 Pro 0813 with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from DeepSeek

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation