model releaseMistral AI

Mistral Releases Mistral 3 Family: 675B-Parameter Large 3 MoE and Three Edge Models Under Apache 2.0

TL;DR

Mistral has released Mistral 3, including Mistral Large 3—a sparse mixture-of-experts model with 41B active and 675B total parameters—and three Ministral 3 edge models (3B, 8B, 14B). All models are released under Apache 2.0 license with multimodal capabilities and are available today on multiple platforms.

2 min read
0

Mistral Releases Mistral 3 Family: 675B-Parameter Large 3 MoE and Three Edge Models Under Apache 2.0

Mistral has released Mistral 3, a model family spanning from 3B to 675B parameters, all under the Apache 2.0 license. The release includes Mistral Large 3, a sparse mixture-of-experts architecture with 41B active parameters and 675B total parameters, alongside three Ministral 3 edge models at 3B, 8B, and 14B sizes.

Mistral Large 3 Specifications

Mistral Large 3 was trained from scratch on 3,000 NVIDIA H200 GPUs. According to Mistral, the model ranks #2 among open-source non-reasoning models on LMArena and #6 among all open-source models. The company claims the model achieves "parity with the best instruction-tuned open-weight models" on general prompts.

Pricing for Mistral Large 3:

  • Input: $0.50 per 1M tokens
  • Output: $1.50 per 1M tokens

Both base and instruction-tuned versions are available. A reasoning version is planned for future release.

Ministral 3 Edge Models

The Ministral 3 series includes three parameter sizes: 3B, 8B, and 14B. Each size offers base, instruct, and reasoning variants with image understanding capabilities. Mistral claims the 14B reasoning variant achieves 85% on AIME 2025.

Pricing for Ministral 3 8B (pricing for other sizes not disclosed):

  • Input: $0.15 per 1M tokens
  • Output: $0.15 per 1M tokens

According to Mistral, the instruct models generate "an order of magnitude fewer tokens" than comparable models while matching or exceeding performance.

Technical Implementation

Mistral partnered with NVIDIA, vLLM, and Red Hat for deployment optimization. The company released a checkpoint in NVFP4 format using llm-compressor, enabling Mistral Large 3 to run on a single 8×A100 or 8×H100 node via vLLM. NVIDIA integrated Blackwell attention and MoE kernels for efficient inference on GB200 NVL72 systems.

For edge deployment, NVIDIA delivers optimized deployments on DGX Spark, RTX PCs, and Jetson devices.

Availability

All Mistral 3 models are available today 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 coming soon.

What This Means

Mistral's Apache 2.0 licensing decision for a 675B-parameter model represents the largest permissively-licensed model release to date, potentially accelerating enterprise adoption of open-weight alternatives to proprietary models. The sparse MoE architecture with 41B active parameters positions Large 3 as computationally efficient compared to dense models of similar capability, though real-world cost-effectiveness will depend on actual serving infrastructure requirements and the efficiency gains from the optimized NVFP4 format.

Related Articles

model release

Mistral AI Releases Shieldstral-1.0-3B, a 3B-Parameter Policy-Adaptive Safety Classifier

Mistral AI has released Shieldstral-1.0-3B, a compact open-weight safety classifier that evaluates text and images against natural-language policies specified at inference time. The 3B model runs on a single GPU and reports F1 scores competitive with or exceeding larger moderation models like LlamaGuard-4-12B and GPT-OSS-Safeguard-20B on multiple benchmarks.

model release

NVIDIA Releases Nemotron VoiceChat 11B, an Open Full-Duplex Speech Model with Live Tool Calling

NVIDIA has released NemotronLabs VoiceChat 11B, an 11-billion-parameter end-to-end full-duplex speech model that unifies streaming speech understanding and generation in one architecture. The model claims to be the first open full-duplex system to support live tool calling during natural conversation, with ~450ms turn-taking latency.

model release

Mistral Releases Shieldstral, a 3B Open-Weights Safety Classifier That Matches Models 7x Its Size

Mistral has released Shieldstral, a 3B open-weights safety classifier that reframes content moderation as a policy-adaptive question-answering task. The model claims to match or outperform guard models up to 7x its size on text safety and multimodal benchmarks, and runs on a single 16GB GPU.

model release

LG AI Research Releases K-EXAONE 2.0, a 750B-Parameter Open-Weight MoE Model with 262K Context

LG AI Research has released K-EXAONE 2.0, a 750-billion-parameter mixture-of-experts language model with 37B active parameters, a 262,144-token context window, and support for 10 languages. The model is open-weighted under Apache 2.0 and claims competitive results against Qwen3.5, GLM-5.1, and DeepSeek-V4 Pro on reasoning, coding, and long-context benchmarks.

Comments

Loading...