model releaseMistral AI

Mistral Releases Mistral Large 3 with 675B Parameters and Three Ministral 3 Models Under Apache 2.0

TL;DR

Mistral AI has released Mistral 3, consisting of Mistral Large 3—a sparse mixture-of-experts model with 675B total parameters and 41B active parameters—and three Ministral 3 models at 3B, 8B, and 14B parameters. All models are released under the Apache 2.0 license with multimodal capabilities including image understanding.

2 min read
0

Mistral Releases Mistral Large 3 with 675B Parameters and Three Ministral 3 Models Under Apache 2.0

Mistral AI has released Mistral 3, consisting of Mistral Large 3—a sparse mixture-of-experts model with 675B total parameters and 41B active parameters—and three Ministral 3 models at 3B, 8B, and 14B parameters. All models are released under the Apache 2.0 license with multimodal capabilities including image understanding.

Mistral Large 3 Technical Specifications

Mistral Large 3 is a sparse mixture-of-experts architecture trained from scratch on 3,000 NVIDIA H200 GPUs. The model uses 41B active parameters and 675B total parameters, making it Mistral's first MoE model since the Mixtral series.

According to Mistral AI, the model ranks #2 in the open-source non-reasoning models category on the LMArena leaderboard (#6 among all open-source models overall). The company claims the instruction-tuned version achieves parity with the best instruction-tuned open-weight models on general prompts while demonstrating what it calls "best-in-class performance" on multilingual conversations in languages other than English and Chinese.

Both base and instruction fine-tuned versions are available under Apache 2.0. A reasoning variant is announced as coming soon.

Ministral 3 Series Details

The Ministral 3 series includes three model sizes: 3B, 8B, and 14B parameters. For each size, Mistral releases base, instruct, and reasoning variants—all with multimodal image understanding capabilities under Apache 2.0.

Mistral AI claims the Ministral 3 reasoning 14B variant achieves 85% accuracy on AIME 2025. The company states that instruct models "match or exceed the performance of comparable models while often producing an order of magnitude fewer tokens."

Infrastructure and Deployment

All Mistral 3 models were trained on NVIDIA Hopper GPUs with HBM3e memory. Mistral collaborated with NVIDIA, vLLM, and Red Hat to optimize deployment:

  • Mistral Large 3 can run on a single 8×A100 or 8×H100 node using vLLM
  • A checkpoint in NVFP4 format built with llm-compressor is available
  • NVIDIA integrated Blackwell attention and MoE kernels for the sparse architecture
  • Support for prefill/decode disaggregated serving and speculative decoding on GB200 NVL72
  • Ministral models optimized for NVIDIA DGX Spark, RTX PCs, and Jetson edge devices

Inference support is enabled through TensorRT-LLM and SGLang for the complete model family.

Availability

Mistral 3 is available immediately on Mistral AI Studio, Amazon Bedrock, Azure Foundry, Hugging Face, Modal, IBM WatsonX, OpenRouter, Fireworks, Unsloth AI, and Together AI. NVIDIA NIM and AWS SageMaker availability is listed as coming soon.

Pricing information has not been disclosed. Model documentation and research papers are available through Mistral AI's documentation hub and Hugging Face.

What This Means

Mistral Large 3's 675B parameter count with 41B active parameters positions it as one of the largest openly-licensed MoE models available. The Apache 2.0 license removes commercial restrictions that limit other "open" models. The simultaneous release of smaller Ministral variants (3B-14B) with reasoning capabilities addresses the growing demand for edge deployment and cost-efficient inference, though independent verification of Mistral's performance claims on multilingual tasks and token efficiency will be necessary to confirm competitive positioning.

Related Articles

model release

DeepSeek Releases V4 Flash Vision Exp, an Experimental Multimodal MoE Model with 1M Context

DeepSeek has released V4 Flash Vision Exp, an experimental vision-enabled variant of DeepSeek V4 Flash 0731 that adds image understanding while matching the base model's text performance. The sparse mixture-of-experts model uses 13B active parameters out of 284B total and supports a 1M token context window.

model release

Alibaba Releases Qwen3.8-Flash-Next: 125B-Parameter MoE Model Matches Larger Rivals at $0.16/$0.47 per Million Tokens

Alibaba's Qwen team released Qwen3.8-Flash-Next, a 125-billion-parameter mixture-of-experts model that activates just 6 billion parameters per token and previews architecture planned for Qwen4. The model outperforms the much larger Qwen3.7-Plus at roughly one-ninth the training cost and ships at $0.16 per million input tokens and $0.47 per million output tokens.

model release

Zhipu AI Releases GLM-5.3-Flash: First Multimodal Model in GLM-5 Series, 320B Parameters with Only 18B Active

Zhipu AI has released GLM-5.3-Flash, the first natively multimodal model in its GLM-5 series, built on a 320B-parameter mixture-of-experts architecture with only 18B active parameters. The company claims it outperforms GLM-5.2 across benchmarks at one-tenth the cost while approaching Claude Opus 4.8 on coding and agentic tasks.

model release

Z.ai Launches GLM-5.3-Flash With 1M-Token Context and Hybrid Attention Architecture

Z.ai has released GLM-5.3-Flash, a native multimodal model built for coding and long-horizon agent tasks, featuring a 1M-token context window and a hybrid sparse-linear attention architecture. The model is available via OpenRouter at a discounted $0.075/$0.25 per 1M tokens through September 2026.

Comments

Loading...

Mistral Large 3: 675B Parameter MoE Model Released Open Source | TPS