On July 31, 2026, DeepSeek promoted V4-Flash to an official public API build (tag 0731) with the same 284B-parameter architecture as April's preview — only the post-training changed. It now beats DeepSeek's own larger V4-Pro preview on agent benchmarks at roughly 1/36 to 1/179 of Claude Opus 4.8's list price. If you are an AI developer or product lead running high-volume Agent pipelines on a budget, this piece covers the full timeline, pricing matrix, post-training and Harness architecture breakdown, China open-weight comparisons, and the benchmark caveats English coverage often skips — so you can decide whether to switch now and how long to wait for the flagship V4-Pro GA.
01 What actually shipped on July 31 — and what didn't
It is easy to read "DeepSeek V4 official version" and assume a new model dropped. It didn't. The flagship V4-Pro GA and DeepSeek's first in-house agent framework, Harness, remain unreleased as of August 5, 2026. Production teams should treat these as immediate pressures:
- API-only update: The July 31 build is API-only — consumer app and web chat were not updated, so casual testers may conclude "nothing changed."
- Legacy aliases are dead: As of July 24,
deepseek-chatanddeepseek-reasonerwere retired; unmigrated integrations fail in production. - Benchmarks ≠ portable capability: Headline agent scores were measured with DeepSeek's unreleased Harness in "minimal mode," and overseas developers report low cache-hit rates and occasional safety-classifier timeouts.
- Competition moved fast: Kimi K3 open weights landed July 27; Qwen3.8-Max GA'd August 2 — delaying your routing decision is costly.
Timeline:
- April 24, 2026: V4 preview launches — V4-Pro (1.6T / 49B active) and V4-Flash (284B / 13B active), both 1M-token context, MIT license.
- July 24, 2026: Legacy aliases retired; all traffic routes to the V4 family.
- July 27, 2026: Moonshot AI ships Kimi K3 open weights (2.8T total parameters).
- July 31, 2026: V4-Flash-0731 official API beta; open weights on Hugging Face; changelog names "DeepSeek Harness" for the first time.
- As of August 5, 2026: Official V4-Pro release still unconfirmed. Chinese outlets citing unnamed sources suggest an August 10–20 GA window — not confirmed by DeepSeek; treat as rumor.
02 The numbers at a glance: pricing and specs
| Model | Status | Total / active params | Input (cache-miss / hit, per 1M tokens) | Output (per 1M) |
|---|---|---|---|---|
| DeepSeek-V4-Flash-0731 | Official (Jul 31) | 284B / 13B | $0.14 / $0.0028 | $0.28 |
| DeepSeek-V4-Pro | Preview only | 1.6T / 49B | $0.435 / $0.003625 | $0.87 |
| Kimi K3 | Open weights (Jul 27) | 2.8T / ~104B (community est.) | $3.00 / $0.30 | $15.00 |
| Qwen3.8-Max | API GA (Aug 2); weights pending | 2.4T / 95B | $2.00 / ~$0.17–0.25 | $6.00 |
| License | Flash and Pro preview: MIT. Kimi K3: modified MIT with commercial clauses above 100M MAU. | |||
All figures are vendor-published list prices, not independently audited. DeepSeek has announced a future 2x peak-hour surcharge (9am–12pm and 2pm–6pm Beijing time) with no confirmed effective date yet.
03 How DeepSeek squeezed more out of the same model
The architecture did not change — the training data did. V4-Flash-0731 is identical in size and structure to April's preview. DeepSeek attributes the entire agent-benchmark jump to a fresh post-training pass, not scaling up. A 284B/13B model now beats a 1.6T/49B sibling on multiple agentic tasks — a sign that post-training quality is catching up to raw parameter counts in 2026.
DeepSeek's technical report ("DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence") describes three architectural carryovers:
- Hybrid attention (DSA): Compressed Sparse Attention (CSA) plus Heavily Compressed Attention (HCA) to cut compute and memory at long context;
- Manifold-Constrained Hyper-Connections (mHC): an enhancement over standard residual connections;
- The Muon optimizer: for faster convergence and training stability.
Vendor-reported efficiency (no independent reproduction yet): at 1M-token context, V4-Pro needs only 27% of V3.2's per-token inference FLOPs and 10% of the KV cache footprint.
Harness debut: July 31 marked the first official mention of DeepSeek Harness — an in-house agent execution framework positioned against Claude Code, which DeepSeek teams had relied on until now. Published agent scores (Terminal Bench 2.0: 82.7 vs V4-Pro preview 67.9) were measured in Harness "minimal mode" at max reasoning effort, top_p 0.95, temperature 1.0. DeepSeek's own changelog warns that agent scores are "extremely sensitive to harness choice" — worth taking literally.
04 China's open-weight lineup and a six-step API checklist
| Model | Intelligence Index (third party) | Avg. cost per task (third party) | Note |
|---|---|---|---|
| DeepSeek-V4-Flash-0731 | 50 | $0.03 | Jul 31 official |
| Kimi K3 | 57 | $0.86 | Jul 27 weights |
| GPT-5.6 Sol | 9+ points above Flash | $1.86 | Closed source |
| Claude Fable 5 | 9+ points above Flash | $3.15 | Closed source |
| Value proposition | Flash is not the smartest on the index, but per-task cost is ~1/29 of Kimi K3 and ~1/105 of Claude Fable 5 — "good enough" at a price nobody else matches | ||
Per the July OpenRouter rankings, the V4-Flash preview reportedly topped usage for seven consecutive weeks — a fit for bulk Agent and batch workloads, not leaderboard vanity.
Before migrating production Agent flows to V4-Flash-0731, run this six-step checklist:
- Retire legacy model names: grep for
deepseek-chatanddeepseek-reasoner; route todeepseek-v4-flashordeepseek-v4-pro. - Verify endpoint compatibility: OpenAI ChatCompletions and Anthropic-compatible clients should work unchanged —
deepseek-v4-flashnow resolves to the 0731 official build. - Engineer for cache hits: $0.0028/M on cache hit is compelling, but developers report low hit rates on the official build — stabilize system prompts and prefix reuse.
- Plan around peak-hour surcharges: DeepSeek's announced 2x Beijing peak windows mean batch jobs should shift to off-peak slots when pricing goes live.
- A/B on your real Agent stack: do not migrate on Terminal Bench alone; blind-test with Claude Code, Cursor, or your production harness on your own repos.
- Stabilize the Mac Agent runtime: if you run Claude Code or OpenCode locally for integration tests, use bare-metal Apple hardware — see our pricing and order pages.
05 Benchmark caveats, the kill line, FAQ, and decision
Separate these from the marketing narrative:
- Headline agent scores are harness-dependent and self-reported. Terminal Bench 2.0 and similar numbers used unreleased Harness minimal mode — treat as "vendor plus specific framework" until third parties reproduce with other tools.
- Real-world friction exists. 21st Century Business Herald, citing overseas developer feedback, reported low input cache-hit rates and occasional safety-classifier timeouts.
- V4-Pro and Harness dates are unconfirmed. August 10–20 GA rumors trace to unnamed Chinese media sources; DeepSeek's changelog only says the official V4-Pro release "will follow as soon as possible."
- Funding and IPO figures are background, not fact. Reports of a ~$7.4B round and ~$48.7B valuation lack regulatory filings or DeepSeek statements — present as rumor, not verified numbers.
Chinese developer forums coined "斩杀线" (zhǎn shā xiàn) — the "kill line." DeepSeek's "good-enough performance plus rock-bottom price" sets a bar: competitors that neither clearly beat it on capability nor undercut it on price risk irrelevance. That framing helps explain moves like OpenAI's reported 80% Luna price cut in the same window. On July 31, Nvidia, Broadcom, and AMD saw no major move — a contrast to early 2025, when DeepSeek-R1 efficiency claims triggered a global AI-chip selloff.
Before Flash-0731 shipped, forums mocked founder Liang Wenfeng as "Liang Baikai" ("Liang Empty Promise") over a slipped mid-July V4-Pro target. After Flash beat expectations, "Liang Sheng" ("Liang the Sage") returned — a quick sentiment barometer worth watching.
Is DeepSeek V4 open source?
Yes. Both V4-Pro and V4-Flash, including the July 31 V4-Flash-0731 build, ship as open weights under the MIT license on Hugging Face for commercial use, fine-tuning, and redistribution.
How much cheaper is V4-Flash than Claude?
Per 21st Century Business Herald figures, official V4-Flash list pricing runs roughly 36x cheaper than Claude Opus 4.8 on cache-miss input, about 179x on cache-hit input, and about 89x on output, per million tokens — vendor list prices, not an independent audit.
When will the official V4-Pro ship?
No confirmed date. DeepSeek's changelog says only that the official V4-Pro release "will follow as soon as possible." August 10–20 GA reports from Chinese media cite unnamed sources and are not confirmed by DeepSeek.
Can I trust DeepSeek's benchmark numbers?
Partially. Widely adopted third-party benchmarks like SWE-bench Verified carry more weight. Agent-specific scores (Terminal Bench 2.0, Toolathlon, etc.) used DeepSeek's unreleased Harness, and the company warns they are highly harness-sensitive — wait for independent reproduction with Claude Code, Cursor, or your stack.
What is DeepSeek Harness?
DeepSeek's first self-developed agent execution framework — an in-house alternative to Claude Code for file editing, tool calls, and multi-step engineering work. Named in the July 31, 2026 changelog; not yet publicly available.
Citable hard data:
- V4-Flash-0731: 284B total / 13B active, 1M context, MIT license
- API list price: $0.14 cache-miss / $0.0028 cache-hit input, $0.28 output per 1M tokens
- Terminal Bench 2.0: 82.7 (Harness minimal mode, vendor-reported) vs V4-Pro preview 67.9
- Long-context efficiency (vendor-reported): V4-Pro at 1M tokens uses 27% of V3.2 FLOPs and 10% KV cache
- Artificial Analysis: Intelligence Index 50, $0.03 per task (~1/105 of Claude Fable 5)
Official and third-party references (re-open links after any upstream update):
DeepSeek official API documentation and changelog
Hugging Face — DeepSeek-V4-Flash model card
Artificial Analysis — independent model benchmarks
21st Century Business Herald — DeepSeek V4 coverage
Cheap cloud APIs look great until harness-dependent scores fail to port, cache hits underperform, and Agent toolchains stall on unstable virtualized Mac hosts during a release window. For production environments that need zero-overhead native compute, stable iOS CI/CD, and 24/7 Agent automation with Claude Code or OpenCode, ZUKCLOUD bare-metal Mac mini cloud nodes are usually the better foundation: real Apple hardware, full root access, no hypervisor tax. See our pricing page or read the bare-metal architecture manifesto and DeepSeek V4 GA deep dive. You can wait on the V4-Pro GA — you cannot wait on stable Agent infrastructure.