Back to Models

Ministral 3B

mistralmistral/ministral-3b

Mistral's smallest model at 3B parameters. Ultra-fast and cost-efficient for lightweight tasks.

Ministral 3 3B is the smallest member of the Mistral 3 family, released on December 2, 2025. With 3.4 billion language model parameters paired with a 0.4B vision encoder, it delivers robust text and image understanding in a compact package designed for edge deployment. Licensed under Apache 2.0, it is available as both an instruct and reasoning post-trained variant and fits in approximately 8 GB of VRAM in FP8 β€” making it deployable on consumer hardware with no GPU cluster needed.

Despite its tiny size, Ministral 3 3B delivers competitive reasoning on benchmarks like AIME 2025 (72.1%) and LiveCodeBench (54.8%), outperforming Qwen3 4B in several head-to-head comparisons. It supports agentic capabilities including native function calling and structured JSON output, a 256K context window, multilingual coverage across 10+ languages, and vision input for up to 10 images per prompt. For cost-sensitive, edge, or on-device workloads, it is one of the most capable ultra-compact models available in Q2 2026.

Best for
  • β€’ Lightweight on-device AI assistants β€” fits 8 GB VRAM in FP8, runs on a single consumer GPU (RTX 4060, MacBook with Apple Silicon) with no external API calls needed
  • β€’ Cost-sensitive production deployments needing vision, function calling, and JSON output at the lowest inference price ($0.10/M tokens)
  • β€’ Real-time image captioning, text classification, data extraction, and short-form content generation on edge hardware
Reach for something else if
  • β€’ Complex multi-step reasoning or advanced coding tasks β€” a 3B model's capacity limits make alternatives like Ministral 8B or 14B better suited
  • β€’ Long-document analysis beyond 50K effective recall β€” while the 256K window is available, a 3B model's attention fidelity degrades well before hitting the limit
Context Length
128K
Max Output
16K
Input Priceper 1M tokens
$0.108/ 1M tokens
Output Priceper 1M tokens
$0.108/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$0.108 / 1M tokens
Output$0.108 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Specifications

Release date2025-12-02AWS Bedrock model card β†—verified
Architecture3.4B LLM + 0.4B vision encoder = 3.8B total, dense Transformer with GQA (32 query / 8 KV heads)Hugging Face model card β†—verified
Context window256K tokens (262,144)Hugging Face model card β†—verified
Max output tokens8K tokensAWS Bedrock model card β†—verified
Training cutoffNot publicly disclosedunknown
LicenseApache 2.0Hugging Face β€” License β†—verified
Languages10+ languages including EN, FR, ES, DE, IT, PT, NL, ZH, JA, KO, ARHugging Face β€” Languages β†—verified
Recommended temperature0.1Hugging Face β€” Recommended settings β†—verified
VRAM requirement (FP8)~8 GBHugging Face β€” Deployability β†—verified

Benchmarks

BenchmarkDistributionScoreSource
AIME 2025
Ministral 3 3B (reasoning variant) β€” leading among sub-4B models, ahead of Qwen3 4B (69.7%)
72.1%%Hugging Face β€” Reasoning benchmarks β†—
AIME 2024
77.5%%Hugging Face β€” Reasoning benchmarks β†—
GPQA Diamond
53.4%%Hugging Face β€” Reasoning benchmarks β†—
LiveCodeBench
Leads among sub-4B models, ahead of Qwen3 4B (51.3%)
54.8%%Hugging Face β€” Reasoning benchmarks β†—
Arena Hard
30.5%%Hugging Face β€” Instruct benchmarks β†—
WildBench
56.8Hugging Face β€” Instruct benchmarks β†—
MATH Maj@1
83.0%%Hugging Face β€” Instruct benchmarks β†—
MM MTBench
Score normalised to 78.3% for bar display
7.83 / 10/10Hugging Face β€” Instruct benchmarks β†—
Multilingual MMLU
65.2%%Hugging Face β€” Base benchmarks β†—
MMLU (5-shot)
70.7%%Hugging Face β€” Base benchmarks β†—

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "mistral/ministral-3b",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

Chat completion

