For a year, the only direction AI token prices moved was down. On August 6, 2026, the model that anchored the bottom of that slide told developers it is about to go the other way: DeepSeek warned that its API prices will rise "significantly" in the near term — no percentage, no effective date. It is the first genuine reversal of the price war, and if your product's unit economics quietly assume $0.14 tokens, it is the most important line item you'll re-check this week.

What happened, in one screen#

DeepSeek didn't publish a new price sheet — it published a warning. This is its second pricing move in under a month; in mid-July it added a peak/off-peak mechanism. The trigger is the tell: on August 1, OpenCode reported that DeepSeek V4 Flash processed about 8 trillion tokens in a single day (~5T free, ~3T paid), days after the V4-Flash-0731 GA push.

The cause is capacity, not margin. Reporting ties the hike to DeepSeek's roughly 20,000-GPU fleet being unable to absorb that demand; a planned 1-gigawatt data center in Inner Mongolia isn't online yet. When you can't serve the load, raising the price is the fastest way to shed it. This is demand-throttling wearing a pricing costume — the mirror image of the subsidized-loss economics that got the tier this cheap in the first place.

How cheap is the floor it's raising?#

Absurdly cheap, which is the point. V4 Flash today runs about $0.14/M input and $0.28/M output, roughly $0.03 per benchmark task — reported ~105× cheaper than Claude Fable 5 — at an Artificial Analysis Intelligence Index score of 50. DeepSeek's founder Jun Song argued on X that even a 2×–10× increase would still undercut most Western rivals. Take the 10× worst case and input lands near $1.40/M — a step change, not a catastrophe. Plan for the cheapest tier becoming less absurdly cheap, not for it becoming expensive.

Why the timing is a real gamble#

A year ago, a DeepSeek hike would have been a free move — nobody else was close on price. That's no longer true. OpenAI's GPT-5.6 Luna has held $0.20/$1.20 since its July 30 80% cut, and Meta's Muse Spark is competitive on both price and capability. One developer's reaction summed up the risk: raising prices now "is asking for trouble" when credible substitutes are one config change away. DeepSeek is betting its capability lead and still-lowest price hold buyers through a hike. That bet is thinner than it looks.

The founder read#

Don't wait for the number. The lesson of this reversal isn't "DeepSeek got more expensive" — it's that the cheapest tier is a moving target you should never hard-wire to. Three moves, today:

  1. Route, don't marry. Put a routing and fallback layer between your app and any single model, so a price move is a config change. Compare candidates on real spend, not sticker price — the completed-task cost test is how.
  2. Cache repeated calls. If your token bill scales linearly with traffic, a supplier's capacity problem becomes your margin problem. Cache near-identical calls so it doesn't.
  3. Trim your context. The cheapest token is the one you never send. A leaner prompt is a hedge that pays whether or not the hike lands.

Do all three and August 6 becomes a footnote in your changelog instead of a hole in your P&L. The price war isn't over — but its floor just proved it has one.