DeepSeek V4 Flash (Latest)

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

DeepSeek-V4-Flash-Latest is not a separate model but a rolling alias: providers re-target it to the newest DeepSeek-V4-Flash checkpoint whenever one ships, so calling this id always gets the current release without any code change on your side. Pinned checkpoints like the original release or the 0731 build stay immutable next to it. The trade-off is the standard one across AI labs: use the alias in development or wherever you always want the newest behaviour, pin a dated checkpoint in production where reproducibility matters, because the model behind this id changes under you by design. Capabilities track whatever checkpoint the alias currently serves, which for the V4 Flash family means a lightweight 284-billion-parameter sparse MoE with 13 billion active parameters, a one-million-token context window, selectable reasoning modes, and tool calling.

Call DeepSeek V4 Flash (Latest) on Opper with the OpenAI SDK. Sign up without a credit card. Get started

Key info

Input
Output
Features
Context window
1M
Max output
1M
Input price
$0.06 /1M$0.01 cache read
Output price
$0.18 /1M
  • EU residency available
  • US residency available
  • Zero data retention on pay-as-you-go
  • GDPR DPA available

Available routes

DeepSeek V4 Flash (Latest) runs on 7 different routes through the Opper gateway. Compare residency, zero data retention and training posture at a glance, with full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutputCache read
USNo$0.06$0.18$0.01
ChinaYes$0.44$1.32$0.01
EUNo$0.09$0.61$0.06
USNo$0.12$0.35$0.03
USNo$0.44$1.32$0.03
EUNo$0.28$0.56$0.07
EUNo$0.25$0.30$0.06

Uptime and availability

DeepSeek V4 Flash (Latest) 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 Flash (Latest).

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 5 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 (Latest) 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: nothing is logged, held for abuse monitoring or used for training. No training on customer data. US; unknown; DPA available.

Zero data retention
Yes. Nothing is logged, held for abuse monitoring or used for training.
Training
No training on customer data.
Logging
None
Abuse monitoring
No classifier
GDPR DPA
DPA available
Transfer mechanism
unknown

DeepSeek — China🇨🇳

Content is retained: used for training by default. Trained on customer data by default. CN.

Zero data retention
Retained: used for training by default.
Training
Trained on customer data by default.
Logging
Other
Abuse monitoring
Always on, holds flagged content, stored in China, a person can view samples
Caching
Content cached for replay
GDPR DPA
No DPA
Transfer mechanism
Not applicable

Inceptron — Sweden🇸🇪

Zero data retention: nothing is logged, held for abuse monitoring or used for training. No training on customer data. EU; DPA available.

Zero data retention
Yes. Nothing is logged, held for abuse monitoring or used for training.
Training
No training on customer data.
Logging
None
Abuse monitoring
On by default, keeps nothing
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Morph — United States🇺🇸

Zero data retention with abuse monitoring: prompts and outputs are kept for up to 30 days for abuse monitoring only, and are not used for training. No training on customer data. US; SCCs; DPA available.

Zero data retention
With abuse monitoring, 30-day window.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Abuse monitoring
On by default, holds flagged content, a person can view samples
GDPR DPA
DPA available
Transfer mechanism
SCCs

Novita — United States🇺🇸

Zero data retention: nothing is logged, held for abuse monitoring or used for training. No training on customer data. US; SCCs; DPA available.

Zero data retention
Yes. Nothing is logged, held for abuse monitoring or used for training.
Training
No training on customer data.
Logging
None
Abuse monitoring
On by default, keeps nothing
GDPR DPA
DPA available
Transfer mechanism
SCCs

Sference — EU🇪🇺

Zero data retention: nothing is logged, held for abuse monitoring or used for training. No training on customer data. EEA; SCCs; DPA available.

Zero data retention
Yes. Nothing is logged, held for abuse monitoring or used for training.
Training
No training on customer data.
Logging
None
Abuse monitoring
No classifier
Caching
Content cached for replay
Subprocessor access
No subprocessor reads content
GDPR DPA
DPA available
Transfer mechanism
SCCs

TensorX — European Union🇪🇺

Zero data retention: nothing is logged, held for abuse monitoring or used for training. No training on customer data. EU; DPA available.

Zero data retention
Yes. Nothing is logged, held for abuse monitoring or used for training.
Training
No training on customer data.
Logging
None
Abuse monitoring
No classifier
Caching
Content cached for replay
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Get started

Call DeepSeek V4 Flash (Latest) through the Opper gateway with one API key. Opper is drop-in compatible with the OpenAI, Anthropic and Google AI SDKs.

DeepSeek V4 Flash (Latest) is a premium model on Opper. Sign up needs no credit card: you get an API key straight away and the free models work in the playground and the API. Add a card to use premium models, pay-as-you-go with no minimum.

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-v4-flash-latest",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare DeepSeek V4 Flash (Latest) 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