DeepSeek Lanza DeepSeek-V4.1-Flash: MoE Multimodal de 552B con Arquitectura Causal Encoder-Decoder y 1M de Contexto
DeepSeek presenta un modelo MoE de 552B que activa solo 8B de parámetros en prefill y 16B en decode gracias a su arquitectura Causal Encoder-Decoder (CED), reduciendo drásticamente la huella de memoria con licencia MIT.
DeepSeek AI has officially released the open weights and technical report for **DeepSeek-V4.1-Flash**, setting a transformative benchmark for long-context inference and multi-agent systems.
The Causal Encoder-Decoder (CED) Breakthrough Conventional Transformers suffer from quadratic KV cache explosion as context lengths expand to hundreds of thousands of tokens. DeepSeek-V4.1-Flash bypasses this bottleneck with a 40-layer **Causal Encoder-Decoder (CED)** architecture: - **20-layer Causal Encoder**: Compresses and pre-processes input prompts. - **20-layer Autoregressive Decoder**: Projects global KV cache directly from final encoder hidden states rather than recalculating across all decoder layers.
As a result, DeepSeek-V4.1-Flash activates only **8B parameters per token during prefill** and **16B parameters during decode**, while possessing a massive **552-billion parameter backbone**.
SWA Bounded Replay & Native Multimodal Support In addition to CED, DeepSeek introduced **Sliding Window Attention (SWA) Bounded Replay**. By replaying only the most recent *n*-window tokens dynamically during generation, the persistent KV cache footprint on SSDs and RAM is cut by over 75%, allowing full **1,000,000-token context inference** on standard enterprise GPU clusters.
DeepSeek-V4.1-Flash is natively multimodal (text and image comprehension) and is published under the fully permissive **MIT license** on Hugging Face.
Publicidad
Infraestructura de APIs e Inteligencia Artificial (728x90)
Fuente y Verificación
Este informe técnico fue contrastado contra la documentación primaria publicada por DeepSeek AI Research.
Leer Anuncio Original en DeepSeek AI Research →