APAIIF 亞太人工智能產業總會APAIIFAI Knowledge
Latest AI Technology

DeepSeek V4.1 Flash Officially Released: 552B MoE Architecture, Native Multimodal Vision, MIT License, GPQA Diamond 90.9 — New Benchmark for Efficient Agentic Inference

September 18, 20261 Views
DeepSeek V4.1 Flash Officially Released: 552B MoE Architecture, Native Multimodal Vision, MIT License, GPQA Diamond 90.9 — New Benchmark for Efficient Agentic Inference
DeepSeek
開源AI模型
MoE架構
多模態AI
代理推理

DeepSeek V4.1 Flash Officially Released: 552B MoE Architecture, Native Multimodal Vision, MIT License, GPQA Diamond 90.9 — New Benchmark for Efficient Agentic Inference

Introduction

On September 10, 2026, DeepSeek officially released DeepSeek-V4.1-Flash, its latest generation Mixture-of-Experts (MoE) language model. This model introduces fundamental architectural innovations through a Causal Encoder-Decoder (CED) design, featuring 552 billion backbone parameters and, for the first time, native multimodal vision integration. Crucially, the model is released under an MIT license, permitting commercial use and modification — providing developers and enterprises worldwide with a powerful open-source option.

Architectural Innovation: Causal Encoder-Decoder Design

The core architectural innovation of DeepSeek-V4.1-Flash lies in its CED design, which differs fundamentally from traditional decoder-only Transformer architectures.

Key Architectural Characteristics

Parameter Scale and Activation Efficiency

The model's backbone parameters reach 552 billion, but during inference only a fraction of total parameters are activated: approximately 8 billion parameters during the prefill phase and approximately 16 billion during the decoding phase. The entire model contains 40 Transformer layers. This design means the model activates only a small fraction of total parameters during inference, dramatically reducing computational costs while maintaining high-quality outputs.

Memory Efficiency Breakthroughs

DeepSeek-V4.1-Flash introduces three key engineering innovations:

  1. Compressed Sparse Attention 2 (CSA2): Optimizes memory usage in attention computation by sparsifying attention patterns to reduce computational load
  2. FP4 KV Caching: Stores key-value cache in 4-bit floating point format, saving 75% memory compared to FP16 format
  3. Projected Global KV Cache: Shares cache information across layers, further reducing redundant computation

The combined effect of these three innovations is significant: compared to the previous generation, HBM (High Bandwidth Memory) requirements are reduced to one-quarter, and SSD storage requirements to one-eighth. This has important practical implications for enterprises and research institutions deploying large models on limited hardware resources.

Native Multimodal Vision: Joint Training from Scratch

A major breakthrough in DeepSeek-V4.1-Flash is its native multimodal vision integration. Unlike many models that add visual capabilities after pre-training, V4.1-Flash's vision encoder (DeepSeek-ViT) and projector are trained jointly with the language model from the very beginning of pre-training.

This joint training from scratch approach offers several advantages:

  • Deeper alignment between visual and language representations, enabling the model to more naturally understand text and concepts within images
  • More natural multimodal reasoning capabilities, seamlessly switching between visual and language information
  • Stronger performance on visual question answering and image analysis tasks

The model supports a 1-million-token context window, enabling it to process extremely long documents, complex multi-turn conversations, and large codebases. This context length is particularly important for enterprise applications that need to analyze lengthy reports, legal documents, or large codebases.

Controllable Reasoning Effort: Fine-Grained Tuning of Thinking Mode

DeepSeek-V4.1-Flash introduces an innovative controllable reasoning effort mechanism, allowing users to adjust the model's reasoning depth on a scale of 1 to 100.

The practical implications of this design:

  • Low reasoning effort (1-30): Suitable for simple queries and quick answers, minimizing latency and cost — ideal for high-frequency simple tasks
  • Medium reasoning effort (31-70): Suitable for standard business tasks, balancing quality and efficiency — the optimal choice for most enterprise applications
  • High reasoning effort (71-100): Suitable for complex reasoning, scientific problems, and code generation, maximizing accuracy — for critical tasks requiring deep analysis

This flexibility enables enterprises to dynamically adjust inference costs based on specific task requirements, rather than paying the same computational fee for all tasks. For example, an enterprise can set low reasoning effort for customer service queries and high reasoning effort for contract analysis, optimizing overall cost-effectiveness.

Benchmark Performance

DeepSeek-V4.1-Flash demonstrates strong performance across multiple key benchmarks:

Benchmark Score Description
GPQA Diamond 90.9 Graduate-level science questions, near human expert level
Codeforces Rating 3471 Competitive programming, top programmer level
Terminal-Bench 2.1 90.6 Terminal operations and system management tasks

The GPQA Diamond score of 90.9 is particularly noteworthy — this benchmark evaluates model performance on graduate-level science questions, and 90.9 represents near-human-expert level performance. The Codeforces rating of 3471 demonstrates exceptional capability in competitive programming, which has important implications for enterprise applications requiring high-quality code generation.

API Pricing and Migration Strategy

Peak/Off-Peak Pricing Model

DeepSeek has introduced an innovative peak/off-peak pricing model for V4.1-Flash, encouraging enterprises to batch-process tasks during off-peak hours:

Peak hours (UTC 01:00–04:00 and 06:00–10:00 on weekdays):

  • Input: $0.30/million tokens
  • Output: $1.20/million tokens

