Production model

Qwen3 235B-A22B

Architecture

Positional encoding RoPE (base 10K → 1M via ABF; YaRN + DCA for long context)
Norm placement Pre-Norm
Norm type RMSNorm
QK-Norm yes
Activation SwiGLU
Attention GQA (64 query heads, 4 KV heads)
MoE Sparse MoE — 128 experts, top-8 routing, no shared expert, global-batch load balancing
Other 94 layers in the MoE flagship, Apache 2.0 license, Unified thinking / non-thinking modes via prompt template, Removes QKV bias (vs Qwen 2.5) and introduces QK-Norm for training stability

Techniques used

Qwen3 235B-A22B (May 2025) is Alibaba’s flagship MoE in the Qwen 3 generation: 235B total parameters, 22B active per token. Architecturally it stays close to the consensus open-weights stack, with two deliberate departures from Qwen 2.5:

The rest of the stack follows the dominant 2024–25 pattern: Pre-Norm RMSNorm, GQA with 64 query heads sharing 4 KV heads, SwiGLU FFN inside each MoE expert, RoPE with the base scaled from 10K to 1M via ABF for long-context training, plus YaRN and Dual Chunk Attention (DCA) for sequence-length extension at inference.

The unified thinking / non-thinking inference mode — a single model that produces internal reasoning traces when asked, or responds directly otherwise — is selected at the prompt template level rather than via a separate model variant.

For the dense flagship in the same generation see Qwen3 32B; for the small MoE see Qwen3 30B-A3B; for the hybrid-attention follow-up see Qwen3-Next 80B-A3B.

Sources

Export

BibTeX
@article{arxiv_2505_09388,
  title         = {Qwen3 235B-A22B},
  author        = {Alibaba (Qwen Team)},
  year          = {2025},
  eprint        = {2505.09388},
  archivePrefix = {arXiv},
  url           = {https://arxiv.org/abs/2505.09388}
}
CSL JSON
{
  "id": "arxiv_2505_09388",
  "type": "article-journal",
  "title": "Qwen3 235B-A22B",
  "author": [
    {
      "literal": "Alibaba (Qwen Team)"
    }
  ],
  "issued": {
    "date-parts": [
      [
        2025
      ]
    ]
  },
  "URL": "https://arxiv.org/abs/2505.09388",
  "number": "2505.09388",
  "source": "arXiv"
}
RIS
TY  - JOUR
TI  - Qwen3 235B-A22B
AU  - Alibaba (Qwen Team)
PY  - 2025
JO  - arXiv
AN  - arXiv:2505.09388
UR  - https://arxiv.org/abs/2505.09388
ER  - 

Models like this