Home › AI › DeepSeek V4.1 Flash: 400+ Tokens/s, 1M Context Beta

DeepSeek V4.1 Flash: 400+ Tokens/s, 1M Context Beta

Updated: September 16, 2026 By Gets Hint
DeepSeek V4.1 Flash: 400+ Tokens/s, 1M Context Beta

What Is DeepSeek V4.1 Flash?

On September 8 and 9, 2026, developers started noticing a new model string inside the DeepSeek API: deepseek-v4.1-flash-expires-on-0910. Within hours, screenshots of benchmark runs, throughput tests, and coding sessions flooded developer chats. DeepSeek had quietly pushed an intermediate build positioned between DeepSeek V4 Flash and the flagship DeepSeek V4 Pro — and then given it an expiry date baked into its own name.

That naming is the story. Most AI releases in 2026 arrive with a launch video, a model card, and a pricing page. This one arrived as a two-day beta with a self-destructing identifier. It signals that DeepSeek is testing something much bigger, and that V4.1 Flash is a public stress test rather than a finished product.

So what actually changed? Reports point to three things: a new model architecture, native multimodality, and substantially higher throughput — all at what testers describe as V4 Flash pricing. Whether those claims hold up under production load is a different question, and this guide separates the confirmed from the contested.

Why the “expires-on-0910” Model ID Matters

Model identifiers are usually boring. Here the identifier is the most informative single fact available, because DeepSeek has published almost nothing else.

The string deepseek-v4.1-flash-expires-on-0910 tells you three things at once:

  • It is temporary. The endpoint carries its own expiry date — September 10, 2026 — which is exactly why this story is urgent rather than evergreen.
  • It is a probe, not a product. A permanent model is never shipped with a countdown in its name. DeepSeek is measuring real traffic before committing to final weights.
  • It is a preview of the V4.1 line. The “V4.1” prefix, sitting above “V4”, implies a point release that will eventually replace or supplement V4 Flash.

Reality check

The expiry string proves the endpoint is time-limited. It does not prove that a finished V4.1 Flash launches on September 10. Treat the date as the end of a beta window, not a promised launch day.

There is also no official DeepSeek-branded announcement for a stable public release. Developers report receiving access through the official DeepSeek API after being added through an official group. That is why the safest classification, and the one used throughout this guide, is limited API beta.

DeepSeek V4.1 Flash: Key Specs at a Glance

SpecificationReported valueConfirmation status
DeveloperDeepSeekOfficial
Release windowSeptember 8 to 10, 2026Reported by multiple outlets
Model IDdeepseek-v4.1-flash-expires-on-0910Confirmed in API tests
TierBetween V4 Flash and V4 ProDescribed as intermediate build
Context window1,000,000 tokensReported, not officially published
Output speed200 to 427 tokens per secondCommunity testing, varies by load
ModalityText, plus reported native image inputDisputed by testers
PricingReported to match V4 FlashBeta sheet not published
Concurrency20 concurrent requests per accountReported by testers
Open weightsNot releasedNo licence or weights confirmed

Read that table carefully and a pattern appears: almost every headline number is reported rather than published. That is normal for a beta measured in days, but it means any benchmark you see should be treated as directional until DeepSeek ships a model card.

What DeepSeek V4.1 Flash Does Differently

1. A new architecture, described but not disclosed

Multiple reports describe V4.1 Flash as using a new architecture rather than a fine-tune of V4 Flash. That is a meaningful claim — it implies structural changes to routing, attention, or token handling, not just better training data.

What is missing is everything that would let you verify it. DeepSeek has not published parameter counts, active parameter counts, attention design, tokenizer details, or training mixture for this build. “New architecture” is therefore a product description, not a technical specification. For comparison, DeepSeek V4 Pro is widely reported as a ~1.6T total parameter mixture-of-experts model with roughly 284B parameters in V4 Flash — but those figures belong to the earlier generation, and nothing confirms they carry over.

2. Reported native multimodality

The second differentiator is native multimodality: image handling built into the model itself, rather than bolted on through a separate vision endpoint. Several testers repeat this claim.

Others contradict it. At least one tester reported “no vision support”, and another said multimodal input simply did not work in their run. DeepSeek’s own vision story so far has run through a separate experimental ID — deepseek-v4-flash-vision-exp, released August 21, 2026 — which suggests the company has historically separated vision from the main Flash line. If V4.1 Flash genuinely merges the two, that is a real architectural step. Until independent tests agree, budget your integration around text and validate images yourself.

