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.
| Spec | V4-Flash-0731 |
|---|---|
| Release date | July 31, 2026 (API beta) |
| Total / active parameters | 284B / 13B (unchanged from preview) |
| Improvement source | Post-training only |
| Context window | 1,000,000 tokens |
| License | MIT |
| Input pricing (cache miss / hit) | $0.14 / $0.0028 per 1M tokens |
| Output pricing | $0.28 per 1M tokens |
| V4-Pro GA status | Not released as of August 5 |
| Harness agent framework | Named in benchmarks; not public |
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
| Date | Event |
|---|---|
| 2026-04-24 | V4 preview launch — V4-Pro (1.6T) and V4-Flash (284B) open weights under MIT |
| 2026-07-20 | V4 GA announcement with peak-valley pricing framework |
| 2026-07-24 | Legacy deepseek-chat / deepseek-reasoner endpoints permanently retired |
| 2026-07-27 | Kimi K3 weights land on Hugging Face under Modified MIT |
| 2026-07-31 | V4-Flash-0731 API beta — post-training refresh, same 284B/13B footprint |
| 2026-08-03 | Qwen3.8-Max GA — Alibaba's 2.4T sparse MoE flagship at $2/$6 |
| 2026-08-05 | Publication date of this article |
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.
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.
| Source | Metric | V4-Flash-0731 | Notes |
|---|---|---|---|
| DeepSeek (vendor) | Terminal Bench 2.0 | 82.7 | Harness minimal mode; framework not public |
| DeepSeek (vendor) | Terminal Bench 2.0 (V4-Pro preview) | 67.9 | Different harness settings; +14.8 pts on Flash refresh |
| Artificial Analysis | Intelligence Index | 50 | Third-party; $0.03 per index task |
| Artificial Analysis | Intelligence Index (Kimi K3) | 57 | $0.86 per task |
| Artificial Analysis | Intelligence Index (GPT-5.6 Sol) | ~59 | ~9 pts higher; $1.86 per task |
| Artificial Analysis | Intelligence 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
| Dimension | DeepSeek V4-Flash-0731 | Kimi K3 | GLM-5.2 | Qwen3.8-Max | GPT-5.6 Sol | Claude Fable 5 |
|---|---|---|---|---|---|---|
| Total / active params | 284B / 13B | 2.8T / ~500B | ~355B / ~32B | 2.4T / 95B | Closed | Closed |
| Open weights | MIT (Flash) | Modified MIT | MIT | Promised ~Aug 10 | No | No |
| Context window | 1M tokens | 256K tokens | 128K tokens | 1M tokens | Not disclosed | 1M 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 Index | 50 ($0.03/task) | 57 ($0.86/task) | — | — | ~59 ($1.86/task) | ~59 ($3.15/task) |
| Self-hostable | Yes (Flash) | Yes | Yes | Pending weights | No | No |
| Best fit | High-volume API, cache-friendly workloads | Open-weight frontier, verifiable benchmarks | Lightweight local deploy | Multimodal + Arena-ranked API | Hard reasoning, closed ecosystem | Maximum 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
| Model | Input (cache miss) | Input (cache hit) | Output | License |
|---|---|---|---|---|
| V4-Flash-0731 | $0.14/M | $0.0028/M | $0.28/M | MIT |
| Claude Fable 5 | $10/M | — | $50/M | Closed |
| GPT-5.6 Sol | ~$3/M | — | ~$15/M | Closed |
| Qwen3.8-Max | $2/M | $0.17/M (explicit read) | $6/M | Pending |
| Kimi K3 (API) | ~$3/M | — | ~$15/M | Modified 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:
- Structure prompts for cache reuse — static system prompts, stable tool definitions, minimal per-request prefix churn
- Route classification and FAQ traffic to Flash; escalate only hard reasoning to Pro when GA lands
- Schedule batch jobs outside Beijing peak windows (09:00–12:00 and 14:00–18:00 weekdays)
- 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
-
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. -
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. -
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.
-
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.
-
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.
-
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.
Data as of 2026-08-05. Sources: DeepSeek official API documentation, Artificial Analysis, community benchmark reports, NUKCLOUD editorial analysis.