No — not on this device

Mistral Small 4 119B-A6B at Q4_K_M needs 67.7 GB against 10.7 GB usable, and the shortfall of 57.0 GB is more than 16 GB of system RAM can cover at a tolerable speed. A smaller sibling or a lower quantisation is the honest answer here.

Does not fit 8K context Q4_K_M · 66.9 GB Apache 2.0 Released 17 Mar 2026 Vision Not in the Ollama library

Instruct, reasoning, vision and code in one 119B MoE. A latent KV cache (320 wide) keeps context cheap; the weights still want 64 GB+.

What hardware do I need for Mistral Small 4 119B-A6B? →

The VRAM budget

weights 66.9 GB
Weights 66.9 GB KV cache @ 8K 0.18 GB Runtime overhead 0.6 GB Over budget 57.0 GB past 10.7 GB

Quantisation ladder

QuantWeightsTotal @ 8KMax contextTok/sQualityFit
Q8_0 117.8 GB 118.5 GB ~2.8 −0.1% ppl 107.8 GB over
Q6_K 90.9 GB 91.7 GB ~3.6 −0.4% ppl 81.0 GB over
Q5_K_M 78.5 GB 79.3 GB ~4.1 −0.8% ppl 68.6 GB over
Q4_K_M 66.9 GB 67.7 GB ~4.9 −1.9% ppl 57.0 GB over
Q3_K_M 54.2 GB 54.9 GB ~6.0 −5.4% ppl 44.2 GB over
Q2_K 46.4 GB 47.2 GB ~7.0 −15% ppl 36.5 GB over

Quality is the published perplexity delta against f16 weights. Max context assumes an f16 KV cache; q8_0 roughly doubles it. This model uses multi-head latent attention, so its cache is a compressed latent rather than full K and V.

How to run it

terminal
$ pip install mlx-lm
$ mlx_lm.generate --model mlx-community/Mistral-Small-4-119B-2603-4bit \
    --max-tokens 512 --prompt "Hello"

Apple's own array framework. The fastest path on Apple Silicon. More on MLX.

01Download is 66.9 GB. Keep it on an SSD — a first load off a spinning disk takes minutes.
02macOS caps what the GPU may wire down at about 10.7 GB of 16 GB. Raising it with iogpu.wired_limit_mb is possible, and risky.
03If it falls back to CPU silently, drop the context first, then step down a quantisation.
See all models for this rig Compare with another model