Standard chat completions with system prompt and multi-turn conversation support. Stream responses for real-time UX.

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -d '{
    "model": "mistral/ministral-3b",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "Classify this sentence: The cat sat on the mat."}
    ],
    "temperature": 0.1,
    "max_tokens": 256,
    "stream": true
  }'

More from mistral

Similar models

Cross-provider sibling models

News & changes

2025-12-02

Mistral 3 family announced β€” from 3B to 675B

Mistral AI released the complete Mistral 3 model family on December 2, 2025, spanning from the ultra-compact Ministral 3 3B to the flagship Mistral Large 3 (675B). The entire family was trained on NVIDIA Hopper GPUs and most members are open-weight under Apache 2.0. The Ministral 3 3B specifically targets edge and on-device deployment with 3.8B total parameters including a vision encoder.

re-authored by TheRouterMistral AI Blog β†—

Frequently asked

What is the difference between the Instruct and Reasoning variants?

Ministral 3 3B is available in two post-trained variants. The Instruct variant (FP8 weights) is fine-tuned for chat, instruction following, and tool use β€” it is the recommended default for most production scenarios. The Reasoning variant (BF16 weights) is post-trained for chain-of-thought reasoning, making it better suited for math, coding, and STEM tasks at the cost of slightly higher VRAM requirements.

Can Ministral 3 3B run on a laptop?

Yes. In FP8 precision, Ministral 3 3B requires approximately 8 GB of VRAM β€” fitting a single RTX 4060 (12 GB) or Apple Silicon Mac with at least 8 GB of unified memory. With further quantization (INT4), it can run on even more modest hardware. This makes it one of the most capable models for fully local, offline-capable AI assistants.

Does Ministral 3 3B support vision input?

Yes. The model has a dedicated 0.4B vision encoder paired with the 3.4B language model, supporting up to 10 images per prompt. Images can be provided as base64-encoded data URLs or remote URLs in the content array. Mistral recommends maintaining an aspect ratio close to 1:1 for optimal performance.

What license is Ministral 3 3B released under?

Apache 2.0 β€” allowing free use, modification, and distribution for both commercial and non-commercial purposes. This is the same open-source license used by the entire Ministral 3 family, making it one of the most permissively licensed capable edge models.

Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release dateAWS Bedrock model card β†—2026-05-27verified
ArchitectureHugging Face model card β†—2026-05-27verified
Context windowHugging Face model card β†—2026-05-27verified
Max output tokensAWS Bedrock model card β†—2026-05-27verified
Training cutoffβ€”β€”unknown
LicenseHugging Face β€” License β†—2026-05-27verified
LanguagesHugging Face β€” Languages β†—2026-05-27verified
Recommended temperatureHugging Face β€” Recommended settings β†—2026-05-27verified
VRAM requirement (FP8)Hugging Face β€” Deployability β†—2026-05-27verified
AIME 2025Hugging Face β€” Reasoning benchmarks β†—2026-05-27verified
AIME 2024Hugging Face β€” Reasoning benchmarks β†—2026-05-27verified
GPQA DiamondHugging Face β€” Reasoning benchmarks β†—2026-05-27verified
LiveCodeBenchHugging Face β€” Reasoning benchmarks β†—2026-05-27verified
Arena HardHugging Face β€” Instruct benchmarks β†—2026-05-27verified
WildBenchHugging Face β€” Instruct benchmarks β†—2026-05-27verified
MATH Maj@1Hugging Face β€” Instruct benchmarks β†—2026-05-27verified
MM MTBenchHugging Face β€” Instruct benchmarks β†—2026-05-27verified
Multilingual MMLUHugging Face β€” Base benchmarks β†—2026-05-27verified
MMLU (5-shot)Hugging Face β€” Base benchmarks β†—2026-05-27verified
Mistral 3 family announced β€” from 3B to 675BMistral AI Blog β†—2026-05-27verified
What is the difference between the Instruct and Reasoning variants?Hugging Face β€” Model variants β†—2026-05-27to verify
Can Ministral 3 3B run on a laptop?Hugging Face β€” Deployability β†—2026-05-27to verify
Does Ministral 3 3B support vision input?Hugging Face β€” Key Features β†—2026-05-27to verify
What license is Ministral 3 3B released under?Hugging Face β€” License β†—2026-05-27to verify
Help & contact