
DeepSeek released V4.1-Flash on 10 September 2026 and, in the same set of notes, said it is retiring the model that until that morning was its most expensive. Not deprecating it in a year. Routing it away in four days.
The footnote on DeepSeek's own pricing page is the clearest statement of it: "After extensive testing, V4.1 Flash has comprehensively surpassed V4 Pro in performance, cost, speed, and total time, so we plan to retire V4 Pro in an orderly manner. From 12:00 Beijing Time on September 14, 2026, and until V4.1 Pro is released in the future, requests to deepseek-v4-pro will all be routed to V4.1 Flash and billed at the V4.1 Flash price."
The release note gives the same instant in a different clock, "Starting at 04:00 UTC on Sept 14, 2026". Beijing runs eight hours ahead of UTC, so the two pages agree to the minute. That is worth checking rather than assuming, because two pages from one company on one day do not always agree.
What the prices actually do#
DeepSeek bills at a peak rate and an off-peak rate, and the pricing page states the split: "Off-peak rates are half of the peak rates. Peak hours are 01:00 - 04:00 and 06:00 - 10:00 UTC, Monday through Friday (all other hours are off-peak)." That is 35 hours out of 168, so most usage pays the lower number.
Comparing like with like, at peak, cache-miss input, per million tokens:
- Input: $0.30 on deepseek-flash against $1.32 on deepseek-v4-pro.
- Output: $1.20 against $3.96.
- Cached input: $0.006 against $0.044.
Input and output each fall to a little under a quarter of what the outgoing flagship charged. The cached-input line falls much further than that, to about a seventh, and DeepSeek says why it built for that: "Cache-hit charges often account for a large share of agent costs. Compressing the cache cuts those costs significantly." An agent that re-reads the same long prompt on every turn spends most of its input budget on cache hits, so a seven-fold cut on that line is not a rounding difference in a real bill.
The concurrency limits move the same way. The table gives deepseek-flash 2500 and deepseek-v4-pro 500, five times as many simultaneous requests on the cheaper model.
The strange part is in the features table#
Two rows above the prices, the same table lists what each model can do. Against Vision, deepseek-flash reads with a tick. deepseek-v4-pro reads "Not supported".
So the model being retired is the one that cannot see, and the model absorbing its traffic is the one that can. DeepSeek describes V4.1-Flash in its release note as "the smallest model in our new architecture family, with native visual understanding". That is an unusual direction for a lineup to move: normally the cheap tier is the one that gives something up.
Both models carry the same 1M-token context window and the same 384K maximum output, so nothing is lost there either.
What DeepSeek says it changed#
The architecture claims are DeepSeek's own and are not independently verified here. It describes a 552B-parameter mixture of experts using a new causal encoder and decoder design, with "just 8B active parameters for input, 16B for output". Asymmetry is the point: reading is made cheaper than writing, rather than both running through the same active slice.
It also claims the memory footprint of the key-value cache fell against the previous generation to "1/4 the HBM" and "1/8 the SSD storage", which is the mechanism behind the cache-hit price above.
On quality it says two things and they are worth separating. The first is its own benchmark claim, that new pre-training and larger-scale reinforcement learning post-training "deliver benchmark results ahead of flagship models, including DeepSeek-V4-Pro". The second is an appeal to others: "Tests by multiple parties put V4.1-Flash ahead of V4-Pro on performance, cost, speed & total runtime." The parties are not named. Treat both as the vendor's position, which the retirement decision at least makes expensive to be wrong about.
Weights and a technical report are on Hugging Face, so the claims are checkable by anyone with the hardware to check them.
Why this matters if you are not a DeepSeek customer#
Three things generalise.
The first is that a model name is not a stable product. From 14 September, code that names deepseek-v4-pro keeps working and quietly runs something else, billed differently. DeepSeek says so plainly, which is the good version of this. The bad version is the one you find in an invoice. The same page says the older Flash names, deepseek-v4-flash and deepseek-v4-flash-vision-exp, are already doing exactly that.
The second is that the expensive row in a price list is not automatically the capable one. On this table it is the one without vision, with a fifth of the concurrency, and with a price its own vendor is about to stop charging. If you picked a model six months ago and have not looked since, the thing to re-read is the vendor's own table, not the launch post. Our AI model comparison puts the current rows side by side for exactly that check, and the model picker narrows it by what you are actually doing.
The third is the shape of the saving. This is a price cut that arrives as a product change, which is the same move Claude Fable 5.1 made when it got cheaper without its per-token price moving, and the mirror image of Gemini Flash pricing, which carries a published expiry date. None of those show up if you are watching a headline rate.
If you are paying a monthly subscription rather than per token, none of this reaches you directly, and the arithmetic in which AI subscription you should actually pay for is unchanged. If you are billed per token, it is worth knowing what a token is and how you are charged for one before comparing any two of these numbers, because input, cached input and output are three different prices and only one of them is the one people quote.
Sources
- DeepSeek-V4.1-Flash Release, DeepSeek API Docs, 10 September 2026api-docs.deepseek.com
- Models & Pricing, DeepSeek API Docsapi-docs.deepseek.com



Discussion