MLog

A bilingual blog crafted for our own voice

Back to posts
产品动态#DeepSeek#大模型#AI

DeepSeek V4 Arrives July 15: The Shift from Benchmark Racing to Engineering Economics

Published: Jul 14, 2026Reading time: 4 min

DeepSeek V4 launches July 15 with a 1.6T-parameter MoE architecture and the industry's first peak/off-peak API pricing, marking a turning point where LLM competition shifts from raw capability to engineering efficiency and commercial viability.

DeepSeek V4 Arrives July 15: The Shift from Benchmark Racing to Engineering Economics

On June 29, DeepSeek sent an email to its API users. Buried in the usual upgrade announcement was an unfamiliar phrase: peak/off-peak pricing. The kind of thing you normally associate with your electricity bill, not an LLM provider.

After the initial double-take, the strategy starts to make sense. This isn't just about charging more during business hours. It's a signal that the LLM industry is turning a corner — from a race to publish the highest benchmark scores, toward a competition rooted in engineering efficiency, operational cost, and real-world deployment.

Under the Hood: A 1.6T-Parameter Efficiency Play

DeepSeek V4 ships in two variants:

V4-Pro (Flagship) V4-Flash (Lightweight)
Total Parameters 1.6T 284B
Active Parameters 49B 13B
Context Window 1M tokens 1M tokens
Architecture MoE + DSA Sparse Attention MoE + DSA Sparse Attention

The headline number — 1.6 trillion total parameters — sounds massive, and it is. But the real innovation is that only 49 billion are activated per forward pass. Think of it as a 1,600-room hotel that only turns on the lights in 49 rooms at a time.

The efficiency gains are striking. At a 1M-token context length, V4 consumes roughly 27% of the FLOPs and 10% of the KV cache memory compared to its predecessor V3.2. According to the official technical blog, this is powered by DSA (DeepSeek Sparse Attention), a hybrid scheme combining Compressed Sparse Attention (CSA) and Heavy Compressed Attention (HCA). By compressing KV cache entries across token groups, the compute cost no longer scales linearly with sequence length.

The core design philosophy is clear: not "bigger is better," but "big and efficient."

DSpark: Squeezing 60-85% More Inference Speed

Beyond architecture, DeepSeek has also invested in inference-time optimization. On June 27, in collaboration with Peking University, the team published DSpark — a speculative decoding framework built around semi-autoregressive generation and confidence-based scheduling.

Real-world benchmarks: V4-Flash sees 60-85% faster per-user generation, V4-Pro 57-78%. Critically, DSpark is open-sourced under the MIT license and compatible with mainstream base models including Qwen and Gemma. Smaller teams can drop it into their stacks without building an inference optimization team from scratch.

Peak/Off-Peak Pricing: Compute as a Utility

Now for the controversial part. DeepSeek V4 introduces time-of-day pricing for API calls:

  • 🔴 Peak hours (9:00-12:00, 14:00-18:00 Beijing time): 2x base rate
  • 🟢 Off-peak (remaining 17 hours + weekends): current rates

At off-peak rates, V4-Flash output costs ¥2 (~$0.28) per million tokens. Even at peak (¥4 / ~$0.56), it remains roughly 1/18 the price of GPT-4o ($10/M tokens). V4-Pro at off-peak (¥6 / ~$0.84/M tokens) delivers inference at about 1/20 the cost of OpenAI's comparable tier, per a Goldman Sachs July 2026 research note.

The backlash was predictable. DeepSeek had slashed prices to record lows just two months earlier — V4 Pro cache-hit inputs hit ¥0.025/M tokens in April, the lowest in the industry. But the context matters: V4-Flash alone was clocking 4.66 trillion tokens per week on OpenRouter, holding the #1 spot for six consecutive weeks. Daytime compute congestion and API timeouts became routine. Using price signals to smooth demand isn't greed — it's capacity management at scale.

Developers Vote with Their Wallets

OpenRouter data tells the story. By June 2026, DeepSeek V4's weekly token volume hit 6.75 trillion, capturing an 18.7% platform share and surpassing Anthropic for the first time. It also became the fastest-growing AI vendor in US B2B software spend.

This isn't subsidized vanity metrics. The flywheel is self-reinforcing: aggressive architecture efficiency enables low pricing → low pricing drives massive adoption → massive adoption funds further optimization → which enables even lower pricing.

The Bigger Picture

July 15 marks V4's full production launch, with legacy API endpoints sunsetting on July 24. On the same day OpenRouter reported that Chinese LLMs collectively surpassed US models in weekly token consumption for the first time — four of the top five models are now Chinese.

These data points converge on a single narrative: LLMs are no longer a paper-publishing exercise. They are infrastructure. And infrastructure is measured not by benchmark scores, but by cost, throughput, and reliability.

For developers, the decision framework is straightforward. If you're budget-constrained and running batch, non-real-time workloads, V4-Flash at off-peak hours is the best price-performance ratio on the market. If you need complex reasoning, V4-Pro costs a fraction of Western equivalents. Across both tiers, one thing is clear — cheap isn't the destination. Cheap and capable is.