DeepSeek V4.1-Flash Released: Features, Benchmark, and How to Access It

2026-09-11
DeepSeek V4.1-Flash Released: Features, Benchmark, and How to Access It

DeepSeek has released its latest efficient flagship, DeepSeek V4.1 Flash, positioning the DeepSeek new model as a decisive step forward in capability, speed, cost, and scalability. 

Released around 10 September 2026, the model is described by the company as the most compact member of its new architectural family. It is designed to enhance capabilities, accelerate output, increase throughput, and pave the way for larger models.

According to DeepSeek and internal/external testing, DeepSeek V4.1 Flash comprehensively outperforms the previous V4 Pro across performance, cost, speed, and total latency/task completion time. 

As a result, DeepSeek is phasing out V4 Pro. Starting at 04:00 UTC on 14 September 2026, every request sent to deepseek-v4-pro is automatically routed to DeepSeek V4.1 Flash and billed at the Flash tier rates. 

This arrangement continues until the future launch of V4.1 Pro. Older V4-Flash and V4-Flash-Vision-Exp endpoints have already been retired, with temporary compatibility aliases redirecting to the new model.

join bitrue to get 938 usdt

Key Takeaways

  • DeepSeek V4.1 Flash is a 552B-parameter Mixture-of-Experts model with only 8B active parameters on input and 16B on output, delivering stronger results than V4 Pro at far lower cost and latency.
  • Native multimodality, dramatically smaller KV cache (1/4 HBM, 1/8 SSD of the prior generation), MIT-licensed open weights, and peak pricing of $0.30/$1.20 per 1M tokens make it highly attractive for agentic and high-volume workloads.
  • From 04:00 UTC on 14 September 2026, all deepseek-v4-pro requests route to DeepSeek V4.1 Flash at Flash rates until V4.1 Pro launches; developers should migrate proactively and test prompt/behavior changes.

Why the Sudden Switch Sparked Debate

DeepSeek V4.1-Flash Released - Bitrue.png

Source: X/Deepseek

Cui Tianyi of DeepSeek’s Harness team highlighted on X that V4.1 Flash fully surpasses V4 Pro on the key metrics, making continued maintenance of the older, more expensive, and slower model inefficient. 

From DeepSeek’s perspective the change is straightforward: users receive a stronger, faster, cheaper model while the company frees compute resources.

Many developers disagreed with the execution. The switch was announced with roughly one day of notice and no parallel migration window.

Production systems that had carefully tuned prompts, output formats, tool-calling sequences, and quality-control checks for V4 Pro risked unexpected changes in instruction following, answer length, refusal behavior, or structure. 

Research teams using DeepSeek-V4-Pro-0813 for ongoing experiments also raised concerns about reproducibility. 

Commenters stressed standard software-engineering practices, distinct model IDs, multi-week transition periods, and rollback options, especially once models become dependencies inside agent pipelines and business logic.

Read Also: Insiders Reveal DeepSeek V4 Outperforms AI Coding Competitors

DeepSeek V4.1 Features and Architecture

DeepSeek V4.1-Flash Released - Bitrue.png

Source: datacamp

DeepSeek V4.1 Flash is a sparse Mixture-of-Experts model with 552 billion total parameters. Only about 8 billion parameters activate during prefill (input) and 16 billion during decoding. 

It uses a Causal Encoder-Decoder (CED) architecture: a 40-layer Transformer split into a 20-layer causal encoder and a 20-layer decoder. 

The decoder’s global KV cache is projected from the encoder’s final hidden states rather than rebuilt layer by layer. 

Combined with Compressed Sparse Attention 2 (CSA2), FP4 KV caching, and SWA Bounded Replay, the global KV cache shrinks to roughly 890 bytes per token, about one-quarter the HBM and one-eighth the SSD storage of the previous Flash generation.

Additional components include Engram conditional memory (196B parameters accessed sparsely via token lookup), 

Single-Pass mHC residual mixing, and DSpark speculative decoding. Each MoE layer has 1 shared expert and 384 routed experts, activating 6 routed experts per token.

The model was trained from scratch on a 45-trillion-token multimodal corpus, with context extended to 1 million tokens. It natively accepts images and text through a vision encoder (DeepSeek-ViT) and projector trained jointly from the start of pre-training. 

