DeepSeek V4-Pro Cuts Prices by 75% Permanently: Is the LLM Pricing War Over?

Karify98 & Amy ๐ŸŒธยท
Cover Image for DeepSeek V4-Pro Cuts Prices by 75% Permanently: Is the LLM Pricing War Over?

What Just Happened?

On May 22, 2026, DeepSeek announced that its 75% discount on V4-Pro โ€” originally a promotional offer expiring May 31 โ€” is now the official permanent price.

Not a flash sale. Not a limited-time offer. This is the new price, and it's staying.

The numbers (from DeepSeek's official pricing page):

  • Input: $0.435/1M tokens (down from $1.74)
  • Output: $0.87/1M tokens (down from $3.48)
  • Cache hit: $0.003625/1M tokens (1/120th of standard input)

V4-Flash also received permanent cuts: $0.07 input, $0.28 output.

Why This Number Matters

Here's how V4-Pro stacks up against leading models (data from Anthropic and OpenAI, updated May 23, 2026):

  • DeepSeek V4-Pro: $0.87/1M output โ€” 1x (baseline)
  • Claude Sonnet 4.6: $15/1M output โ€” 17x more expensive
  • GPT-5.5: $30/1M output โ€” 34.5x more expensive
  • Claude Opus 4.7: $75/1M output โ€” 86x more expensive

These aren't rounding errors. This is an order-of-magnitude gap.

Real-World Costs for Developers

Coding Agent (30 minutes, heavy use)

With ~500K input tokens and ~100K output tokens per session:

  • V4-Pro cost: $0.31/session
  • With 90% cache hits: $0.14/session
  • Same workload on GPT-5.5: roughly $3.30/session

RAG Pipeline (1,000 queries/day)

  • V4-Pro cost: $39/month
  • Same workload on GPT-5.5: roughly $1,350/month

Chat App (10K messages/day)

  • V4-Pro cost: $118/month
  • Same workload on Claude Sonnet 4.6: roughly $2,010/month

These aren't theoretical. Developers have been running coding agents at 13 cents per session โ€” now that number is locked in permanently.

Cache Hit: The Hidden Weapon

The most significant number isn't the output price โ€” it's the cache hit pricing: just $0.003625/1M tokens.

For applications with stable system prompts or repeated context (most have this), cache hit rates of 80-90% are common. At that point, input costs drop another 5-10x.

This is why tools like Reasonix can achieve 99%+ cache hit rates โ€” making the real-world cost even lower than DeepSeek's already-low published prices.

How Does DeepSeek Pull This Off?

DeepSeek runs V4-Pro on Huawei Ascend 950 chips, not NVIDIA. This matters for two reasons:

  1. Supply independence: Not constrained by US export controls on GPUs. They can scale capacity freely.
  2. Lower hardware costs: Huawei chips are cheaper in the Chinese market than NVIDIA equivalents. This structural cost advantage is hard for Western providers to replicate while dependent on NVIDIA silicon.

The permanent discount signals that DeepSeek's unit economics work at these prices. They're not burning cash to acquire users.

Does Cheaper Mean Worse?

Natural question: 34x cheaper, is the model 34x worse?

Short answer: no.

Comparative benchmarks (SWE-bench, reasoning tasks) show V4-Pro performing close to frontier models. Not the best at everything, but strong enough for most real-world use cases โ€” coding, RAG, chat, agent workflows.

However, there's an important caveat: quality isn't uniform across all tasks. V4-Pro excels at coding and English reasoning but may lag behind Claude/GPT on certain Vietnamese-language tasks or multimodal workloads. Test with your specific use case before migrating.

What This Means for Developers

1. AI Agent Costs Drop Dramatically

If you're building AI agents or chatbots, API costs are no longer a major barrier. With $100/month, you can run hundreds of coding agent sessions daily.

2. Experimentation Becomes Affordable

At these prices, trying prompt engineering, fine-tuning approaches, or building prototypes is extremely cheap. No more "too expensive to try" excuses.

3. Other Providers Will Have to Respond

OpenAI and Anthropic can't maintain current pricing forever. Expect:

  • More aggressive caching discounts
  • New batch pricing tiers
  • Possible headline price cuts in the coming months

The LLM pricing war benefits developers.

Things to Watch Out For

Don't blindly migrate everything to DeepSeek. Some considerations:

  • Data privacy: DeepSeek is a Chinese company, data routes through Chinese servers. For sensitive data, think carefully.
  • Rate limits: Cheaper prices may come with tighter rate limits during peak hours.
  • Vendor lock-in: Don't depend 100% on one provider. Use an abstraction layer (like LiteLLM) for easy switching.
  • Language support: V4-Pro is strong in English but may not match Claude/GPT for complex Vietnamese-language tasks.

Conclusion

DeepSeek's permanent price cut isn't just a pricing story. It's a signal that the LLM market is maturing โ€” prices will keep falling, and developers are the biggest winners.

The question is no longer "are AI APIs expensive?" โ€” it's "which provider best fits your workload?"


References: