DeepSeek V4-Flash-0731 benchmark scores pricing comparison and Chinese open-weight LLM market diagram

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

DeepSeek's official V4-Flash-0731 went live on July 31, 2026, 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 price. The flagship V4-Pro and DeepSeek's first agent framework, Harness, remain unreleased. This guide separates vendor-reported Terminal Bench 82.7 scores from Artificial Analysis's independent index of 50, maps the Kimi K3 and GLM-5.2 competitive landscape, and explains why Chinese developers call this release the "kill line."

1. Three traps before you replan on V4-Flash headlines

  1. "Official V4" is not a new architecture — it is a post-training refresh. V4-Flash-0731 is identical in size and structure to April's preview: 284B total parameters, 13B active, 1M context, MIT license. DeepSeek explicitly states the entire performance jump came from re-running post-training, not scaling up. A smaller model now beats the 1.6T/49B V4-Pro preview on multiple agentic tasks — which cuts against the default assumption that bigger equals better.
  2. Headline agent scores depend on an unreleased harness. Terminal Bench 2.0 at 82.7 (versus V4-Pro-preview's 67.9) was measured using DeepSeek's own Harness in "minimal mode," which is not yet publicly released, at max reasoning effort, top_p 0.95, temperature 1.0. DeepSeek's changelog warns agent scores are "extremely sensitive to harness choice." Until third parties reproduce these numbers with Claude Code, Cursor, or OpenClaw, treat them as vendor-plus-framework results, not portable capability claims.
  3. Low price does not mean highest independent intelligence score. On Artificial Analysis's independent index, V4-Flash scores 50 — trailing Kimi K3 (57) and GLM-5.2 (~1 point above). Its per-task cost of $0.03 is roughly 1/29th of Kimi K3, 1/62nd of GPT-5.6 Sol, and 1/105th of Claude Fable 5. DeepSeek is competing on "good-enough intelligence at a price nobody else can match," not on topping every leaderboard. Real-world reports also cite low input cache-hit rates and occasional safety-classifier timeouts on the official build.

2. Pricing and model comparison table

Two tables cover vendor pricing and the independent Artificial Analysis landscape. All pricing figures are vendor-published rates, 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.

Model Status Total / Active Params Context Input (cache-miss / cache-hit, per 1M) Output (per 1M) License
DeepSeek-V4-Flash-0731 Official (Jul 31, 2026) 284B / 13B 1M $0.14 / $0.0028 $0.28 MIT
DeepSeek-V4-Pro Preview only (Apr 24, 2026) 1.6T / 49B 1M $0.435 / $0.003625 $0.87 MIT
Kimi K3 (Moonshot AI) Open weights (Jul 27, 2026) 2.8T / ~104B (community estimate) ~1.05M $3.00 / $0.30 $15.00 Modified MIT
GLM-5.2 (Zhipu / Z.ai) Open (June 2026) ~744B / ~40B 1M Not independently verified Not independently verified MIT
Qwen3.8-Max (Alibaba) API GA (Aug 2, 2026); weights pending 2.4T / 95B 1M $2.00 / ~$0.17–0.25 $6.00 Open weights promised
Model Lab Release / weights date Total params Artificial Analysis Intelligence Index Avg. cost per task (Artificial Analysis)
DeepSeek-V4-Flash-0731 DeepSeek Jul 31, 2026 (official) 284B 50 $0.03
Kimi K3 Moonshot AI Jul 16 preview / Jul 27 weights 2.8T 57 $0.86
GLM-5.2 Zhipu / Z.ai June 2026 ~744B ~1 point above V4-Flash Not verified for this piece
Qwen3.8-Max Alibaba Aug 2, 2026 GA (weights pending) 2.4T Not verified for this piece Not verified for this piece
GPT-5.6 Sol OpenAI Closed source Undisclosed 9+ points above V4-Flash $1.86
Claude Fable 5 Anthropic Closed source Undisclosed 9+ points above V4-Flash $3.15

Sourcing note: Intelligence Index and per-task cost figures come from Artificial Analysis, as reported by financial outlets (Wantrich, Meyka). DeepSeek's own agent benchmarks (Terminal Bench 2.0, SWE-bench Verified, etc.) use a different methodology and are listed separately to avoid conflating the two.

3. Five-step playbook: evaluate V4-Flash for agent workloads

  1. Retire legacy DeepSeek model aliases. On July 24, 2026, DeepSeek retired deepseek-chat and deepseek-reasoner; all traffic routes to the V4 family. If you use OpenAI ChatCompletions or Anthropic-compatible endpoints, switch to deepseek-v4-flash — the model name automatically points to the July 31 official build without other code changes.
  2. Separate vendor benchmarks from independent indices. Terminal Bench 82.7 and Toolathlon scores are Harness minimal-mode vendor results. Cross-check against Artificial Analysis Intelligence Index 50 and per-task cost $0.03 before replanning production routing. SWE-bench Verified carries more third-party weight than agent-specific harness scores.
  3. Benchmark with your own agent harness. Run blind A/B tests on real coding loops, file-editing pipelines, and tool-call chains using Claude Code, Cursor, or OpenClaw — not DeepSeek's unreleased Harness framework. The July 31 update is API-only; consumer app and web chat are untouched, so production validation must happen through your integration path.
  4. Configure tiered routing and cache-aware pricing. Route high-volume batch and agent tasks to V4-Flash at $0.14/$0.28 per million tokens on cache miss. Enable prompt caching to hit $0.0028 input on cache hits — the basis for the "179x cheaper than Claude" headline. Keep Kimi K3 or Claude tiers as fallbacks for tasks that need higher Intelligence Index scores. Plan for DeepSeek's announced 2x peak-hour surcharge in Beijing business hours.
  5. Move agent hosts to an always-on remote Mac. Prevent laptop sleep from breaking long-horizon agent runs. Sync repos via SFTP/rsync on SFTPMAC so you can parallel-test DeepSeek V4-Flash, Kimi K3, and Qwen3.8-Max routing without desynced codebases — especially while V4-Pro official and Harness remain unreleased.

4. Key data points you can cite

  • Release date: DeepSeek-V4-Flash-0731 official public API beta on July 31, 2026; open weights on Hugging Face same day under MIT; API-only — app and web chat not updated.
  • Architecture unchanged: 284B total / 13B active parameters, 1M context; performance gains entirely from post-training, not parameter scaling.
  • Terminal Bench 2.0: 82.7 (V4-Flash-0731) vs 67.9 (V4-Pro preview) — measured with unreleased Harness minimal mode at max settings; vendor-reported.
  • Artificial Analysis Intelligence Index: 50 for V4-Flash; Kimi K3 at 57; GLM-5.2 approximately 1 point higher; GPT-5.6 Sol and Claude Fable 5 each 9+ points above.
  • Per-task cost (Artificial Analysis): V4-Flash $0.03; Kimi K3 $0.86; GPT-5.6 Sol $1.86; Claude Fable 5 $3.15.
  • Price vs Claude Opus 4.8 (21st Century Business Herald): roughly 36x cheaper on cache-miss input, ~179x on cache-hit input, ~89x on output per million tokens — vendor list prices.
  • Efficiency claims (technical report): At 1M-token context, V4-Pro needs 27% of V3.2's per-token inference FLOPs and 10% of KV cache footprint — vendor-reported; hybrid CSA+HCA attention, mHC, Muon optimizer.
  • Timeline anchors: Apr 24 V4 preview; Jul 24 legacy alias retirement; Jul 27 Kimi K3 open weights; Jul 31 V4-Flash-0731 official; Aug 2 Qwen3.8-Max API GA; as of Aug 5 V4-Pro official still unconfirmed (Aug 10–20 GA window is rumor only).
  • Market reaction: Nvidia, Broadcom, and AMD saw no significant stock movement on July 31 — contrast to early 2025 DeepSeek-R1 selloff.

5. Kill line, Liang Baikai to Liang Sheng, and benchmark caveats

Before V4-Flash-0731 shipped, Chinese AI forums mocked DeepSeek founder Liang Wenfeng with the nickname "Liang Baikai" — a pun roughly meaning "Liang Empty Promise," a jab at V4-Pro's slipped mid-July target. Once the official Flash build outperformed expectations, the same communities flipped back to "Liang Sheng" ("Liang the Sage") — a small but telling barometer of how fast sentiment swings in China's AI developer community.

More substantively, Chinese developer circles use the term "斩杀线" (zhǎn shā xiàn), literally "kill line." The idea is that DeepSeek's combination of good-enough performance plus rock-bottom price sets an effective bar: competitors whose models do not clearly beat DeepSeek on capability, and cannot undercut it on price either, risk losing market relevance. That framing helps explain moves like OpenAI reportedly cutting prices by 80% on its low-cost GPT-5.6 Luna tier around the same period. One AI startup incubator source quoted by 21st Century Business Herald put it bluntly: "Every large-model company is running ahead of Liang Wenfeng — however they do it, they have to stay ahead of DeepSeek to survive."

Controversies worth separating from the marketing narrative:

  • Harness-dependent scores: Every agent benchmark DeepSeek published for V4-Flash-0731 used unreleased Harness minimal mode. DeepSeek's own changelog caveat applies — wait for Claude Code, Cursor, or community reproduction before treating 82.7 as a general capability number.
  • Real-world usability: Overseas developer feedback cited by 21st Century Business Herald reports low input cache-hit rates and occasional safety-classifier timeouts on the official V4-Flash build — compute and parameter budget still cap what post-training alone can fix.
  • V4-Pro and Harness dates unconfirmed: Chinese outlets float an August 10–20 GA window from unnamed sources; DeepSeek's changelog only says official V4-Pro "will follow as soon as possible." Treat specific dates as rumors.
  • Funding and IPO reports unverified: Outlets report a roughly $7.4 billion round backed by Tencent and NetEase, valuing DeepSeek at ~$48.7 billion, with follow-on reports targeting ~$71 billion ahead of a potential IPO — all from unnamed financial media sources, not regulatory filings or DeepSeek statements.

6. Summary: price leader, not score leader — then fix the agent base

DeepSeek V4-Flash-0731 is a credible agent API at extreme pricing — $0.14/$0.28 per million tokens, 1M context, MIT open weights, and post-training gains on an unchanged 284B/13B architecture. The "100x cheaper than Claude" headline is real on cache-hit input pricing, but the independent intelligence score (Artificial Analysis index 50) trails Kimi K3 and GLM-5.2. Terminal Bench 82.7 is harness-dependent vendor data, not yet reproduced on Claude Code or Cursor.

The practical path: migrate off deprecated model names, test against your own agent workloads with your own harness, tier routing with Kimi K3 or Claude fallbacks for high-intelligence tasks, and wait for V4-Pro official plus public Harness before treating DeepSeek's agent leaderboard claims as settled fact. Laptops and generic Linux VMs expose hidden costs after API savings — interrupted multi-day loops, desynced repos, and rerun waste eat the discount on long-horizon agent pipelines.

If you plan to parallel-test DeepSeek V4-Flash against Kimi K3 and Qwen3.8-Max while V4-Pro and Harness remain pending, run Cursor CLI, OpenClaw, and team repos on an always-on Apple Silicon remote Mac with SFTP/rsync sync. SFTPMAC remote Mac rental delivers native Cursor and Claude Code compatibility, low-latency API callbacks, and 24/7 uptime — a better way to convert V4-Flash's kill-line pricing into stable production output than treating a personal machine as your agent host.

FAQ

Q1: Is DeepSeek V4 open source?
A: Yes. Both V4-Pro and V4-Flash, including the July 31 official V4-Flash-0731 build, ship as open weights under the MIT license on Hugging Face, and can be used, fine-tuned, and redistributed commercially without additional permission.

Q2: How much cheaper is DeepSeek V4-Flash than Claude?
A: Based on figures reported by 21st Century Business Herald, official V4-Flash pricing runs roughly 36x cheaper than Claude Opus 4.8 on cache-miss input, about 179x cheaper on cache-hit input, and about 89x cheaper on output, per million tokens. These are vendor list prices, not an independent audit.

Q3: When will DeepSeek V4-Pro's official version be released?
A: There is no confirmed date. DeepSeek's own changelog says only that the official V4-Pro release will follow as soon as possible. Reports of an August 10–20 general-availability window come from unnamed sources in Chinese media and have not been confirmed by DeepSeek.

Q4: Can I trust DeepSeek's benchmark numbers?
A: Partially. Widely-adopted third-party benchmarks like SWE-bench Verified carry more weight. But agent-specific scores (Terminal Bench 2.0 at 82.7, Toolathlon, etc.) were measured with DeepSeek's own unreleased Harness framework in minimal mode, and the company itself warns these numbers are highly sensitive to harness choice — wait for independent reproduction with other agent tools before treating them as general capability claims.

Q5: What is DeepSeek Harness?
A: It is DeepSeek's first self-developed agent execution framework, positioned as an in-house alternative to Claude Code, for tasks like file editing, tool calls, and multi-step engineering work. It was named for the first time in the July 31, 2026 changelog and is not yet publicly available.

Sources: DeepSeek official API documentation and changelog (api-docs.deepseek.com); DeepSeek-V4 technical report "DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence" and Hugging Face model cards; Artificial Analysis independent benchmarks as reported by Wantrich Financial and Meyka; 21st Century Business Herald; Kuai Technology / ifeng Tech; V2EX community discussion; 36Kr (EU edition) and HTX Insights; official announcements from Moonshot AI (Kimi K3), Zhipu/Z.ai (GLM-5.2), and Alibaba Cloud (Qwen3.8-Max). Verify current pricing, benchmark data, and V4-Pro/Harness release status before committing budget — all figures current as of August 5, 2026.