Is DeepSeek's New Model Really 100x Cheaper Than Claude? What the V4-Flash Benchmarks Actually Show

On July 31, 2026, DeepSeek opened the V4-Flash-0731 API beta — same 284B / 13B active architecture as the April preview, with gains from post-training alone. List pricing lands at $0.14 / $0.0028 input (cache miss / hit) and $0.28 output per 1M tokens under MIT license. V4-Pro GA is still missing; the Harness agent framework is named but not public.

TL;DR: DeepSeek V4-Flash-0731 is not a bigger model — it is a sharper, cheaper API build on the same 284B footprint. Artificial Analysis puts its Intelligence Index at 50 for $0.03 per task, while Kimi K3 scores 57 at $0.86 and Claude Fable 5 adds nine points at $3.15. This guide covers the July timeline, CSA+HCA architecture, head-to-head comparison with Kimi K3, Qwen3.8-Max, and GPT-5.6 Sol, harness controversies, a six-step migration runbook, and five FAQs — with context from our V4 GA pricing breakdown.

00What Is V4-Flash-0731?

DeepSeek V4-Flash-0731 is the production API build DeepSeek shipped on July 31, 2026. It carries the same parameter budget as the April preview — 284 billion total parameters, 13 billion active per token — with improvements confined to post-training. No new layers, no context expansion, no architecture swap.

The release sits between two larger industry moves: July 24 retired legacy deepseek-chat endpoints, and July 27 saw Moonshot AI drop Kimi K3 open weights. DeepSeek's answer was efficiency and price, not parameter count.

SpecV4-Flash-0731
Release dateJuly 31, 2026 (API beta)
Total / active parameters284B / 13B (unchanged from preview)
Improvement sourcePost-training only
Context window1,000,000 tokens
LicenseMIT
Input pricing (cache miss / hit)$0.14 / $0.0028 per 1M tokens
Output pricing$0.28 per 1M tokens
V4-Pro GA statusNot released as of August 5
Harness agent frameworkNamed in benchmarks; not public
Three numbers worth quoting: Artificial Analysis Intelligence Index 50 at $0.03/task; Terminal Bench 2.0 82.7 (Harness minimal mode, vendor-reported); cache-hit input at $0.0028/M — 50x cheaper than cache-miss input on the same model.

Why the headline numbers mislead teams

  • Harness dependency: Terminal Bench 2.0 scores swing wildly depending on agent framework settings. The 82.7 figure used DeepSeek's Harness in minimal mode — a framework that is referenced but not yet downloadable for independent verification.
  • Cache hit reality gap: The $0.0028/M input rate requires prompt cache hits. Cold starts, rotating system prompts, and multi-tenant routing often miss cache — billing reverts to $0.14/M.
  • V4-Pro GA vacuum: Teams waiting for the 1.6T Pro variant have no official ship date. August 10–20 rumors circulate on social channels; DeepSeek has not confirmed.
  • Intelligence ceiling: V4-Flash scores 50 on Artificial Analysis — nine points below Kimi K3 (57) and roughly nine points below GPT-5.6 Sol and Claude Fable 5. "Good enough" workloads fit; frontier reasoning does not.
  • Agent CI fragility: Long V4-Flash sessions over shared pools or desk-side hardware suffer bandwidth jitter and dropped SSH — token savings evaporate when agent runs retry.
  • Funding noise: Unconfirmed reports about DeepSeek's next funding round add narrative heat but zero technical signal. Evaluate on reproducible benchmarks, not rumor cycles.

01Timeline: Preview to Flash-0731

DateEvent
2026-04-24V4 preview launch — V4-Pro (1.6T) and V4-Flash (284B) open weights under MIT
2026-07-20V4 GA announcement with peak-valley pricing framework
2026-07-24Legacy deepseek-chat / deepseek-reasoner endpoints permanently retired
2026-07-27Kimi K3 weights land on Hugging Face under Modified MIT
2026-07-31V4-Flash-0731 API beta — post-training refresh, same 284B/13B footprint
2026-08-03Qwen3.8-Max GA — Alibaba's 2.4T sparse MoE flagship at $2/$6
2026-08-05Publication date of this article
Community sentiment shift: Chinese developer forums describe founder Liang Wenfeng's arc from "Liang Baikai" (the price killer) to "Liang Sheng" (the measured strategist). The July 31 release reinforces post-training efficiency over parameter escalation — a deliberate pivot from the April hype cycle.

02Architecture: Same Skeleton, Sharper Training

V4-Flash-0731 inherits the V4 family design documented in our V4 GA architecture guide. The July build does not alter any of these structural choices:

Hybrid attention (CSA + HCA)

Compressed Sparse Attention (CSA) compresses KV sequences 4x via Softmax-gated pooling, then an FP4 indexer selects sparse top-k tokens (top-512 on Flash) while retaining a 128-token sliding window. Heavy Compressed Attention (HCA) compresses tokens 128x before global dense attention for long-range dependencies.

