DeepSeek's fast-and-cheap V4-tier model with a 1M-token context window. Reach for it when you want strong quality at value pricing for coding, general tasks, and long-context work.
Modalities
Text → Text
Below release
None reported
Weights
Published
deepseek-ai/DeepSeek-V4-Flash
Where it sits in the catalogue Kyma measures
Every number against every text model Kyma prices per token — a stated rule, not a chosen line-up.
$0.1389
output $0.2778 · cached $0.0243
median $0.977 · best $0.0494
$0.2778
per 1M tokens generated
median $3.4515 · best $0.2164
99.93%
48,418 observations since 2026-05-02
median 93.8% · best 100.0%
27.5 tok/s
probe median, one fixed prompt
median 39.3 tok/s · best 313.6 tok/s
1.41 s
probe median, to a complete answer
median 2.45 s · best 0.84 s
1M
max output 65,536
published by DeepSeek, not measured here
Tick above each rail is this model, below it the other 69. Dashed rule is the field median, solid is its best. Better is left; the axis stops at the 90th percentile, so a few models sit past its right edge.
Usage
How much this model is actually called here.
Rank
#1
of 117 active models
Tokens served
1.1B
all-time
Platform share
32.4%
of all tokens
How it behaves under real clients
The same model answering different prompt shapes — measured, not benchmarked.
| Client | Requests | Tokens | Throughput | To first token | p95 total | Completed |
|---|---|---|---|---|---|---|
| OpenAI Python | 45,374 | 625.4M | 26 tok/s | 4.42 s | 12 s | 100% |
| Python App | 1,113 | 4.1M | 43 tok/s | 9.12 s | 69 s | 99.9% |
| Node.js App | 427 | 5.4M | 42 tok/s | 60 s | 295 s | 97.9% |
| OpenClaw | 135 | 6.0M | 17 tok/s | 3.38 s | 27 s | 100% |
Grouped by the client that sent the request. Not a benchmark: the same model on different prompt shapes. Throughput and time-to-first-token are medians; p95 is the slowest response in twenty. 2 clients under 100 requests not shown.
Two clocks, and why they disagree
Kyma measures this model twice. Both are real; they answer different questions.
Probe · every 6h · 30 days
1.41s to answer
One fixed prompt, on a schedule, to every model. Comparable, because the model is the only thing that changes.
- Observations
- 48,418
- Answered by a substitute
- 35
Real traffic · last 7 days
6.11s to answer
Your requests, at the lengths clients actually send. Not comparable between models, but it is what running this one feels like.
- Requests
- 1,202
- Completed
- 99.6%
- p95
- 76.3 s
Caching, as realised · last 7 days
68.2% of input cached
The share of input that actually hit cache, so the effective rate below is what was charged, not a best case.
- Cached input
- 24.9M
- Fresh input
- 11.6M
- List input
- $0.1389 /1M
- Effective input
- $0.060694 /1M
The gap is prompt length, not the model degrading. Use the probe figure to choose between models, the traffic figure to budget for your own.
Pricing
Pay per token. Cached input bills at this model’s own cached rate, listed below.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$10.44
$0.3479 / day on DeepSeek V4 Flash
Same workload on:
Estimates use list pricing with cached input at this model's own cached rate. Actual bills depend on real token counts, and every response includes its exact cost.
When to use DeepSeek V4 Flash
Where this model earns its cost — and where it doesn't.
DeepSeek V4 Flash is the fast, cheap entry in DeepSeek's V4 tier — a 284B mixture-of-experts model that sits in Kyma's strong quality tier. It's built as a value workhorse: general tasks, coding, and long-context jobs where you want most of the quality at a fraction of the cost.
Coding agents are its biggest consumers by a wide margin. Every call gets Kyma's automatic failover, and prompt caching is fully supported, so repeated prompt prefixes bill at this model's cached input rate.
Capability-wise it checks every box for agent work: a 1M-token context window, up to 65K tokens of output per request, function calling, structured outputs, and extended reasoning. Input and output are text-only.
Coding
A core recommended use, and where its production traffic goes — OpenClaw, Roo Code, and Cline are among its top apps on Kyma, with OpenClaw alone at roughly half its tokens.
Long-context analysis
The 1M-token window takes entire codebases, document collections, or long agent transcripts in one request.
High-volume pipelines
Cheap-tier pricing makes it a sensible default for background jobs, batch processing, and anything that runs thousands of times a day.
Structured agent backbones
Function calling plus structured outputs keep multi-step agents and extraction pipelines on schema.
Reasoning on a budget
Extended reasoning support handles planning and analysis steps without paying flagship rates.
Not ideal for: Image inputs — it's text-only, so anything that needs to look at screenshots or photos should go to a vision model instead.
How it compares
Against the peers people actually weigh it against.
| Spec | DeepSeek V4 Flash | DeepSeek V4 Flash Vision | DeepSeek V4 Pro |
|---|---|---|---|
| Input /1M | $0.1389 | $0.297 | $0.6901 |
| Output /1M | $0.2778 | $0.891 | $1.38 |
| Context | 1M | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Throughput | 27.5 tok/s | 81.1 tok/s | 31.3 tok/s |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit on the free tier, which covers DeepSeek V4 Flash. No card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-v4-flash", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-v4-flash", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of DeepSeek V4 Flash?
How much does the DeepSeek V4 Flash API cost?
Does DeepSeek V4 Flash support function calling?
Are the weights for DeepSeek V4 Flash publicly available?
Is DeepSeek V4 Flash ever served below the precision its creator released it at?
How do I use DeepSeek V4 Flash?
Is DeepSeek V4 Flash good for coding agents?
When should I pick V4 Flash over a flagship-tier model?
Why use DeepSeek V4 Flash through Kyma?
More models by DeepSeek
| Model | Context | Input | Output |
|---|---|---|---|
DeepSeek V4 Flash Vision | 1M | $0.297 | $0.891 |
DeepSeek V4 Pro | 1M | $0.6901 | $1.38 |
DeepSeek V3 | 160K | $0.351 | $0.513 |
DeepSeek R1 | 64K | $0.7425 | $2.957 |
