>_TheQuery
← Glossary

DeepSeek V4 Flash

Models & Architectures

DeepSeek V4 Flash is DeepSeek's 284B-parameter, 13B-active open-weight MoE model for fast, lower-cost agents, coding, and 1M-token workloads.

Flash is the express lane in the V4 family: it uses fewer active experts per request, so most jobs move faster and cost less, while hard cases can move to Pro.

DeepSeek V4 Flash is the smaller, faster, and less expensive member of the DeepSeek V4 family. The official DeepSeek-V4-Flash-0731 API release entered public beta on July 31, 2026, replacing the earlier preview build. It has 284 billion total parameters, activates 13 billion per token through its Mixture-of-Experts routing, supports a 1 million token context window, and can produce up to 384K output tokens through DeepSeek's API.

For a normal user, Flash is the V4 model to choose when speed and price matter more than squeezing out the last few points of capability. For a developer, it is the high-throughput production tier: an open-weight, MIT-licensed model with tool calling, JSON output, OpenAI-compatible Responses API support, an Anthropic-compatible endpoint, and both thinking and non-thinking operation.

Key specifications

SpecificationDeepSeek V4 Flash
Official API buildDeepSeek-V4-Flash-0731
API model IDdeepseek-v4-flash
Release statusOfficial release in public beta
Total / active parameters284B / 13B
ArchitectureMixture-of-Experts with CSA + HCA hybrid attention
Context / maximum output1M / 384K tokens
Reasoning modesNon-think, Think High, Think Max
API featuresJSON, tools, Responses API, Anthropic API, prefix completion, FIM
Weight precisionFP4 experts plus mostly FP8 remaining parameters
LicenseMIT

Open weights do not mean lightweight deployment. A 284B-parameter checkpoint still requires serious multi-GPU infrastructure, quantization, or a hosted inference provider. The 13B active figure describes sparse compute per token; it is not the amount of memory needed to store the whole model.

Official benchmark table

These are DeepSeek's reported instruct-model results. Flash Max uses a larger reasoning budget than High, so it should not be read as a free accuracy upgrade.

BenchmarkFlash Non-thinkFlash HighFlash MaxPro Max reference
MMLU-Pro83.086.486.287.5
GPQA Diamond71.287.488.190.1
LiveCodeBench55.288.491.693.5
Codeforces rating281630523206
IMOAnswerBench41.985.188.489.8
MRCR 1M37.576.978.783.5
Terminal Bench 2.049.156.656.967.9
SWE Verified73.778.679.080.6
BrowseComp53.573.283.4
Toolathlon40.743.547.851.8

The strongest Flash result is not always Max: MMLU-Pro is marginally higher in High. This is a useful warning against assuming more test-time compute improves every task. DeepSeek's results also use its own prompts and evaluation harnesses; independent testing may differ, especially for agent benchmarks that depend heavily on tools and scaffolding.

Flash versus Pro

Flash and Pro share the same 1M context, 384K maximum output, API feature set, and three reasoning modes. The main differences are capacity, cost, and difficult-task reliability. Flash activates 13B parameters versus Pro's 49B, and its launch API rates are roughly one-third of Pro's cache-miss input and output prices.

Flash Max comes close to Pro Max on GPQA Diamond, LiveCodeBench, and IMOAnswerBench, making it a credible default for coding and reasoning workloads. Pro's advantage is clearer on factual knowledge, long-context retrieval, terminal work, browsing, and complex tool use. A sensible routing system can send routine requests to Flash and escalate only hard or failed tasks to Pro.

API price

As of August 14, 2026, the listed Flash rates per million tokens are $0.0028 for cache-hit input, $0.14 for cache-miss input, and $0.28 for output. DeepSeek has scheduled a new time-of-day system for August 16: off-peak rates of $0.007, $0.22, and $0.66, and peak rates of $0.014, $0.44, and $1.32 respectively. Because that change was announced but not yet effective when this entry was updated, check DeepSeek's live pricing page before estimating production cost.

When to use DeepSeek V4 Flash

Flash fits customer support, extraction, summarization, code generation, repository search, document analysis, tool-using assistants, and agent systems where many calls must fit inside a fixed budget. It is also the practical V4 model for experiments that need open weights but cannot justify Pro's 1.6T-parameter storage footprint.

Choose Pro instead when the job depends on obscure factual knowledge, sustained browser research, difficult terminal execution, competitive programming, or the highest possible success rate on a long multi-step trajectory. For sensitive workloads, open weights make self-hosting possible, but teams still need to audit the model, serving stack, prompts, tool permissions, and output handling.

Bottom line

DeepSeek V4 Flash is no longer the April preview alias. Flash 0731 is the official public-beta build and the economical V4 default: smaller than Pro, much cheaper to call, and still competitive on coding and reasoning when given a higher thinking budget.

Last updated: August 14, 2026