3. Speed above 400 tokens per second

Throughput is the least disputed claim and the most practically useful. Early testers consistently report output well above what V4 Flash 0731 delivers:

  • 420 tokens/s in one early test, which generated more than 71,000 tokens in under three minutes
  • 355 tokens/s sustained with a 365 tokens/s peak in a separate run
  • 427 tokens/s peak during a coding session
  • 220 to 260 tokens/s per request under a 16-concurrent-request load test

For scale, one tester cited roughly 128 tokens/s for DeepSeek V4 Flash 0731 on comparable API conditions — so the reported jump is roughly threefold. These are not controlled laboratory comparisons, and shared API infrastructure means a peak number is never a service-level guarantee. But the direction is consistent across independent runs, which is more than can be said for the vision claims.

Pro Hint

If you are building an interactive agent, measure time to first token (TTFT), not just tokens per second. One reported test clocked 178 ms TTFT with a 1,500-token LRU implementation generated in 4.40 seconds. For chat-style loops, TTFT is what users actually feel.

How to Access DeepSeek V4.1 Flash

Access follows the standard DeepSeek pattern: keep your existing base URL and change only the model name. There is no separate signup, no waitlist page, and no new SDK.

Step 1 — reuse your DeepSeek API key and base URL

The endpoint stays the same as every other DeepSeek model. If you already call DeepSeek in your app, you are one string away:

https://api.deepseek.com — the OpenAI-compatible base URL used for all DeepSeek chat models.

Step 2 — set the temporary model name

Replace your usual model value with the beta identifier:

deepseek-v4.1-flash-expires-on-0910

Developers report that the model may need to be configured manually, because it does not automatically appear in the model list returned by the API. If your client validates model names against that list, it will reject the request until you add the ID by hand.

Step 3 — expect a concurrency ceiling

Testing discussions report an account-level limit of 20 concurrent requests. If you fan out aggressively, you will hit 429s before you hit a quality problem. Throttle your workers or queue requests rather than assuming the beta scales like the GA models.

Step 4 — keep production traffic off it

This is the step most teams get wrong under launch-day excitement. The model ID contains an expiry date, availability was described as lasting roughly two days, and one tester reported unfinished work and failures during a long multi-million-token task. Do not migrate production traffic until DeepSeek publishes a stable identifier, documentation, capacity expectations, and a final price schedule.

Do not ship it to production

A temporary model ID, unpublished pricing, and disputed vision support are three separate risks stacked on top of each other. Prototype with V4.1 Flash, but keep a stable fallback such as deepseek-v4-flash or deepseek-v4-pro wired into your router.

Real-World Test Results

Early usage reports skew heavily toward coding and agentic workloads, which is where DeepSeek’s V4 line has been strongest. The most-cited runs look like this:

TestReported resultCaveat
20-turn coding session112,000 tokens in 7 min 41 s, 427 tokens/s peak, $0.037 totalSingle self-reported run
LRU implementation1,500 tokens generated in 4.40 secondsIsolated micro-benchmark
Front-end generation100 distinct HTML designs in one promptCreative evaluation, not a scored benchmark
Game development18.6M input tokens, 243K of 1M context used, $0.35, 114 stepsOne project, no quality score
Long-context cache99.7% cache-hit rate on a repeat workloadOne workflow only
Heavy multi-million-token taskReported failures and unfinished workFloor case worth remembering

Two things stand out. First, the cost per task is remarkably low — a seven-minute coding session for under four cents is the kind of number that changes how you design agent loops. Second, the variance is real. The same model that produced a 99.7% cache-hit rate in one workflow stalled in another. Beta infrastructure, not model capability, is often what you are measuring.

DeepSeek V4.1 Flash vs the Alternatives

Comparisons here are directional at best, because almost every number comes from community testing rather than a shared harness:

ModelReported throughputReported contextNotes
DeepSeek V4.1 Flash200 to 427 tokens/s1M tokensBeta, unpublished architecture
DeepSeek V4 Flash 0731About 128 tokens/sLong-context tierStable, GA since July 31, 2026
DeepSeek V4 Pro63 tokens/s, 766 ms TTFTLong-context tierGA August 13, 2026, quality-first
GLM 5.3 FlashNot directly comparable1M tokensOne tester rated it stronger on quality
GPT-6 AstraNot comparedLong-context tierA claimed 75.1% DeepSWE Pass@1 was reported for V4.1 Flash