Post-training follows the familiar SFT → RL → on-policy distillation path, with heavy emphasis on large-scale automated synthesis of agent tasks and environments. 

Reasoning effort is continuously controllable from 1 to 100, allowing users to trade cost against accuracy on each request.

These DeepSeek V4.1 features translate into concrete advantages for agentic workloads: cheaper long-context re-reads, higher concurrency, and lower memory pressure on serving hardware.

Read Also: DeepSeek and Alibaba's Qwen Beat OpenAI ChatGPT in Crypto Trading Contest

Benchmark Performance

DeepSeek reports strong results on agentic and coding benchmarks at maximum reasoning effort. Selected comparisons:

Benchmark

DeepSeek V4.1 Flash

Notes / Prior or Frontier Reference

Terminal-Bench 2.1

90.6

Prior V4-Flash-0731 ~82.7

DeepSWE v1.1

74.2

Competitive with or ahead of recent frontier models on this task

AutomationBench

54.8

Strong relative showing

Agent’s Last Exam

31.8

Ahead of several peers

CyberGym

88.1

Strong cybersecurity task score

GPQA Diamond

90.9

Solid graduate-level science

Codeforces rating

3471

Improved over V4 Pro

MathArena Apex

65.6

Matches top reported peers

Humanity’s Last Exam (text-only)

36.8 / 39.1†

Trails hardest expert settings

Terminal-Bench 3.0 / 4.0

30.0 / 31.2

Noticeable drop on longer-horizon suites

Performance is strongest on shorter-horizon, high-volume agent loops and weaker on the most demanding long-horizon or specialized security evaluations. 

The pattern favors routing bulk agent traffic to DeepSeek V4.1 Flash while reserving heavier frontier models for the hardest residual tasks.

Pricing and Availability

DeepSeek V4.1-Flash Released - Bitrue.png

Source: X/Deepseek

Updated pricing for DeepSeek V4.1 Flash took effect at 04:00 UTC on 10 September 2026:

Rate

Peak

Off-peak

Input (cache miss) per 1M tokens

$0.30

$0.15

Input (cache hit) per 1M tokens

$0.006

$0.003

Output per 1M tokens

$1.20

$0.60

Off-peak rates are half of peak. Peak windows are typically 01:00–04:00 and 06:00–10:00 UTC on weekdays. 

Cache-hit pricing makes repeated system prompts or documents extremely cheap, an important advantage for agents that re-read large stable contexts. 

The model is available via the official DeepSeek API (OpenAI-compatible) under the deepseek-flash identifier. MIT-licensed weights are published for self-hosting, commercial use, fine-tuning, and redistribution.

How to Use DeepSeek V4.1

API (recommended for most users):

Change the base URL and model name in any OpenAI-compatible client:

DeepSeek V4.1-Flash Released - Bitrue.png

Native image input is supported in the same request. Official partners including WorkBuddy/CodeBuddy and OpenCode already expose the model. 

DeepSeek Harness (updated to 0.1.5) integrates deeply with V4.1 Flash, adding support for standard, programmatic tool-calling, and minimalist modes, plus improved UI extension points and file handling.

Self-hosting: Download the MIT weights and serve with appropriate GPU memor. 

DeepSeek plans collaboration with the open-source community on inference support and larger deployment configurations.

Migration note: If you still call deepseek-v4-pro, prepare to switch to deepseek-flash before or immediately after 14 September 2026. Re-test prompts, output schemas, tool sequences, and quality gates, because average capability is higher but behavioral details can differ.

Broader Context: Engineering Scale and Future Plans

DeepSeek V4.1-Flash Released - Bitrue.png

Source: datacamp

Two days before the routing announcement, DeepSeek posted roughly 150 senior backend and server engineering openings. 

Almost none focus on model training; the emphasis is operating systems, virtualization, networking, storage, scheduling, containers, control planes, and Agent elastic compute (DSec). 

DSec is DeepSeek’s sandbox infrastructure for large-scale agent rollouts, supporting pre-warmed containers, Docker-compatible environments, Firecracker micro-VMs, and full QEMU VMs, backed by the 3FS distributed file system and global ordered trace logs for reliable recovery after interruptions. 