Off-peak hours: 50% of peak prices

  • Input: $0.15/million tokens
  • Output: $0.60/million tokens

Cached input: as low as $0.003/million tokens

For Asia-Pacific enterprises, UTC 01:00–04:00 corresponds to Asian working hours (HKT 09:00–12:00), meaning APAC enterprises using the API during normal working hours may need to pay peak rates. Enterprises can save costs by batch-processing tasks during non-working hours.

Model Routing Update

As of September 14, 2026, all requests to the deepseek-v4-pro endpoint are automatically routed to DeepSeek-V4.1-Flash and billed at Flash tier rates. Older endpoints (deepseek-v4-flash and deepseek-v4-flash-vision-exp) have been retired and temporarily function as aliases for the new model.

Impact on the Asia-Pacific Region

The release of DeepSeek V4.1 Flash has far-reaching implications for the Asia-Pacific AI ecosystem:

Open-Source Advantage: The MIT license allows APAC enterprises and research institutions to freely use, modify, and deploy the model without paying high API fees — particularly suitable for resource-constrained startups and academic institutions.

Multilingual Capability: DeepSeek models have a natural advantage in Chinese language processing, making them especially important for Chinese-speaking markets across APAC (mainland China, Taiwan, Hong Kong, Singapore, etc.). Native multimodal vision capabilities also enable the model to process charts and images within Chinese-language documents.

Cost Efficiency: The peak/off-peak pricing model and extremely low cached input prices enable APAC enterprises to build AI applications at lower cost. Particularly for enterprises that need to process large volumes of repetitive documents, the low cached input price can bring significant cost savings.

Local Deployment Options: The MIT license enables enterprises to deploy the model on their own infrastructure — particularly important for APAC enterprises with data sovereignty requirements (such as financial institutions, healthcare institutions, and government agencies).

Competitive Landscape Analysis

The release of DeepSeek V4.1 Flash further intensifies competition in the open-source AI model market. Compared to other models released around the same time:

  • vs. OpenAI GPT-6 Astra: GPT-6 Astra may be stronger in overall performance, but DeepSeek V4.1 Flash's open-source nature and lower cost make it more attractive in specific scenarios
  • vs. Alibaba Qwen 3.8 Max: Both are open-source flagship models from Chinese AI labs, each with advantages on different benchmarks, creating a healthy competitive landscape
  • vs. Meta Muse Spark 1.3: DeepSeek has competitive advantages in inference efficiency and cost, particularly in memory efficiency breakthroughs

Conclusion

DeepSeek V4.1 Flash represents an important advance in open-source AI models in terms of efficiency, multimodal capabilities, and controllable reasoning. Its MIT license, innovative CED architecture, native multimodal vision, and controllable reasoning effort mechanism make it a compelling choice for enterprises and research institutions building agentic AI applications. For AI practitioners in the Asia-Pacific region, this model offers an open-source option that strikes a good balance between cost, performance, and flexibility — particularly for enterprises needing to deploy large language models on their own infrastructure, DeepSeek V4.1 Flash's memory efficiency advantages make it an extremely attractive choice.

FAQ

Related Articles

Alibaba Qwen 3.8 Max Deep Dive: 2.4 Trillion Parameter MoE Architecture, 1M Token Context, Autonomous 10-Day Software Development, Breaks into Global Top 10 Model Rankings
Latest AI Technology

Alibaba Qwen 3.8 Max Deep Dive: 2.4 Trillion Parameter MoE Architecture, 1M Token Context, Autonomous 10-Day Software Development, Breaks into Global Top 10 Model Rankings

Alibaba released Qwen 3.8 Max on August 3, 2026 — a flagship MoE model with 2.4 trillion total parameters, 95 billion active per query, 1M token context, and multimodal capabilities. It ranks #10 of 232 models on BenchLM and #5 in multimodal tasks.

Sep 17, 20262
Shanghai AI Lab Quietly Releases Atria Dawn Preview: 744B Parameter Open-Weight Agentic MoE Model, MIT License, BrowseComp 92.5, Challenging Closed-Source Frontier Models
Latest AI Technology

Shanghai AI Lab Quietly Releases Atria Dawn Preview: 744B Parameter Open-Weight Agentic MoE Model, MIT License, BrowseComp 92.5, Challenging Closed-Source Frontier Models

Shanghai AI Lab quietly released Atria Dawn Preview on September 11, 2026 — a 744B parameter open-weight agentic MoE model with MIT license, scoring 92.5 on BrowseComp and 96.0 on DeepSearchQA, using a 'Verifiable Experience Pipeline' training paradigm to challenge closed-source frontier models, though performance data awaits third-party verification.

Sep 16, 20263
OpenAI GPT-6 Astra Officially Released: First to Hit 'Critical' Cybersecurity Threshold, 99.9% ARC-AGI-3, Ushering in New Era of Agentic AI
Latest AI Technology

OpenAI GPT-6 Astra Officially Released: First to Hit 'Critical' Cybersecurity Threshold, 99.9% ARC-AGI-3, Ushering in New Era of Agentic AI

OpenAI officially released GPT-6 Astra on September 3, 2026, becoming the first model to trigger the company's 'Critical' cybersecurity threshold, achieving 99.9% on ARC-AGI-3 and 97.6% on FrontierMath Tier 4, with API pricing at $10/M input and $50/M output tokens, plus a 1M-token context window and cross-context memory for Codex.

Sep 14, 20262