DeepSeek V4 Flash Vision

by DeepSeek

DeepSeek-V4-Flash-Vision-Exp, announced on August 21, 2026 with open weights following at the end of that month, is DeepSeek's first experimental multimodal model in the V4 family. It extends the DeepSeek-V4-Flash architecture, a sparse mixture-of-experts with 13 billion active parameters, with visual modules added through continued training, bringing the checkpoint to about 305 billion parameters. It keeps the Flash line's selectable reasoning effort, works across a context window of up to one million tokens, and accepts mixed text and image input. On the text side DeepSeek says it holds level with V4 Flash, from agent tasks and reasoning to world knowledge, with 83.9 on Terminal-Bench 2.1 and 59.3 on DeepSWE, while the multimodal agent benchmarks jump to what the company places close to Claude Opus 4.8: 36.5 on ApexBench, 64.3 on Chartography, and 35.0 on ZeroBench at pass@5. Chart and document understanding, screenshot-driven agents, and workflows that interleave text and images are the natural fits. The weights are open under the MIT license. DeepSeek followed it in September 2026 with V4.1 Flash, which builds visual understanding in from the start and has superseded the experimental build in DeepSeek's own lineup.

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

Key info

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

Available routes

DeepSeek V4 Flash Vision runs on 4 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.44$1.32$0.01
ChinaYes$0.44$1.32$0.01
MultiNo$0.22$0.66$0.0070
USNo$0.44$1.32$0.03

Uptime and availability

DeepSeek V4 Flash Vision 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 100% 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 Vision.

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

Data handling per route

Each route hosting DeepSeek V4 Flash Vision 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

Fireworks β€” Multi-region

Zero data retention: nothing is logged, held for abuse monitoring or used for training. No training on customer data. GLOBAL; 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
Subprocessor access
Subprocessors may read content
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

Get started

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

DeepSeek V4 Flash Vision 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-vision-exp",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare DeepSeek V4 Flash Vision 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
DeepSeek V4 Flash Vision - API Pricing & Benchmarks