Mistral 3 Review: Large 3 MoE + Ministral Edge Models (December 2025)
Published December 2, 2025 β Updated June 11, 2026
On December 2, 2025, Mistral AI released Mistral 3 β a new model family consisting of Mistral Large 3, their first sparse mixture-of-experts (MoE) model since the Mixtral series, and the Ministral 3 series of compact edge models (3B, 8B, 14B). Every model ships under the Apache 2.0 license. Hereβs everything you need to know.
Whatβs in Mistral 3?
Mistral 3 is not a single model β itβs a two-tier release. At the top sits Mistral Large 3, a sparse MoE with 675B total parameters and 41B active parameters per token. Below it, the Ministral 3 family offers dense models at 3B, 8B, and 14B parameters, each available in base, instruct, and reasoning configurations.
This structure mirrors what Mistral did with the Mixtral series: a large expert model at the frontier and smaller dense models for latency-sensitive and on-device scenarios. The key difference is that all Mistral 3 models include multimodal image understanding across 40+ languages.
Mistral Large 3: The MoE Flagship
Mistral Large 3 is Mistralβs most capable model. It uses a sparse mixture-of-experts architecture with 675B total parameters and 41B active parameters per inference step β meaning inference cost is much lower than a dense 675B model, while quality approaches that scale.
It ranks #2 on LMArena among OSS non-reasoning models, making it competitive with the strongest open-weight alternatives in real-world chat quality. Mistral describes it as achieving βparity with the best instruction-tuned open-weight models on the market on general prompts.β
Like the Ministral models, Mistral Large 3 supports multimodal input. The context window was not disclosed in the launch announcement; check the Mistral API docs for current limits.
Ministral 3 Series: Edge-First
The Ministral 3 family covers three weight classes: 3B for embedded and on-device inference, 8B for consumer GPUs and local servers, and 14B for edge servers requiring higher capability. Each size ships as base, instruct, and reasoning variants.
The standout result is the Ministral 14B reasoning variant at 85% on AIME β25 β a challenging formal mathematics benchmark. That score puts a 14B model in competition with much larger models, making it the go-to option for math reasoning, code analysis, and formal logic tasks at edge scale.
Benchmarks at a Glance
| Benchmark | Score / Value | Notes |
|---|---|---|
| AIME '25 (math reasoning) | 85% | Ministral 14B reasoning variant |
| LMArena OSS rank | #2 | Mistral Large 3, non-reasoning category |
| Language support | 40+ | Multilingual image understanding (Ministral) |
| Model size (Large 3) | 41B active / 675B total | Sparse MoE β only 41B active per token |
Apache 2.0: Why It Matters
Mistral has released all Mistral 3 models under the Apache 2.0 license β one of the most permissive open licenses available. This means you can download the weights, fine-tune, deploy commercially, and redistribute without restriction.
This is a significant commercial advantage over models like Llama (which uses a custom Meta license restricting redistribution above certain usage thresholds) or Mistralβs own Medium 3.5 (modified MIT). For enterprises that need a legally clean open-weight frontier model, Mistral 3 is currently the strongest option available.
Pricing
All Mistral 3 weights are free to download and self-host under Apache 2.0. API access is available via the Mistral API with pay-per-token pricing β check mistral.ai/technology/#pricing for current rates, as Mistral updates these regularly. The models are also accessible through Le Chat on free and Pro plans.
For self-hosted deployments: Mistral Large 3 requires substantial multi-GPU infrastructure. The Ministral 3B and 8B models can run on a single consumer GPU (or quantized on CPU), while the 14B targets single high-end GPU setups.
Who Should Use Mistral 3?
- Open-weight advocates: Apache 2.0 makes Mistral Large 3 the most commercially flexible frontier-class MoE available.
- Edge/on-device teams: Ministral 3B and 8B are purpose-built for constrained hardware with no compromise on language breadth (40+ languages).
- Math and reasoning apps: Ministral 14B reasoning at 85% AIME β25 is the strongest sub-20B math reasoning model in the open-weight ecosystem.
- Multilingual products: Image understanding across 40+ languages in a compact model is rare β Ministral covers that gap.
vs. Mistral Small 4 and Medium 3.5
Mistralβs lineup has expanded rapidly. Mistral 3 (December 2025) was followed by Mistral Small 4 (March 2026) and Mistral Medium 3.5 (May 2026). Small 4 unified reasoning, vision, and coding into a single 119B MoE model at lower cost; Medium 3.5 is a dense 128B merged model focused on agentic coding (77.6% SWE-Bench). Mistral 3 remains the right choice when you need Apache 2.0 licensing or compact sub-15B edge deployment.
If youβre choosing between them for API use, compare current pricing on the Mistral API docs β the per-token rates differ by tier.
Try Mistral 3
Download the Apache 2.0 weights on Hugging Face, access via API, or try on Le Chat.
View Mistral 3 Announcement βFrequently Asked Questions
What is Mistral 3?
Mistral 3 is a December 2025 model family from Mistral AI. It includes Mistral Large 3, a sparse mixture-of-experts (MoE) flagship with 41B active and 675B total parameters, and the Ministral 3 series β dense edge models at 3B, 8B, and 14B parameter counts. All are released under the Apache 2.0 license.
What's the difference between Mistral Large 3 and Ministral?
Mistral Large 3 is the flagship: a large sparse MoE model built for high-quality instruction-following, reasoning, and multimodal tasks. The Ministral series are smaller dense models (3B, 8B, 14B) optimized for edge deployment on mobile or on-premise hardware. Ministral models come in base, instruct, and reasoning variants.
Is Mistral 3 free to use?
All Mistral 3 models are released under the Apache 2.0 license, which allows free commercial use, modification, and redistribution. You can download the weights from Hugging Face. API access is available via mistral.ai with pay-per-token pricing.
How does Mistral Large 3 compare to GPT-4o or Claude?
Mistral Large 3 ranks #2 on the LMArena leaderboard among open-source non-reasoning models, putting it in the same tier as leading open-weight models. For fully proprietary models (GPT-4o, Claude Opus), frontier-class closed models still lead on some benchmarks, but Mistral Large 3 is the strongest open-weight alternative for teams that need Apache 2.0 licensing.
What hardware do I need to run Mistral Large 3?
Mistral Large 3 has 675B total parameters (41B active per token via MoE routing), which requires significant multi-GPU infrastructure for full self-hosting. For edge use, the Ministral 3B and 8B models run efficiently on consumer GPUs or even CPU inference. The 14B variant targets edge servers.
What is Ministral 14B reasoning?
Ministral 14B reasoning is a variant of the Ministral 14B model fine-tuned specifically for step-by-step mathematical and logical reasoning. It scores 85% on AIME '25, making it competitive with much larger models on formal reasoning tasks β a strong option for math tutoring, code reasoning, and scientific applications on constrained hardware.
See our full Mistral 3 tool listing for a structured breakdown, or browse all LLM APIs on AISO Tools.
Affiliate disclosure: Some links on this page are affiliate links. If you sign up through them, AISO Tools may earn a commission at no extra cost to you. This never affects our rankings or reviews.
π¬ Get the best new AI tools delivered weekly
One concise email with fresh launches, trending picks, and featured standouts.
Join thousands of professionals who discover the best AI tools every week. No spam β unsubscribe anytime.