Production model

DeepSeek V3.2-Exp

Architecture

Positional encoding RoPE (decoupled head for MLA)
Norm placement Pre-Norm
Norm type RMSNorm
QK-Norm no
Activation SwiGLU
Attention MLA + DeepSeek Sparse Attention (Lightning Indexer + top-K key selection)
MoE DeepSeekMoE with aux-loss-free routing
Other Same V3 base: 671B total, 37B active, 61 layers, First production model with DSA — sparse attention via learned top-K selection, 'Exp' label: experimental release, not the mainline V4

Techniques used

DeepSeek V3.2-Exp (September 2025) is the experimental V3 derivative that ships DeepSeek Sparse Attention (DSA) as the long-context efficiency mechanism. Architecturally it is V3 plus one new layer: the Lightning Indexer + top-K key selection that sits on top of MLA.

Everything else carries over from DeepSeek V3:

The “Exp” label signals that DeepSeek treats this as an experimental release rather than the mainline V4. The DSA mechanism is novel enough that long-term behavior at extreme contexts and on retrieval-heavy tasks is still under study; V3.2 lets the open community evaluate the approach at frontier scale before it gets baked into a fully numbered release.

For the architectural details specific to V3.2 — how the Lightning Indexer is trained, how top-K selection interacts with the MLA latent cache, the cost/quality tradeoff at 128K — see the DSA technique entry.

Sources

Export

BibTeX
@article{deepseekai2025,
  title         = {DeepSeek V3.2-Exp},
  author        = {DeepSeek-AI},
  year          = {2025},
  url           = {https://github.com/deepseek-ai/DeepSeek-V3.2-Exp/blob/main/DeepSeek_V3_2.pdf}
}
CSL JSON
{
  "id": "deepseekai2025",
  "type": "article-journal",
  "title": "DeepSeek V3.2-Exp",
  "author": [
    {
      "literal": "DeepSeek-AI"
    }
  ],
  "issued": {
    "date-parts": [
      [
        2025
      ]
    ]
  },
  "URL": "https://github.com/deepseek-ai/DeepSeek-V3.2-Exp/blob/main/DeepSeek_V3_2.pdf"
}
RIS
TY  - JOUR
TI  - DeepSeek V3.2-Exp
AU  - DeepSeek-AI
PY  - 2025
UR  - https://github.com/deepseek-ai/DeepSeek-V3.2-Exp/blob/main/DeepSeek_V3_2.pdf
ER  - 

Models like this