- Developer
- Mistral AI (France)
- First release
- Mixtral 8x7B — December 2023
- Architecture
- Sparse Mixture of Experts (SMoE)
- Largest model
- Mixtral 8x22B (141B total, 39B active)
- Context window
- 32K (8x7B), 64K (8x22B)
- Licence
- Apache 2.0
- Developer
- Mistral AI (France)
- First release
- Mixtral 8x7B — December 2023
- Architecture
- Sparse Mixture of Experts (SMoE)
- Largest model
- Mixtral 8x22B (141B total, 39B active)
- Context window
- 32K (8x7B), 64K (8x22B)
- Licence
- Apache 2.0
Architecture
In a Mixtral layer, the standard transformer feed-forward network is replaced by a routing mechanism and a set of eight expert FFNs. For each input token, the router produces a probability distribution over experts; the top two experts are selected, their outputs are combined by a weighted sum, and the result is passed to the next layer. Other transformer components — embeddings, attention layers, and normalisation — are shared across all tokens. Because only two of eight experts are activated per token, the compute cost per forward pass is roughly that of a dense model with about a quarter of the total parameters. This sparsity introduces engineering complexity. The total model weights must reside in GPU memory even though only a subset is used at each step, so the memory footprint resembles that of a dense model of full size. Batch routing and load balancing during training require auxiliary losses to ensure all experts are utilised, preventing degenerate solutions in which the router collapses to one or two experts.Capabilities
Mixtral 8x22B supports native function calling and constrained output, features useful for building tool-using agents and structured-data pipelines. It is fluent in English, French, German, Spanish, and Italian, and supports mathematical reasoning and code generation. Reported benchmark figures from Mistral place it ahead of Command R+ and Llama 2 70B on MMLU, GSM8K, and HumanEval while requiring fewer active parameters per token. | Model | Total params | Active params | Context | Released | |---|---|---|---|---| | Mixtral 8x7B | ~47B | ~13B | 32K | Dec 2023 | | Mixtral 8x22B | 141B | 39B | 64K | Apr 2024 | The Apache 2.0 licence permits commercial use, modification, and redistribution, which has made Mixtral popular as a base for fine-tuned derivatives hosted on Hugging Face and as a self-hosted alternative to closed APIs in regulated industries.Deployment
Mixtral models are available through the Mistral platform API and as raw weights for self-hosting. Hugging Face provides distribution mirrors and Transformer-compatible loaders. Quantised variants (4-bit, GPTQ, AWQ) reduce the memory footprint for deployment on smaller GPU clusters. The model has been integrated into AWS Bedrock, Azure AI Foundry, and Google Vertex AI managed services.- Jiang, A. Q., et al. (2024). Mixtral of Experts. arXiv:2401.04088.
- Mistral AI. (2024). Cheaper, Better, Faster, Stronger — Continuing to push the frontier of AI and making it accessible to all. mistral.ai/news/mixtral-8x22b.
- Shazeer, N., et al. (2017). Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer. arXiv:1701.06538.
- Bank Negara Malaysia. (2023). Risk Management in Technology (RMiT) Policy Document. https://www.bnm.gov.my.