Mistral Large 3 is the newest “frontier” model family released by Mistral AI in early December 2025. It’s an open-weight, production-oriented, multimodal foundation model built around a granular sparse Mixture-of-Experts (MoE) design and intended to deliver “frontier” reasoning, long-context understanding, and vision + text capabilities while keeping inference practical through sparsity and modern quantization. Mistral Large 3 as having 675 billion total parameters with ~41 billion active parameters at inference and a 256k token context window in its default configuration — a combination designed to push both capability and scale without forcing every inference to touch all parameters.
What is Mistral Large 3? How it work?
What is Mistral Large 3?
Mistral Large 3 is Mistral AI’s flagship frontier model in the Mistral 3 family — a large, open-weight, multimodal Mixture-of-Experts (MoE) model released under an Apache-2.0 license. It’s designed to deliver “frontier” capability (reasoning, coding, long-context understanding, multimodal tasks) while keeping inference compute sparse by activating only a subset of the model’s experts for each token. Mistral’s official materials describe Large 3 as a model with ~675 billion total parameters and roughly 40–41 billion active parameters used per forward pass; it also includes a vision encoder and is engineered to handle very long context windows (Mistral and partners cite up to 256k tokens).
In short: it’s a MoE model that packs huge capacity in total (so it can store diverse specialties) but only computes on a much smaller active subset at inference time — aiming to give frontier performance more efficiently than a dense model of comparable total size.
Core architecture: Granular Mixture-of-Experts (MoE)
At a high level, Mistral Large 3 replaces some (or many) feed-forward sublayers of a transformer with MoE layers. Each MoE layer contains:
- Many experts — independent sub-networks (normally FFN blocks). In aggregate they produce the model’s very large total parameter count (e.g., hundreds of billions).
- A router / gating network — a small network that looks at the token representation and decides which expert(s) should process that token. Modern MoE routers typically pick only the top-k experts (sparse gating), often k=1 or k=2, to keep compute low.
- Sparse activation — for any given token, only the selected experts run; the rest are skipped. This is where the efficiency comes from: total stored parameters >> active parameters computed per token.
Mistral calls its design granular MoE to emphasize that the model has many small/specialized experts and a routing scheme optimized to scale across many GPUs and long contexts. The result: very large representational capacity while keeping per-token compute closer to a much smaller dense model,Total Parameters:
- Total Parameters: 675 billion; sum of all parameters stored across every expert and the rest of the transformer. This number indicates the model’s gross capacity (how much knowledge and specialization it can hold).
- Active Parameters: 41 billion. the subset of parameters that are actually used/computed for a typical forward pass, because the router only activates a few experts per token. This is the metric that more closely relates to inference compute and memory use per request. Mistral’s public materials list ~41B active parameters; some model pages show slightly different counts for specific variants (e.g., 39B) — that can reflect variant/instruct versions or rounding.
Training Configuration:
- Trained from scratch using 3000 NVIDIA H200 GPUs;
- Data covers multiple languages, multiple tasks, and multiple modalities;
- Supports image input and cross-language inference.
Feature table of Mistral Large 3
| Category | Technical Capability Description |
|---|---|
| Multimodal Understanding | Supports image input and analysis, enabling comprehension of visual content during dialogue. |
| Multilingual Support | Natively supports 10+ major languages (English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, Arabic, etc.). |
| System Prompt Support | Highly consistent with system instructions and contextual prompts, suitable for complex workflows. |
| Agent Capabilities | Supports native function calling and structured JSON output, enabling direct tool invocation or external system integration. |
| Context Window | Supports an ultra-long context window of 256K tokens, among the longest of open-source models. |
| Performance Positioning | Production-grade performance with strong long-context understanding and stable output. |
| Open-source License | Apache 2.0 License, freely usable for commercial modification. |
Overview:
- Performance is comparable to mainstream closed-source models;
- Outstanding performance in multilingual tasks (especially in non-English and non-Chinese scenarios);
- Possesses image understanding and instruction following capabilities;
- Provides a basic version (Base) and an instruction-optimized version (Instruct), with an inference-optimized version (Reasoning) coming soon.
How does Mistral Large 3 perform on benchmarks?
Early public benchmarks and leaderboards show Mistral Large 3 placing highly among open-source models: LMArena placement of #2 in OSS non-reasoning models and mentions top-tier leaderboard positions on a variety of standard tasks(e.g., GPQA, MMLU and other reasoning/general knowledge suites).
![Mistral Large 3 is the newest “frontier” model family released by Mistral AI in early December 2025. It’s an open-weight, production-oriented, multimodal foundation model built around a granular sparse Mixture-of-Experts (MoE) design and intended to deliver “frontier” reasoning, long-context understanding, and vision + text capabilities while keeping inference practical through sparsity and modern quantization. Mistral Large 3 as having 675 billion total parameters with ~41 billion active parameters at inference and a 256k token context window in its default configuration — a combination designed to push both capability and scale without forcing every inference to touch all parameters.
What is Mistral Large 3? How it work?
What is Mistral Large 3?
Mistral Large 3 is Mistral AI’s flagship frontier model in the Mistral 3 family — a large, open-weight, multimodal Mixture-of-Experts (MoE) model released under an Apache-2.0 license. It’s designed to deliver “frontier” capability (reasoning, coding, long-context understanding, multimodal tasks) while keeping inference compute sparse by activating only a subset of the model’s experts for each token.
Mistral Large 3 adopts a Mixture-of-Experts (MoE) approach: instead of activating every parameter for each token, the model routes token processing to a subset of expert subnetworks. The published counts for Large 3 are approximately 41 billion active parameters (the parameters that typically participate for a token) and 675 billion total parameters across all experts — a sparse-but-massive design that aims to hit the sweet spot between compute efficiency and model capacity. The model also supports an extremely long context window (documented at 256k tokens) and multimodal inputs (text + image).
In short: it’s a MoE model that packs huge capacity in total (so it can store diverse specialties) but only computes on a much smaller active subset at inference time — aiming to give frontier performance more efficiently than a dense model of comparable total size.
Core architecture: Granular Mixture-of-Experts (MoE)
At a high level, Mistral Large 3 replaces some (or many) feed-forward sublayers of a transformer with MoE layers. Each MoE layer contains:
- Many experts — independent sub-networks (normally FFN blocks). In aggregate they produce the model’s very large total parameter count (e.g., hundreds of billions).
- A router / gating network — a small network that looks at the token representation and decides which expert(s) should process that token. Modern MoE routers typically pick only the top-k experts (sparse gating), often k=1 or k=2, to keep compute low.
- Sparse activation — for any given token, only the selected experts run; the rest are skipped. This is where the efficiency comes from: total stored parameters >> active parameters computed per token.
Mistral calls its design granular MoE to emphasize that the model has many small/specialized experts and a routing scheme optimized to scale across many GPUs and long contexts. The result: very large representational capacity while keeping per-token compute closer to a much smaller dense model,Total Parameters:
- Total Parameters: 675 billion; sum of all parameters stored across every expert and the rest of the transformer. This number indicates the model’s gross capacity (how much knowledge and specialization it can hold).
- Active Parameters: 41 billion. the subset of parameters that are actually used/computed for a typical forward pass, because the router only activates a few experts per token. This is the metric that more closely relates to inference compute and memory use per request. Mistral’s public materials list ~41B active parameters; some model pages show slightly different counts for specific variants (e.g., 39B) — that can reflect variant/instruct versions or rounding.
Training Configuration:
- Trained from scratch using 3000 NVIDIA H200 GPUs;
- Data covers multiple languages, multiple tasks, and multiple modalities;
- Supports image input and cross-language inference.
Feature table of Mistral Large 3
| Category | Technical Capability Description |
|---|---|
| Multimodal Understanding | Supports image input and analysis, enabling comprehension of visual content during dialogue. |
| Multilingual Support | Natively supports 10+ major languages (English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, Arabic, etc.). |
| System Prompt Support | Highly consistent with system instructions and contextual prompts, suitable for complex workflows. |
| Agent Capabilities | Supports native function calling and structured JSON output, enabling direct tool invocation or external system integration. |
| Context Window | Supports an ultra-long context window of 256K tokens, among the longest of open-source models. |
| Performance Positioning | Production-grade performance with strong long-context understanding and stable output. |
| Open-source License | Apache 2.0 License, freely usable for commercial modification. |
Overview:
- Performance is comparable to mainstream closed-source models;
- Outstanding performance in multilingual tasks (especially in non-English and non-Chinese scenarios);
- Possesses image understanding and instruction following capabilities;
- Provides a basic version (Base) and an instruction-optimized version (Instruct), with an inference-optimized version (Reasoning) coming soon.
How does Mistral Large 3 perform on benchmarks?
Early public benchmarks and leaderboards show Mistral Large 3 placing highly among open-source models: LMArena placement of #2 in OSS non-reasoning models and mentions top-tier leaderboard positions on a variety of standard tasks(e.g., GPQA, MMLU and other reasoning/general knowledge suites).]()

Top comments (0)