โšก DeepSeek V4 Flash Review: Top-3 Intelligence at the Lowest Cache Price

๐Ÿ“… August 1, 2026 ยท Model Review ยท Estimated read: 12 min

1. TL;DR โ€” The Verdict

DeepSeek V4 Flash is the official "fast and cheap" sibling of DeepSeek V4 Pro, built on a Mixture-of-Experts architecture with 284B total parameters but only 13B active per token. On the Artificial Analysis intelligence index it ranks #3 of 101 models, while its cache-hit price is the lowest in the market โ€” a combination no other frontier lab currently matches.

Bottom line: If you need frontier-level reasoning with a hard cost ceiling โ€” long-context RAG, coding agents, bulk classification, or multilingual workloads โ€” V4 Flash is the most interesting price-performance option released this year. If you need the absolute best single-shot reasoning on open-ended research, the top commercial models still hold the edge.

2. Specs: What "284B / 13B Active" Actually Means

PropertyDeepSeek V4 Flash
ArchitectureMixture-of-Experts (MoE)
Total parameters284B
Active parameters per token13B
Context window1M tokens
LicenseMIT (open weights)
Intelligence index (Artificial Analysis)#3 / 101
Cache price (per 1M tokens)$0.003 โ€” lowest in market

The key architectural idea is MoE with a tiny active set: the model has 284B parameters in total, but for each token it only activates 13B. This is what lets it run fast and cheap while retaining most of the knowledge capacity of a much larger dense model. The 1M-token context โ€” up from 128K in V3-era models โ€” is the other headline spec, making it practical for whole-repository code analysis and very long document workloads.

The MIT license is a meaningful choice: unlike some competitors that open the weights but restrict commercial use or require attribution clauses, MIT means you can fine-tune, sell, and deploy without legal friction โ€” a big deal for startups building products on top.

3. Benchmarks: Artificial Analysis Intelligence Index

Artificial Analysis is the de-facto independent benchmark aggregator for LLMs, and its intelligence index blends reasoning, math, coding, and knowledge tasks into a single score. V4 Flash's #3 ranking puts it ahead of several much more expensive frontier models, behind only the top reasoning models from the biggest labs.

What's remarkable is not the absolute score โ€” it's the score per dollar. In the same release window:

Caveat: benchmark indices measure average capability, not worst-case reliability. For high-stakes single-shot reasoning โ€” legal analysis, medical triage, architectural decisions โ€” the top dense reasoning models remain more predictable. V4 Flash's edge is throughput and cost at scale, not maximum depth on every problem.

ARC-AGI: 89% on Semi-Private Tasks at $0.02 per Task

Updated Aug 8, 2026: On August 7, ARC Prize published official results for the V4 Flash 0731 reasoning variant, and they're remarkable for a model at this price point:

ARC-AGI-1 is the abstract-reasoning benchmark designed to resist memorization โ€” an 89% Semi-Private score puts V4 Flash in the same band as the frontier reasoning models that cost far more to serve, while the per-task economics are a rounding error. ARC-AGI-2 (the harder, 2025-era follow-up) at 61.4% is also competitive for the price. The pattern is the same one we keep seeing: V4 Flash doesn't win every benchmark, it wins score-per-dollar โ€” and on a pure reasoning-per-cent basis, nothing else in the market touches it right now.

4. Pricing: The Cache Price Disruption

This is the number that broke the Chinese developer community's calculators: $0.003 per 1M cached tokens โ€” a ~98% discount versus typical cache pricing from US providers. For RAG-heavy or agentic workloads where the same context (a repo, a knowledge base) is re-read constantly, cache hits dominate the bill, and that math changes everything.

Practical example: a coding agent that re-reads a 200K-token repository on every turn. At V4 Flash's cache price, a 100-turn session costs a fraction of a cent in context reads. The same session on a US frontier model with similar context would run to dollars. For a team running thousands of agent sessions a day, this is the difference between "experiment" and "product."

Who should care: (1) RAG/agent startups with heavy context reuse, (2) companies doing bulk multilingual processing, (3) developers self-hosting via open weights on their own GPU clusters, (4) anyone whose current LLM bill is dominated by input tokens rather than output tokens.

5. Real-World Feedback from V2EX

V2EX โ€” the Chinese developer community โ€” had three active threads about the V4 Flash release within hours, and the sentiment is genuinely mixed, which is itself informative:

What users love

What users criticize

6. V4 Flash vs V4 Pro vs GPT-5 vs Claude Opus

CriterionV4 FlashV4 ProGPT-5-classClaude Opus-class
Intelligence (index)#3 / 101#1-2#1-2Top 5
Context1M1M128K-1M200K-500K
LicenseMIT openMIT openClosedClosed
Cache price /1M$0.003~10-30ร— Flash$0.10-0.50$0.10-0.50
Best forScale + costMax reasoningEcosystem + toolingCoding + safety

Positioning summary: V4 Pro is the "think hardest" model. V4 Flash is the "think well, at scale, for cheap" model. GPT and Claude retain advantages in mature agentic tooling, enterprise ecosystems, and long track records of reliability โ€” but they are priced 1-2 orders of magnitude higher for comparable workloads.

7. Pros & Cons

Strengths

  • Top-3 intelligence at a fraction of the price
  • Lowest cache price in the market ($0.003/1M)
  • 1M token context โ€” whole-repo and whole-book workloads
  • MIT license: commercial use, fine-tuning, self-hosting all free
  • Excellent Chinese-language output
  • Fast inference thanks to 13B active params

Limitations

  • Occasional shallow reasoning on hard single-shot problems
  • Agentic tool-calling less mature than US providers
  • Ecosystem (plugins, enterprise support) still developing
  • Self-hosting 284B params requires serious GPU infrastructure
  • V4 Pro's value proposition now looks squeezed

8. FAQ

Q: Is DeepSeek V4 Flash really open source?

The weights are released under the MIT license โ€” one of the most permissive licenses available. You can use it commercially, modify it, and redistribute it. "Open source" in the strict OSI sense is debated (training data is not released), but for practical purposes it is open-weight with no commercial restrictions.

Q: Can I run V4 Flash on my own hardware?

Yes, but note the scale: 284B total parameters. With MoE, only 13B activate per token, so inference is feasible on a single high-end GPU (e.g., 80GB-class) with aggressive quantization, but full-precision serving realistically wants a small cluster. Most users will start with the hosted API and move to self-hosting once usage justifies the hardware.

Q: What workloads benefit most from the cache price?

Anything that re-reads the same context repeatedly: RAG pipelines, coding agents working on one repository, document analysis with long templates, and multi-turn conversations with large system prompts. If your context is highly repetitive, cache hits dominate and V4 Flash's price advantage is extreme.

Q: How does it compare to DeepSeek V3-era models?

V4 Flash is a generational step: roughly 1M vs 128K context, a large jump in the intelligence index, and better tool-calling. V3 models remain usable but you're leaving capability on the table for almost no price savings.

Q: Should I switch my agent harness to V4 Flash?

For cost-sensitive, high-volume agent workloads: very likely yes. For a few high-stakes reasoning tasks where you want maximum reliability: keep a top dense model as fallback. A good pattern is routing: V4 Flash for the bulk, frontier models for the hard cases.

Q: Where can I try it?