DeepSeek V4 Flash is a speed-oriented model in DeepSeek's V4 family, offering a 1,000,000-token context window for high-volume and long-document workloads.
| Provider | Input / 1M | Output / 1M | Cached / 1M |
|---|---|---|---|
| $0.068 | $0.168 | $0.017 | |
| $0.082 | $0.164 | $0.016 | |
| $0.090 | $0.180 | $0.018 | |
| $0.140 | $0.280 | - | |
| $0.140 | $0.280 | - | |
| $0.140 | $0.280 | $0.028 | |
| $0.140 | $0.280 | $0.030 | |
| $0.150 | $0.300 | $0.040 | |
| $0.199 | $0.512 | $0.100 | |
| $0.220 | $0.660 | - |
Prices updated daily. Last check: Sep 6, 2026
Input, output, and batch rates, plus alternatives, for one provider at a time.
Benchmarks measured Sep 2026. Scores are independent evaluations, not vendor-reported.
DeepSeek V4 Flash fits workloads that combine large inputs with a need for fast, repeated inference: summarizing or classifying long documents at volume, answering questions across an entire code repository without building a retrieval index, processing meeting or support transcripts, and driving agent loops whose message history grows over many steps. The 1,000,000-token context is the main reason to select it over a shorter-context fast model, since it lets you skip chunking logic for inputs that would otherwise need it. For tasks that hinge on difficult multi-step reasoning, competitive-level math, or intricate refactoring, evaluate heavier models in the DeepSeek V4 family or dedicated reasoning models alongside it before committing.
Pricing depends on which inference provider serves the model and on the pricing type — input tokens, output tokens, cached input, and any batch or long-context surcharges are billed differently. Because providers change rates and add or drop models regularly, see the pricing table on this page for current per-provider figures. Note that requests that fill a large share of the 1M-token context will cost far more than short prompts, so estimate based on your actual average input length.
It suits long-input, high-volume work: document and transcript summarization, repository-wide code questions, batch classification and extraction, and agent conversations with long histories. The 1,000,000-token context lets you pass large material directly instead of building a chunking and retrieval pipeline, while the Flash tier targets fast turnaround.
The Flash label marks it as the speed- and throughput-oriented member of the DeepSeek V4 family. Heavier variants in the family are generally aimed at deeper reasoning on harder problems, while Flash targets lower latency and cheaper high-volume serving. We do not track benchmark comparisons between the variants, so run your own evaluation on representative tasks if the difference matters to your application.
Our database does not record input modalities beyond text for this model, which means we have not confirmed image or audio support either way. Check the model card published by the provider you plan to use before designing around multimodal input.
Not necessarily. A 1M-token window makes it practical to skip chunking for many mid-sized corpora, but filling the context increases both cost and latency per request, and models can attend unevenly across very long inputs. A common pattern is to use retrieval to narrow the material and the long context to avoid aggressive truncation, rather than choosing one approach exclusively.