Frontier Model Atlas
0006

DeepSeek V4 Flash · SWA

00 · Local-first stem

Begin V4 Flash with two exact local-attention blocks

DeepSeek V4 Flash starts its 43-layer backbone with two sliding-window attention blocks before switching into the alternating CSA/HCA regime. SWA keeps the recent causal neighborhood exact: no compressed-history branch and no Lightning Indexer are needed in these opening layers. The released local horizon is 128 tokens.

backbone stem = 2 × SWA · window 128
Implementationlayers 0–1 · attention = SWA

The token count drawn on screen is schematic; layer placement and the released window size are source-backed.