The hiring wave signals that DeepSeek is investing heavily in the systems underneath its models to support growing data volumes, concurrent agent environments, and request load.

DeepSeek has also engaged CITIC Securities as one of the underwriters preparing for a possible IPO on the Shanghai STAR Market, with process initiation targeted by the end of 2026. 

Earlier funding valued the company above $50 billion, with later reports discussing potential valuations around $75 billion. 

Capital is expected to support compute infrastructure, model development, and talent retention.

Read Also: DeepSeek AI Shocks Traders: This Altcoin Could Be the Next Dogecoin

Conclusion

DeepSeek V4.1 Flash demonstrates that aggressive architectural innovation, Causal Encoder-Decoder design, extreme KV-cache compression, sparse activation, and native multimodality, can deliver frontier-adjacent agentic performance at a fraction of the cost of closed competitors. 

The model is especially compelling for high-volume coding agents, batch reasoning, document-heavy pipelines, and any workload that benefits from cheap long-context reuse. 

Its main caveats are weaker results on the longest-horizon agent suites and the operational friction of peak/off-peak scheduling or self-hosting hardware requirements.

The controversy around the abrupt V4 Pro redirection underscores a broader point: when models become production dependencies, version isolation, advance notice, and transition windows matter as much as raw capability. 

DeepSeek’s willingness to hire 150 engineers for underlying systems shows it understands the engineering required at scale; applying the same rigor to the developer-facing contract of model versions would further strengthen trust.

Whether you access DeepSeek V4.1 Flash through the API or self-host the open weights, the combination of performance, price, openness, and native multimodal support makes it one of the most interesting efficiency-focused releases of late 2026. 

Test it on your workloads, measure the actual latency and quality delta, and decide whether the economics justify switching the bulk of your agent traffic.

Stay informed on the latest developments in technology, markets, and emerging trends. For ongoing coverage of the crypto market and related insights, keep reading the latest articles on the Bitrue blog.

FAQ

1. What is DeepSeek V4.1 Flash?

It is DeepSeek’s newest efficient multimodal Mixture-of-Experts model (552B total parameters, 8B/16B active), released in September 2026. It features a Causal Encoder-Decoder architecture, native image understanding, a 1M-token context window, and MIT-licensed open weights.

2. How does DeepSeek V4.1 Flash compare to V4 Pro?

DeepSeek states that after internal and external testing, V4.1 Flash comprehensively surpasses V4 Pro on performance, cost, speed, and total task completion time. Consequently V4 Pro traffic is being redirected to Flash.

3. What is the pricing for DeepSeek V4.1 Flash?

Peak rates are $0.30 input / $1.20 output per 1M tokens; off-peak rates are half that. Cache-hit input is as low as $0.006 (peak) / $0.003 (off-peak). Pricing became effective 10 September 2026.

4. How do I use DeepSeek V4.1 / DeepSeek V4.1 Flash?

Use the OpenAI-compatible API with model="deepseek-flash" and base_url="https://api.deepseek.com", or download the MIT weights for self-hosting. Partners such as CodeBuddy and OpenCode already support it; DeepSeek Harness provides additional agent scaffolding.

5. When does V4 Pro stop working and what happens next?

From 04:00 UTC on 14 September 2026, all deepseek-v4-pro requests are routed to DeepSeek V4.1 Flash at Flash pricing until V4.1 Pro is released. Users should migrate and re-validate their pipelines promptly.

 

Disclaimer: The views expressed belong exclusively to the author and do not reflect the views of this platform. This platform and its affiliates disclaim any responsibility for the accuracy or suitability of the information provided. It is for informational purposes only and not intended as financial or investment advice.

Disclaimer: The content of this article does not constitute financial or investment advice.

Register now to claim a 6752 USDT newcomer's gift package

Join Bitrue for exclusive rewards

Register Now
register

Recommended

DeepSeek V4.1 vs GPT-6 Astra: Full Cost and Performance Comparison
DeepSeek V4.1 vs GPT-6 Astra: Full Cost and Performance Comparison

DeepSeek V4.1 Flash delivers performance close to GPT 6 Astra on OpenDesign Arena while costing significantly less. Here is how the two models compare on price, speed, benchmarks, and practical workloads.

2026-09-11Read