[ Analysis ] · 7 min read
DeepSeek Raised API Prices Up To 371%: What We Moved To
DeepSeek warned of a price rise on 6 August 2026 and shipped it on the 16th. The coverage stopped at the warning. Here is what the rates actually became, and why the off-peak tier is not the discount it looks like.
Key takeaways
- DeepSeek V4-Flash went from a flat $0.14 / $0.28 to $0.44 / $1.32 at peak, a 214% rise on input and 371% on output, effective 16 August 2026 at 16:00 UTC.
- The off-peak tier is not a discount. At $0.22 / $0.66 it is half of a raised peak, which still leaves it 57% above the old input price and 136% above the old output price.
- At peak hours, GPT-5.6 Luna is now cheaper than DeepSeek V4-Flash on both input and output ($0.20 / $1.20 against $0.44 / $1.32), which reverses the assumption most cost comparisons still run on.
- Gemma 4 26B A4B at $0.070 / $0.300 undercuts DeepSeek's own best rate by 3.1x on input and 2.2x on output, making it the cheapest credible option for most automation work.
On 6 August 2026, DeepSeek told developers that API prices would rise significantly. It gave no percentage and no date, so most of the coverage stopped there. The rates landed on 16 August 2026 at 16:00 UTC, and they are worth reading closely, because the structure changed as well as the numbers.
What actually changed
Both tiers moved from flat pricing to peak and off-peak billing. Peak hours run 01:00 to 04:00 and 06:00 to 10:00 UTC. Off-peak is set at half of peak.
| Model | Old flat rate | New peak | New off-peak |
|---|---|---|---|
| V4-Flash input | $0.14 | $0.44 | $0.22 |
| V4-Flash output | $0.28 | $1.32 | $0.66 |
| V4-Pro input | $0.435 | $1.32 | $0.66 |
| V4-Pro output | $0.87 | $3.96 | $1.98 |
At peak, V4-Flash input rose 214% and output rose 371%. V4-Pro rose 203% and 355%. Those are the headline figures, and they are large enough that any cost model built before 16 August is now wrong.
The off-peak tier is not a discount
This is the part that gets misread. An off-peak rate at half of peak sounds like a concession, and several write-ups have treated it as one. It is not a discount against what you were paying. It is a discount against a number that did not exist two weeks ago.
Measured against the old flat rate, DeepSeek's cheapest available tier is 57% more expensive on input and 136% more expensive on output. There is no time of day at which V4-Flash costs what it cost on 15 August. If your workload already ran overnight, you did not dodge the increase, you got a smaller one.
The off-peak window also has an operational cost that rarely makes it into the spreadsheet. Shifting batch work to specific UTC hours means either your automation queues and waits, or someone maintains a scheduler that did not need to exist before. For a small team, that maintenance is often worth more than the tokens it saves.
The crossover almost nobody has mentioned
On 30 July 2026, OpenAI cut GPT-5.6 Luna by 80%, to $0.20 input and $1.20 output. Terra fell 20% to $2 / $12, and Sol kept its price while becoming roughly 2.5 times faster in the API. These were list price changes rather than a promotion, so there is no expiry date to plan around.
Put the two events together and the ordering flips. During DeepSeek's peak hours, Luna is 2.2 times cheaper on input and about 10% cheaper on output than V4-Flash. The mental model that a Western frontier lab is the expensive option and DeepSeek is the budget one stopped being true on 16 August, at least for the hours when most of Europe and Asia are actually working.
| Option | Input | Output |
|---|---|---|
| Gemma 4 26B A4B | $0.070 | $0.300 |
| Gemma 4 31B | $0.080 | $0.340 |
| DeepSeek V4-Flash off-peak | $0.22 | $0.66 |
| GPT-5.6 Luna | $0.20 | $1.20 |
| DeepSeek V4-Flash peak | $0.44 | $1.32 |
What we moved, and what we left alone
We run client automations across classification, extraction, summarisation, and a smaller amount of agentic work. The move was not wholesale, because the right answer differs by task.
- High-volume classification and extraction went to Gemma 4 26B A4B at $0.070 / $0.300. It is Apache 2.0, released 2 April 2026, carries a 262K context window and native function calling, and posts 85.2% on MMLU Pro and 84.3% on GPQA. For work where the output is a label or a JSON object, it is cheaper than DeepSeek at DeepSeek's best hour and the quality difference does not show up.
- Latency-sensitive user-facing calls went to GPT-5.6 Luna. The 80% cut made it competitive on price, and it removes the peak-hour scheduling problem entirely.
- Long-running batch jobs stayed on DeepSeek off-peak. At $0.22 / $0.66 it is still the cheapest place to put work that genuinely does not care when it runs.
- Nothing moved to a model we had not already load-tested on our own prompts. Benchmark scores do not predict behaviour on your specific extraction schema, and a migration that saves $40 a month and costs a day of debugging is a loss.
The reason a price table is not enough
Per-token price is the number everyone compares, and it is a weak predictor of what you actually pay. Models differ enormously in how many tokens they spend reaching the same answer. Research on reasoning efficiency has found two models hitting comparable accuracy while differing by more than 25 times in tokens generated, which swamps any price gap in the table above.
That means a model at half the per-token price can be more expensive per completed task, and the only way to know is to measure your own workload. We cover the method and the numbers in cost per token is the wrong metric, which is the piece to read before acting on any of the prices here.
What to do this week
Pull your last 30 days of usage and split it by input and output tokens. Output is where the increase bites hardest, and workloads that generate long responses are the ones that just got 136% to 371% more expensive. Reprice those first. If your token mix is output-heavy, the case for moving is much stronger than the input-side numbers suggest.
Then check whether you are on V4-Pro for work that V4-Flash or Gemma 4 would handle. In our experience most production automation sits well below the capability ceiling of the model behind it, and tier choice is a larger lever than provider choice. If you want that audit done properly, our AI and automation team runs it against your actual traffic rather than a benchmark.
Frequently asked questions
How much did DeepSeek raise API prices in August 2026?
Effective 16 August 2026 at 16:00 UTC, V4-Flash moved from a flat $0.14 input and $0.28 output per million tokens to $0.44 and $1.32 at peak, a rise of 214% and 371%. The off-peak tier is $0.22 and $0.66, which is 57% and 136% above the old flat rate.
Is DeepSeek still the cheapest AI API?
No. Gemma 4 26B A4B at $0.070 input and $0.300 output undercuts DeepSeek's off-peak rate by 3.1 times on input and 2.2 times on output. During DeepSeek's peak hours, GPT-5.6 Luna at $0.20 and $1.20 is also cheaper on both.
When are DeepSeek's peak hours?
01:00 to 04:00 and 06:00 to 10:00 UTC. All other hours bill at the off-peak rate, which is set at half of peak.
Is the GPT-5.6 price cut a limited-time promotion?
No. The 80% cut to Luna and 20% cut to Terra took effect on 30 July 2026 as changes to list pricing. There is no announced expiry, so they are a new baseline rather than a deal to catch before it ends.
Related services
Related guides
Want a professional site without the agency invoice?
Tell us about your project below and we'll reply within 24 hours with a clear, fixed quote, no surprises.
Prefer WhatsApp or email?