At 1M tokens on V4-Pro, inference requires only 27% of the FLOPs compared with V3.2, and KV cache memory drops to 10% of V3.2 (as low as 7% on Flash). Flash-0731 inherits these efficiency properties unchanged.

mHC and Muon optimizer

Manifold-Constrained Hyper-Connections (mHC) upgrade standard residual streams with doubly-stochastic matrix constraints for signal stability across deep stacks. The Muon optimizer applies Newton-Schulz orthogonalization to gradients for faster convergence during post-training — the likely source of July benchmark lifts without architectural changes.

Efficiency at scale: V4-Pro at 1M context = 27% FLOPs and 10% KV cache versus V3.2. Flash-0731 shares the attention stack; the July gains are training-recipe improvements on an already-efficient skeleton.

03Benchmarks: Vendor Scores vs Third-Party Checks

DeepSeek's July deck reports strong agent and coding numbers. Independent verification is thinner than for Kimi K3 (open weights since July 27) or Qwen3.8-Max (Arena preliminary ranks). Treat every vendor row as directional until Harness ships publicly.

SourceMetricV4-Flash-0731Notes
DeepSeek (vendor)Terminal Bench 2.082.7Harness minimal mode; framework not public
DeepSeek (vendor)Terminal Bench 2.0 (V4-Pro preview)67.9Different harness settings; +14.8 pts on Flash refresh
Artificial AnalysisIntelligence Index50Third-party; $0.03 per index task
Artificial AnalysisIntelligence Index (Kimi K3)57$0.86 per task
Artificial AnalysisIntelligence Index (GPT-5.6 Sol)~59~9 pts higher; $1.86 per task
Artificial AnalysisIntelligence Index (Claude Fable 5)~59~9 pts higher; $3.15 per task

Reading the gap: V4-Flash trails Kimi K3 by seven Intelligence Index points and trails GPT-5.6 Sol and Fable 5 by roughly nine — but costs 29x less than K3, 62x less than Sol, and 105x less than Fable 5 on Artificial Analysis index tasks. That cost-per-point tradeoff is what Chinese developers call the "kill line" — performance good enough for production volume at a price floor competitors cannot match without subsidizing inference.

04Decision Matrix: Five Flagships Side by Side

DimensionDeepSeek V4-Flash-0731Kimi K3GLM-5.2Qwen3.8-MaxGPT-5.6 SolClaude Fable 5
Total / active params284B / 13B2.8T / ~500B~355B / ~32B2.4T / 95BClosedClosed
Open weightsMIT (Flash)Modified MITMITPromised ~Aug 10NoNo
Context window1M tokens256K tokens128K tokens1M tokensNot disclosed1M tokens
API input (list)$0.14/M (miss)~$3/M~$0.50/M$2/M~$3/M$10/M
API output (list)$0.28/M~$15/M~$1/M$6/M~$15/M$50/M
AA Intelligence Index50 ($0.03/task)57 ($0.86/task)~59 ($1.86/task)~59 ($3.15/task)
Self-hostableYes (Flash)YesYesPending weightsNoNo
Best fitHigh-volume API, cache-friendly workloadsOpen-weight frontier, verifiable benchmarksLightweight local deployMultimodal + Arena-ranked APIHard reasoning, closed ecosystemMaximum code quality

Selection guide:

  • Penny-per-million output and MIT license: V4-Flash-0731 — especially with prompt cache hits at $0.0028/M input
  • Reproducible open-weight benchmarks: Kimi K3 — seven Intelligence Index points higher, 29x the per-task cost
  • Multimodal + Arena visibility: Qwen3.8-Max — $6/M output, weights pending
  • Closed-source ceiling tasks: GPT-5.6 Sol or Claude Fable 5 — nine index points higher, 62–105x the cost

05Pricing: Where the 100x Claim Comes From

ModelInput (cache miss)Input (cache hit)OutputLicense
V4-Flash-0731$0.14/M$0.0028/M$0.28/MMIT
Claude Fable 5$10/M$50/MClosed
GPT-5.6 Sol~$3/M~$15/MClosed
Qwen3.8-Max$2/M$0.17/M (explicit read)$6/MPending
Kimi K3 (API)~$3/M~$15/MModified MIT weights

The "100x cheaper than Claude" headline is defensible on output pricing alone: $0.28/M versus $50/M is roughly 179x. On Artificial Analysis index tasks the ratio narrows to about 105x ($0.03 vs $3.15) because task cost includes input tokens and reasoning overhead. Neither number guarantees your production bill — cache miss rates, peak-hour multipliers from the V4 peak-valley framework, and output-heavy agent loops all shift the effective multiplier.

Four levers to stay on the kill line:

  1. Structure prompts for cache reuse — static system prompts, stable tool definitions, minimal per-request prefix churn
  2. Route classification and FAQ traffic to Flash; escalate only hard reasoning to Pro when GA lands
  3. Schedule batch jobs outside Beijing peak windows (09:00–12:00 and 14:00–18:00 weekdays)
  4. Measure cost per successful agent task, not cost per million tokens — Harness-sensitive benchmarks inflate vendor-side scores but not your retry budget

