DeepSeek released an updated version of its V4.1 Flash model on Thursday, demonstrating a path toward powerful language models that require significantly fewer computational resources. The new model contains 763 billion parameters – more than 2.5 times larger than its predecessor and exceeding the size of DeepSeek's V3 and R1 models that gained prominence in early 2025. Yet despite this scale, memory requirements remain surprisingly modest.
Key Facts
- 763 billion parameters, but memory footprint shrinks rather than grows
- KV-cache consumption reduced by 75–87 % (down to 13–25 % of V4 Flash levels)
- 4–8 times more concurrent users possible within the same memory budget
- 196 billion parameters are N-gram-based "Conditional Memory Modules"
The Architecture Shift: Decoupling Memory from Compute
The core innovation rests on two technical breakthroughs. First, DeepSeek fundamentally redesigned Key-Value caches – the data structures that track model state across multiple requests. In high-throughput applications like chatbots, these caches often become the memory bottleneck.
Through refinements to attention mechanisms and introduction of a new Causal Encoder-Decoder (CED), DeepSeek's team reduced KV-cache consumption to 13–25 % of V4 Flash requirements. Concretely, this means 4–8 times more users can be served simultaneously within the same memory footprint.
N-Grams Replace Classical Weights: The "Conditional Memory Module"
The second innovation is conceptually more profound. Of the 763 billion parameters, 196 billion are N-gram parameters forming a "Conditional Memory Module." The principle: by decoupling memory from computation, DeepSeek makes models smarter while reducing resource overhead.
N-grams are essentially token groups – a 3-gram is three consecutive tokens, a 2-gram is two, and so on. This functions similarly to word or phrase association. The approach parallels Per-Layer Embedding (PLE) technology originally developed by Google's Gemma team to enable LLMs on resource-constrained devices like smartphones. DeepSeek adapts this with N-grams instead of PLE embeddings.
Market Implications
| Dimension | Traditional Logic | DeepSeek V4.1 Flash |
|---|---|---|
| Size = Resources | Linear scaling | Decoupled |
| KV-Cache Overhead | Proportional to size | Drastically reduced |
| Concurrent Users | Memory-limited | 4–8x higher |
DeepSeek's technical documentation reveals this is not merely an optimization but a fundamental paradigm shift: intelligence and efficiency need not trade off against each other.
Implications for Enterprise and European AI
For European enterprises and infrastructure providers, this development carries strategic weight. If larger models run on fewer GPU resources, operational costs for AI services drop sharply – lowering barriers for companies deploying proprietary systems. This could reduce dependence on expensive cloud solutions and make open-source or on-premises deployments more viable. The question remains whether European developers can rapidly adopt this architecture or whether DeepSeek extends its technological lead further.
Sources
Editorially owned by Ideal Syka. Sources and method: Newsroom & method. Tips and corrections: ai@i6eal.de.




