If you are an AI developer or tech lead evaluating agent API costs, migrating off retired deepseek-chat aliases, or picking a model in China's open-weight price war, DeepSeek's V4-Flash-0731 official build (July 31, 2026) deserves a close read first. Same architecture as April's preview (284B total / 13B active parameters), with gains coming entirely from fresh post-training rather than scale-up. 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 list pricing, while flagship V4-Pro and the in-house Harness agent framework remain unreleased. This piece covers the three-month timeline, pricing tables, CSA+HCA architecture and Harness breakdown, Kimi K3 / GLM-5.2 / Qwen3.8-Max comparisons, benchmark caveats, the Chinese "kill line" narrative, a six-step migration checklist, and FAQ. Cross-read with our V4 GA release piece, Kimi K3 open weights article, and Qwen3.8-Max launch coverage. Pricing at NOVAKVM rates.
[ SECTION_01 ] // TIMELINE What actually shipped July 31 — and what still has not
- April 24, 2026: DeepSeek-V4 preview launches with V4-Pro (1.6T / 49B active) and V4-Flash (284B / 13B active), both at 1M-token context, MIT license.
- July 24, 2026: Legacy aliases
deepseek-chatanddeepseek-reasonerretire; all traffic routes to the V4 family. - July 27, 2026: Moonshot AI ships Kimi K3 open weights (2.8T total parameters), raising competitive pressure days before DeepSeek's update.
- July 31, 2026:
deepseek-v4-flashpromoted to official public API beta (build tag "0731"). Same architecture, same parameter count — gains from post-training only. Open weights on Hugging Face the same day. Changelog names "DeepSeek Harness" for the first time. API-only — consumer app and web chat untouched. - As of August 5, 2026: Official V4-Pro release unconfirmed. Some Chinese outlets cite an August 10–20 GA window from unnamed sources — not confirmed by DeepSeek; treat as rumor.
Engineering pain points still worth naming:
- Not a new model — a retrain: Architecture is identical to April's preview; teams still assuming "bigger equals better" need to shift to post-training quality.
- Pro and Harness still pending: Flagship V4-Pro and Harness are unreleased; headline agent scores rely on Harness minimal mode, which is not public yet.
- API-only split: Production API may run 0731 while consumer chat endpoints lag, creating version skew.
- Harness-sensitive scores: DeepSeek's own changelog warns agent benchmarks are extremely sensitive to harness choice.
- Real-world friction: Per 21st Century Business Herald citing overseas developer feedback, low input cache-hit rates and occasional safety-classifier timeouts contrast with headline benchmark jumps.
[ SECTION_02 ] // SPECS DeepSeek V4-Flash official pricing and parameters at a glance
| Model | Status | Total / active | Input ($/M, miss / hit cache) | Output ($/M) | License |
|---|---|---|---|---|---|
| DeepSeek-V4-Flash-0731 | Official (Jul 31) | 284B / 13B | $0.14 / $0.0028 | $0.28 | MIT |
| DeepSeek-V4-Pro | Preview only | 1.6T / 49B | $0.435 / $0.003625 | $0.87 | MIT |
| Kimi K3 | Open weights (Jul 27) | 2.8T / ~104B (community est.) | $3.00 / $0.30 | $15.00 | Modified MIT |
| GLM-5.2 | Open (June 2026) | ~744B / ~40B | Not verified for this piece | MIT | |
| Qwen3.8-Max | API GA (Aug 2; weights pending) | 2.4T / 95B | $2.00 / ~$0.17–0.25 | $6.00 | Open weights promised |
DeepSeek has announced a future 2x peak-hour surcharge (9am–12pm and 2pm–6pm Beijing time) with no confirmed effective date yet. Versus Claude Opus 4.8, vendor list prices cited by 21st Century Business Herald imply roughly 36x cheaper cache-miss input, 179x cheaper cache-hit input, and 89x cheaper output — not independently audited.
[ SECTION_03 ] // ARCHITECTURE How DeepSeek squeezed more from the same model — and the open-weight scrum
Architecture unchanged — training data did: V4-Flash-0731 matches April's preview in size and structure. DeepSeek attributes the agent benchmark jump entirely to re-run post-training. A 284B/13B Flash now beats a 1.6T/49B Pro preview on multiple agentic tasks — a sign that late-2026 competition is shifting from parameter counts to post-training craft.
DeepSeek's technical report ("DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence") describes three architectural changes carried from the April preview:
- Hybrid attention (CSA + HCA): marketed as DSA sparse attention to cut compute and memory at long context;
- Manifold-Constrained Hyper-Connections (mHC): an enhancement over standard residual paths;
- The Muon optimizer: for faster convergence and training stability.
Vendor-reported efficiency (awaiting independent reproduction): at 1M-token context, V4-Pro needs only 27% of V3.2's per-token inference FLOPs and 10% of KV cache footprint.
Harness debut: July 31 marked the first official mention of DeepSeek Harness — an in-house agent stack positioned against Claude Code. Every agent benchmark DeepSeek published for V4-Flash-0731 (Terminal Bench 2.0, Toolathlon, etc.) used Harness minimal mode, which is not publicly released, at max effort, top_p 0.95, temperature 1.0.
| Model | Intelligence Index | Avg. cost per task | Notes |
|---|---|---|---|
| DeepSeek-V4-Flash-0731 | 50 | $0.03 | Independent third party |
| Kimi K3 | 57 | $0.86 | Independent third party |
| GLM-5.2 | ~1 pt above Flash | Not verified here | Independent third party |
| GPT-5.6 Sol | 9+ pts above Flash | $1.86 | Closed source |
| Claude Fable 5 | 9+ pts above Flash | $3.15 | Closed source |
The tension: on Artificial Analysis's independent index, V4-Flash trails Kimi K3 and GLM-5.2, yet per-task cost is roughly 1/29th of Kimi K3, 1/62nd of GPT-5.6 Sol, and 1/105th of Claude Fable 5. DeepSeek is optimizing for "good-enough intelligence at a price nobody else matches" — which also explains why the preview reportedly topped OpenRouter usage for seven straight weeks.
Caveats (do not over-read the marketing):
- Terminal Bench 2.0: Flash 0731 at 82.7 vs V4-Pro preview 67.9 — Harness minimal mode, vendor plus specific framework.
- V4-Pro GA and Harness dates unconfirmed; funding/IPO reports (~$7.4B round, ~$48.7B valuation) trace to unnamed financial media sources, not regulatory filings.
- Chinese developer circles call it "kill line" (斩杀线): good-enough performance plus rock-bottom price sets a bar competitors must beat on capability or undercut on cost — contextualizing moves like GPT-5.6 Luna's reported 80% price cut.
[ SECTION_04 ] // DEPLOY Six-step checklist: API migration through agent production
- Migrate model names: Replace
deepseek-chat/deepseek-reasonerwithdeepseek-v4-flashordeepseek-v4-pro. OpenAI- and Anthropic-compatible clients usually need only a model field change. See our V4 GA migration article. - Route Flash vs Pro: Batch agents, code pipelines, and cost-sensitive workloads → Flash-0731. Complex reasoning with budget headroom → Pro preview until official Pro GA.
- Configure API endpoint and key: Pull keys from the DeepSeek console; point base URL to the official docs endpoint. Re-open links after any upstream update.
- Plan cache and peak pricing: Structure long system prompts for cache hits ($0.0028/M input). Model 7×24 agents around Beijing peak 2x windows (announced, not yet effective).
- A/B test in real harnesses: Compare Flash 0731 against alternatives in Claude Code, Cursor, and OpenCode — do not trust Terminal Bench vendor scores alone. See July OpenRouter tiering guide.
- Pin a 7×24 macOS agent host: Long-running Harness-style jobs need an always-on macOS node; laptop sleep breaks OAuth and batch pipelines. See Help Center and Order page.
# OpenAI SDK compatible example — verify against api-docs.deepseek.com before shipping
from openai import OpenAI
client = OpenAI(
api_key="YOUR_DEEPSEEK_API_KEY",
base_url="https://api.deepseek.com"
)
response = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[{"role": "user", "content": "Summarize MoE post-training gains in one paragraph."}],
temperature=1.0,
top_p=0.95
)
print(response.choices[0].message.content)
[ SECTION_05 ] // FACTS_FAQ Citable hard data, industry context, FAQ, and 7×24 host wrap-up
- Same params, post-training lift: 284B total / 13B active; architecture matches April preview (DeepSeek changelog, July 31, 2026).
- Terminal Bench 2.0: Flash-0731 vendor score 82.7 vs V4-Pro preview 67.9 (Harness minimal mode, vendor-reported).
- Million-token efficiency: V4-Pro at 1M context uses 27% of V3.2 FLOPs and 10% KV cache (DeepSeek technical report; pending third-party reproduction).
- Artificial Analysis: Intelligence Index 50, per-task cost $0.03 (independent, via financial outlets).
- Context window: Flash and Pro both at 1M tokens, MIT open weights (Hugging Face model cards).
- Market reaction: On July 31, Nvidia, Broadcom, and AMD saw no major move — unlike the early-2025 selloff after DeepSeek-R1 efficiency headlines.
Community sentiment: Before Flash-0731 shipped, Chinese forums mocked founder Liang Wenfeng as "Liang Baikai" ("Liang Empty Promise") when V4-Pro slipped past mid-July targets. After Flash beat expectations, many flipped back to "Liang Sheng" ("Liang the Sage") — a quick barometer of how fast sentiment swings.
FAQ highlights:
- Q: Is V4 open source? A: Yes — MIT weights on Hugging Face for Flash and Pro builds.
- Q: How much cheaper than Claude? A: Roughly 36x–179x on input and ~89x on output per vendor list prices cited above — not audited.
- Q: When is official V4-Pro? A: No confirmed date; August 10–20 rumors are unverified.
- Q: Trust the benchmarks? A: SWE-bench Verified and similar third-party suites weigh more; Terminal Bench scores need independent Harness reproduction.
- Q: What is Harness? A: DeepSeek's in-house agent framework — named July 31, not yet public.
Sources used at write time; if upstream docs change, treat links as authoritative.
https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash
https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro
Real downsides of common alternatives (engineering view): (1) Trying to run 284B-class weights or long-context agents on a 16GB laptop saturates unified memory and disk — cheap API pricing cannot fix a hardware ceiling. (2) Laptop sleep kills OAuth and long Harness-style batch jobs; the OpenRouter usage leader still fails a 7×24 pipeline on a closing lid. (3) Buying a maxed Mac Studio to test DeepSeek agent flows then leaving it idle for three months often costs more in depreciation than weekly cloud rent — inference belongs on API, local needs a stable macOS orchestration surface.
For teams that need dedicated Apple Silicon, 7×24 uptime, and elastic day/week/month scaling to run DeepSeek V4-Flash API-driven agents (Claude Code, OpenCode, Cursor) alongside iOS CI on the same macOS host, NOVAKVM Mac Mini bare-metal cloud rental is usually the better fit: multi-region nodes, high-memory tiers, direct SSH — split DeepSeek API inference from a bare-metal macOS execution plane. Avoid both self-hosting giant weights and laptop-sleep pipeline breaks. Compare tiers on the NOVAKVM pricing page, spin up a trial on the order page, and see the Help Center for remote sessions.