Robots Atlas>ROBOTS ATLAS
DeepSeek-V4.1-Flash

DeepSeek-V4.1-Flash

V4.1-Flash · Family: DeepSeek
DeepSeek's multimodal MoE model (552B, 8–16B active) with a Causal Encoder-Decoder architecture, a 1M-token context window and controllable reasoning effort.
✓ Active✓ Public access⚖ Open sourceLLMMultimodalReasoning model📁 DeepSeek
Context window
1M tokenów
tokens
Parameters
552B (MoE; 8B prefill / 16B decode aktywnych)
parameters
Max output
262,144
tokens
Access:APIDownloadDeployment:☁ Cloud💻 Local

Overview

DeepSeek-V4.1-Flash is a multimodal Mixture-of-Experts language model developed by DeepSeek-AI and released under the MIT license. The model has 552B parameters in its backbone, of which only 8B are active per token during prefill and 16B during decoding. It uses a novel Causal Encoder-Decoder (CED) architecture — a 40-layer Transformer made of a 20-layer encoder and a 20-layer decoder, with 1 shared expert and 384 routed experts per MoE layer (6 activated per token).

The model supports a context window of up to 1 million tokens, processes text and image input and generates text. Key innovations include: the Compressed Sparse Attention 2 (CSA2) mechanism with FP4 KV caching, an SWA Bounded Replay technique reducing the KV cache to about 1/8 of its predecessor, speculative decoding (DSpark) and continuously controllable reasoning effort (a 1–100 scale). It was trained on a 45T-token corpus.

Classification
LLMMultimodalReasoning model
Family: DeepSeek
Access & deployment
APIDownload
CloudLocal
Weights: Open source
Key parameters
📏 Context: 1M tokenów
🧩 Parameters: 552B (MoE; 8B prefill / 16B decode aktywnych)
Tools
📥 Input: text, image

Technical specification

Context window
1M tokenów
tokens
Parameters
552B (MoE; 8B prefill / 16B decode aktywnych)
parameters
Max output tokens
262,144
tokens per response
License
MIT
Features:Tool use
Modalities
⬇ Input
textimage
⬆ Output
textcode

Capabilities and applications

Native model capabilities
Advanced reasoning
The ability to perform multi-step, structured reasoning: analysing problems, planning steps, and drawing conclusions from hypotheses. Reasoning-first models (e.g. GPT-5.1 Thinking) dedicate a portion of inference to chains of thought before responding.
Category: reasoning
Agentic coding
Multi-hour, multi-step programming tasks performed autonomously by the model: cloning a repository, running tests, iterating on fixes, integrating with CLI tools. Characteristic of Codex variants (GPT-5.1-Codex-Mini, Codex-Max).
Category: coding
Coding
Generating, analysing and modifying code in many programming languages. Covers writing functions, debugging, refactoring, code review, and creating tests. Measured by benchmarks such as HumanEval and SWE-bench.
Category: coding
Long context
Support for large context windows — tens to hundreds of thousands (or millions) of input tokens. Enables analysis of entire codebases, long documents, and many parallel conversations without losing earlier information. GPT-5.1 supports 400,000 tokens.
Category: language
Multimodal understanding
Category: multimodal
Image understanding
Analysing and interpreting the content of images.
Category: vision
Tool use
The model's ability to call external functions, APIs and tools during a conversation: calculator, search engine, code editor, database. The model decides when and how to use a tool and interprets its result.
Category: planning
Adaptive reasoning effort
The model decides how much 'thinking' to allocate to a given query: simple questions are answered quickly, complex problems receive more inference cycles. A GPT-5.1 feature (both Instant and Thinking) that shortens time on easy tasks and extends it for hard ones.
Category: reasoning
Mathematical reasoning
The model's ability to solve mathematical tasks requiring multi-step reasoning — equations, proofs, combinatorics, geometry, calculus and competition-level problems.
Category: reasoning

Benchmark results

5 benchmarks
GPQA Diamond
accuracy · Instruct, Max Effort
90.9%
📄 Karta modelu Hugging Face (Instruct, Max Effort)
Terminal-Bench 2.1
score · Instruct, Max Effort
90.6
📄 Karta modelu Hugging Face
DeepSWE v1.1
resolved · Instruct, Max Effort
74.2%
📄 Karta modelu Hugging Face
Codeforces
rating · Instruct, Max Effort
3471
📄 Karta modelu Hugging Face
GSM8K
accuracy · Instruct, Max Effort
93.0%
📄 Karta modelu Hugging Face

Technical architecture