DeepSeek V4 Flash (0731)

by DeepSeek
Versions:DeepSeek V4 Flash (0731)DeepSeek V4 FlashDeepSeek V4 Flash (Latest)

DeepSeek-V4-Flash-0731, released July 31, 2026, is the retrained checkpoint of DeepSeek-V4-Flash and the version that took the V4-Flash API into public beta. The architecture is unchanged, the same lightweight 284-billion-parameter sparse MoE with 13 billion active parameters per token and a one-million-token context window, so the gains come entirely from a substantially improved post-training pipeline focused on coding, agents, reasoning, and tool use. The jump is large: DeepSeek reports the 0731 build beating its own bigger V4-Pro-Preview across nine agent benchmarks, with Terminal Bench 2.1 rising from 61.8 to 82.7 and DeepSWE from 7.3 to 54.4 over the original Flash release. It keeps the three reasoning modes (non-think, think-high, think-max) and the XML-based tool-call format that preserves reasoning content across tool-call boundaries. For teams already running the original deepseek-v4-flash, this checkpoint is the drop-in successor, same shape, same interface, markedly stronger agentic behaviour, and it is what the rolling deepseek-v4-flash-latest alias currently serves.

Key info

Input
Output
Features
Context window
1M
Max output
1M
Input price
$0.09 /1M
Output price
$0.18 /1M
  • EU residency available
  • US residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • GDPR DPA available

Available routes

DeepSeek V4 Flash (0731) runs on 5 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
USEnterpriseNo$0.09$0.18
MultiEnterpriseNo$0.14$0.28
USEnterpriseNo$0.14$0.28
USEnterpriseNo$0.14$0.28
EUZero data retentionNo$0.25$0.30

Uptime and availability

DeepSeek V4 Flash (0731) runs on 3 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 99.75% over the same window.
Daily status through the gateway, which serves each request from whichever route is healthy.
3 monitored providers serve DeepSeek V4 Flash (0731).

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 2 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 Flash (0731) has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

DeepInfra United States🇺🇸

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; unknown.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Limited debug logs
Third-party access
None disclosed
GDPR DPA
No DPA
Transfer mechanism
unknown

Fireworks United States🇺🇸

Zero data retention is available via Opper Enterprise contract. No training on customer data. GLOBAL; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
None
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

Morph United States🇺🇸

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Third-party access
Provider may share with subprocessors / partners
GDPR DPA
DPA available
Transfer mechanism
SCCs

Novita United States🇺🇸

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

TensorX European Union🇪🇺

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

Zero data retention
On by default on Pay-as-you-go.
Training
No training on customer data.
Logging
None
Third-party access
Provider may share with subprocessors / partners
GDPR DPA
DPA available
Transfer mechanism
SCCs

Benchmarks

Independent benchmark scores — composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#27 of 578 LLMs
TierStrong
Output speed113 tok/s
First token0.95s
Intelligence Index49.9
Coding Index69.1
Reasoning & knowledge
GPQA Diamond
91%
Humanity's Last Exam
37%
Long-context reasoning
66%
Coding
SciCode
50%

Get started

Call DeepSeek V4 Flash (0731) 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: "deepinfra/deepseek-v4-flash-0731",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare DeepSeek V4 Flash (0731) with…

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

Other models from DeepSeek

Start building with 300+ models

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

Get startedView Documentation