← All modelsMODEL CHECK

Can I run Ministral 3 14B?

Ministral 3 14B by Mistral AI needs around 16 GB of RAM at the recommended 4-bit quantization (8.5 GB download). Your hardware is checked below β€” instantly, nothing leaves your browser. Expect roughly ~36 tok/s on a NVIDIA RTX 3060 12GB.

Reading your hardware signals…

Real-world notes

Ministral 3 14B is Mistral's December 2025 mid-size model, a 14B-parameter dense network that also handles vision, so it's the pick when you want one local model that chats and reads images without juggling two checkpoints. At a 4-bit quant it lands around 8.5 GB, just past what an 8 GB card holds comfortably but right at home on a 12 GB RTX 3060 or any Apple Silicon Mac with 16 GB of unified memory or more. Drop to a 2-bit build and it shrinks to about 5.9 GB if you're squeezed; the q8 build is closer to 15 GB.

In daily use it feels quick for its size. On an RTX 3060 12 GB you'll see around 36 tokens per second at 4-bit, comfortably faster than reading speed, and an RTX 4090 pushes that to roughly 101 tok/s. An M-series Max sits near 41 tok/s. The 256K context window is the headline number, but treat it as a ceiling, not a default: even at 128K, total memory climbs to about 30 GB once the KV cache fills, well beyond a single 12 GB or 16 GB device. Keep working context to a few thousand tokens unless you have a 24 GB-plus card to spare.

Against its neighbours, Ministral 3 14B generally has the edge over older siblings like Mistral 7B and Mistral Nemo 12B on harder, multi-step prompts simply by being larger and newer, while OLMo 2 13B is the fully-open-data alternative if reproducibility matters more to you than raw capability. Its real standout is the built-in vision capability at this size with a genuinely usable speed profile. And the license is the easy part: Apache 2.0, so you can use it commercially and in production with no provider-specific strings attached.

Specifications

Parameters14B
Context window256K tokens
ProviderMistral AI
LicenseApache 2.0
Released2025-12
Best forChat, Vision

Size by quantization

QuantizationBits/weightDownloadMin RAMQuality
Q2_K3.355.9 GB12 GBNoticeable loss
Q4_K_MRecommended4.858.5 GB16 GBRecommended
Q5_K_M5.659.9 GB16 GBHigh
Q8_08.514.9 GB24 GBNear-original
F161628.0 GB48 GBOriginal

Sizes are estimates from parameter count Γ— bits per weight; real GGUF builds vary slightly. Β· Data updated: 2026-06-11 Β· How we calculate these numbers β†’

Memory needed by context length

ContextKV cache (est.)Total memory (Q4)
4K tokens~0.7 GB~9.2 GB
8K tokens~1.3 GB~9.8 GB
32K tokens~5.4 GB~13.9 GB
128K tokens~21.6 GB~30.1 GB

The KV cache grows with context length β€” a model that fits at 4K can run out of memory at 32K. Estimates assume an FP16 cache with grouped-query attention; actual usage varies by runtime.

Estimated speed by hardware

HardwareBandwidth~Speed
NVIDIA RTX 3060 12GB360 GB/s~36 tok/s
NVIDIA RTX 4090 24GB1008 GB/s~101 tok/s
Apple M-series (base)100 GB/s~10 tok/s
Apple M-series Pro270 GB/s~27 tok/s
Apple M-series Max410 GB/s~41 tok/s
CPU only (dual-channel DDR5)60 GB/s~6 tok/s

Token generation is memory-bandwidth bound: tok/s β‰ˆ bandwidth Γ— 0.85 Γ· model size at Q4. Real-world numbers vary by runtime and context length.

Run it locally

The easiest path is Ollama β€” one command and you're chatting:

ollama run ministral-3:14b

Frequently asked questions

Ministral 3 14B System Requirements β€” Can I Run It Locally?