That last row deserves caution. A claimed 75.1% DeepSWE Pass@1 result for V4.1 Flash, said to exceed GPT-6 Astra on the same chart, circulated from an unverified group-chat image. It may be accurate. It has not been independently reproduced. Meanwhile, at least one tester who tried both judged GLM 5.3 Flash stronger on quality despite V4.1 Flash winning decisively on speed.

The honest summary: V4.1 Flash looks like the fastest thing in the Flash tier, with unproven quality leadership.

What V4.1 Flash Tells Us About DeepSeek’s Roadmap

Strip away the benchmark noise and a clear strategy emerges. DeepSeek has spent 2026 iterating rapidly on the cheap, high-throughput end of its catalogue while the flagship Pro tier handles quality-first workloads.

Look at the sequence: V4-Flash was retrained on July 31 and beat the previous flagship on nine agent benchmarks. V4 Pro reached GA on August 13 with a large jump in agentic performance. A vision experiment shipped on August 21. Barely two weeks later came V4.1 Flash — faster, reportedly multimodal, and cheaper to run than anything before it.

The pattern suggests DeepSeek is treating sub-flagship models as its main battleground. If a model can hit 400 tokens per second and cost cents per long task, the economic case for running agents 24/7 stops being theoretical. That is likely why the beta was opened at all: DeepSeek wants to see how developers actually use that speed before finalising V4.1.

What to expect next:

  • A stable V4.1 model ID without an expiry date replacing the beta string
  • An official pricing page confirming whether V4.1 Flash really matches V4 Flash rates
  • A formal statement on multimodality that resolves the current disagreement
  • Likely no open weights for the V4.1 line, continuing the closed-API direction of V4 Pro

If you want to keep an eye on which free and low-cost tiers are actually usable today, browse the Gets Hint Free AI Directory — it tracks live free access offers across providers so you are not testing dead endpoints.

Should You Use It Right Now?

Yes, for prototyping. No, for production.

The case for trying it is strong: the throughput gain is the clearest signal in the release, the reported cost per task is very low, and the only cost of experimenting is your time. Spin up a coding or browser-automation agent, point it at the temporary model ID, and measure it against your current baseline.

The case against depending on it is equally clear: the endpoint carries an expiry date, the specs are unconfirmed, vision is contested, and the weights and licence are unknown. Anything you build must degrade gracefully back to a stable model.

If your work centres on DeepSeek models generally, our earlier walkthroughs on free DeepSeek V4 Flash access and the Qwen 3.8 Flash Next GGUF guide show how the surrounding ecosystem of free and self-hosted tiers fits together. For a quality-first comparison point in the same generation, see our GPT-6 Astra spec and pricing breakdown.

Frequently Asked Questions

Frequently Asked Questions


No. As of the beta window it is best classified as a limited API beta, not a stable public release. Developers report gaining access through the official DeepSeek API after being added via an official group, and DeepSeek has not published a model card, licence, or final pricing for this build.


It means the endpoint is time-limited. The identifier itself contains an expiry date of September 10, 2026. That confirms the beta window ends then, but it does not confirm that a finished V4.1 Flash launches on that date.


Early testers report roughly 200 to 427 tokens per second, with peaks of 420 and 427 tokens/s and sustained rates around 355 tokens/s. Under a 16-concurrent-request load test, throughput settled at approximately 220 to 260 tokens/s per request. For comparison, V4 Flash 0731 was cited at about 128 tokens/s.


It is disputed. Several reports describe native multimodality built into the model, but at least one tester reported no vision support and another said multimodal input did not work. DeepSeek’s confirmed vision model remains the separate experimental ID deepseek-v4-flash-vision-exp.


Use your existing DeepSeek API key and base URL at https://api.deepseek.com, then set the model name to deepseek-v4.1-flash-expires-on-0910. Testers report the model may need to be configured manually because it does not appear in the automatic model list.


Reported to match DeepSeek V4 Flash pricing, though no official beta price sheet has been published. Individual usage tests recorded $1.93 for more than 105 million tokens and $5.70 for 330 million tokens, with one seven-minute coding session costing $0.037.


Not recommended. The model ID is temporary, capacity limits are unconfirmed at 20 concurrent requests per account, vision support is unresolved, and one tester reported failures during a heavy multi-million-token task. Prototype with it, but keep a stable fallback such as deepseek-v4-flash or deepseek-v4-pro.