25 August 2026 · LLM APIs
Eight provider price moves in five days, and one that came back
DeepSeek announced an API pricing change on August 13, effective the 16th. Peak and off-peak rates, with increases from 50% to over 1,100% depending on the model and token type. That part was public and widely covered.
What I could not find announced anywhere is when each provider serving those models would follow, or by how much.
Since August 20 I have been running a small monitor for my own open-model testing. It sweeps OpenRouter endpoints twice a day, 45 when I started and 203 now, and saves the listed price, latency and error rate to disk. Then it compares each day against the last.
Eight days after that took effect, my sweeps had logged eight price moves across five providers, six up and two down. GMICloud put deepseek-v4-flash up 90%. StreamLake put glm-5.2 up 106%. Four more worth naming:
- Baidu took deepseek-v4-flash from $0.049 to $0.14 per million input tokens, and $0.098 to $0.28 on output. That is +186%, landing exactly on DeepSeek's old flat list price. Twelve hours later the same endpoint was listing $0.0546 and $0.1092. Net move so far, about +11%.
- StreamLake moved the same model from $0.0489 to $0.0574, then settled at $0.0560. About +14.5%.
- Mancer raised gpt-oss-120b input pricing by 6%, from $0.080 to $0.085, on the 21st. Flat since.
- Darkbloom cut qwen3.6-35b-a3b on the 23rd, 12.5% off input and 6.7% off output. Flat since.
I do not know whether Baidu's $0.14 was a brief reprice, a staged rollout, or a bad listing. I only know it was there at 09:45 UTC and gone by 21:45, because both sweeps are on disk. A once-a-day check would have recorded one number or the other and called it the price.
It is not only price. The deepseek-v4-flash endpoint Mancer added on the 23rd got slower the next day, from a 4.8s median to 6.4s across 82 requests. That is what my sample saw, not a claim about the endpoint's whole day.
DeepSeek's announcement covered DeepSeek's own API. These four are third-party hosts running the model on their own hardware and setting their own endpoint prices, and I did not see any of them announce a change to those. Such announcements may exist somewhere I do not read.
If you use an aggregator with auto-routing, your per-token cost might have moved this week and nothing in your repo changed.
Quality changes happen. Costs change too. Almost nobody keeps the history that shows when a change actually reaches the endpoint you are calling. I am working on making that tracking boring and automatic.