06Controversies Worth Tracking Before You Migrate

  • Harness opacity: Terminal Bench 2.0 at 82.7 depends on DeepSeek's Harness agent framework. Without public Harness code, third parties cannot reproduce the jump from V4-Pro preview's 67.9.
  • Cache billing surprises: Early API users report lower-than-expected cache hit rates on dynamic agent prompts. Budget at cache-miss rates ($0.14/M input) until you have 30 days of production telemetry.
  • V4-Pro rumor mill: Social channels cite August 10–20 for V4-Pro GA. DeepSeek's official channels have not confirmed. Plan Flash-only routing until a dated announcement lands.
  • Funding speculation: Unverified reports about DeepSeek's next round circulate alongside every release. They do not change model behavior or API pricing.

07Six-Step Runbook: API Migration and Model Selection

  1. 01
    Audit legacy call sites: grep for deepseek-chat, deepseek-reasoner, and any hardcoded model strings. The July 24 sunset already broke unmigrated endpoints — confirm zero remaining references.
  2. 02
    Pin to V4-Flash-0731: update model parameter to deepseek-v4-flash (or the platform-specific 0731 alias). Same 284B/13B footprint — no re-architecture needed on the client side.
  3. 03
    Design for cache hits: extract static system prompts and tool schemas into cacheable prefixes. Target 80%+ hit rate before trusting $0.0028/M input economics.
  4. 04
    Run A/B on production tasks: compare Flash-0731 against your prior model on 50–100 real agent runs. Vendor Terminal Bench scores do not substitute for your harness and your retry logic.
  5. 05
    Build tiered routing: Flash for volume and classification; reserve Kimi K3 or closed flagships for tasks where seven to nine Intelligence Index points justify 29–105x cost. See our GPT-5.6 tier guide for closed-source escalation paths.
  6. 06
    Deploy agent hosts on dedicated compute: long V4-Flash agent sessions need stable SSH and predictable disk IO. Review pricing for NUKCLOUD bare-metal Mac nodes as your agent CI build plane — shared-pool tail latency erases API cost wins when builds retry.

08Summary and FAQ

DeepSeek V4-Flash-0731 confirms the July thesis: Chinese frontier labs can lift agent scores through post-training alone, without parameter escalation. The Artificial Analysis kill line — index 50 at $0.03 per task — makes Flash the default API for volume workloads where nine Intelligence Index points do not justify 62–105x spend. Harness opacity, cache billing gaps, and an absent V4-Pro GA date are the real risks, not the parameter count.

Teams running V4-Flash agents against large codebases still need a stable, auditable local dev and CI plane. Shared minute pools, desk-side Macs, and oversubscribed VPS hosts introduce bandwidth jitter, neighbor CPU contention, and dropped long-lived connections — friction that quickly eats token savings. For production agent hosts, NUKCLOUD multi-region bare-metal Mac / cloud Mac nodes provide dedicated Apple Silicon compute with clear tenant boundaries. Compare specs on the pricing page and provision a trial via order.

Is V4-Flash-0731 a new architecture or just a post-training refresh?
Same 284B total / 13B active parameter footprint as the April V4-Flash preview. Gains come from post-training only — no new layers, no context-window expansion. DeepSeek positions it as a production-tuned API build, not a next-generation model.
How does V4-Flash pricing compare to Claude Fable 5?
V4-Flash lists $0.14/M input on cache miss, $0.0028/M on cache hit, and $0.28/M output — all MIT-licensed. Fable 5 output runs $50/M on list pricing. On Artificial Analysis index tasks, V4-Flash costs $0.03 per run versus Fable 5 at $3.15 — roughly 100x cheaper on that benchmark, though Fable 5 scores about nine points higher.
Can I trust the Terminal Bench 2.0 score of 82.7?
Treat it as harness-sensitive vendor data. The 82.7 figure was reported with DeepSeek's Harness agent framework in minimal mode — a framework that is named but not yet public. The V4-Pro preview scored 67.9 on the same benchmark under different harness settings. Run your own agent tasks before rerouting production traffic.
When will V4-Pro GA ship?
As of August 5, 2026, V4-Pro has no official GA date. Community rumors point to August 10–20, but DeepSeek has not confirmed. The July 31 release is V4-Flash-0731 API beta only.
Where should I run V4-Flash agent CI for stable long sessions?
Long-horizon V4 agents need stable SSH, predictable disk IO, and compute without noisy neighbors. NUKCLOUD multi-region bare-metal Mac nodes provide dedicated Apple Silicon with clear tenant boundaries — suitable as agent hosts and CI build planes so shared-pool tail latency does not erase API savings.

Data as of 2026-08-05. Sources: DeepSeek official API documentation, Artificial Analysis, community benchmark reports, NUKCLOUD editorial analysis.