Text model · Mistral
Mixtral 8x7B: RAM and VRAM requirements
Mixtral 8x7B needs about 28.9 GB to run at Q4_K_M (the Q4_K_M GGUF file is ~26.49 GB to download; KV cache and overhead add the rest), or about 48.6 GB at Q8_0. The lightest hardware that runs it is Nvidia GeForce RTX 5090 (32GB).
Mistral family · 46.7B params (Mixture-of-Experts: activates only 12.9B of 46.7B params per token, so generation is faster than the total size suggests) · released Dec 2023 · 2.7M Ollama pulls.
Shopping for hardware? See what runs Mixtral 8x7B →
Q4_K_M and Q8_0 are GGUF download (file) sizes. Memory @ Q4 includes the KV cache and overhead, so it runs larger than the file on disk.
Will it run on your device?
Mixtral 8x7B runs on 8 of 40 tracked devices at Q4_K_M.
Memory breakdown
How context length changes it
Longer context grows the KV cache, which for Mixtral 8x7B is sized by its 12.9B active params, not the full 46.7B. It needs ~28.9 GB at 4k and ~79.8 GB at 128k.
Quantization sizes
| Quantization | Size on disk |
|---|---|
| Q2_K | 19.6 GB est |
| Q3_K_M | 22.8 GB est |
| Q4_K_M (default) | 26.49 GB |
| Q5_K_M | 33.3 GB est |
| Q6_K | 38.3 GB est |
| Q8_0 | 46.22 GB |
| FP16 | 93.4 GB est |
Lower quant = smaller and faster, slightly lower quality. Q4_K_M is the common default.
Run it
ollama run mixtral:8x7b llama-cli -hf MaziyarPanahi/Mixtral-8x7B-Instruct-v0.1-GGUF:Q4_K_M lms get MaziyarPanahi/Mixtral-8x7B-Instruct-v0.1-GGUF Which devices can run Mixtral 8x7B?
Apple Silicon Macs
- Apple M1 (8GB) No
- Apple M2 (16GB) No
- Apple M4 (16GB) No
- Apple M5 (16GB) No
- Apple M3 Pro (18GB) No
- Apple M4 (24GB) No
- Apple M4 Pro (24GB) No
- Apple M5 (32GB) No
- Apple M4 Pro (48GB) Tight
- Apple M5 Pro (48GB) Tight
- Apple M4 Max (64GB) Yes
- Apple M4 Max (128GB) Yes
- Apple M5 Max (128GB) Yes
- Apple M3 Ultra (256GB) Yes
RAM-only laptops
iPhone & iPad
Android
NVIDIA GPUs
Same job, different size
Pick by what fits your memory: step down to free up VRAM, or step up if you have headroom.
Similar models
Head-to-head
FAQ
How much VRAM or RAM does Mixtral 8x7B need?
At Q4_K_M, Mixtral 8x7B needs about 28.9 GB (weights ~26.49 GB + KV cache + overhead) at a 4k context. At Q8_0 budget ~48.6 GB.
What is the Q4_K_M GGUF file size of Mixtral 8x7B?
The Q4_K_M GGUF file is about 26.49 GB to download, and the Q8_0 GGUF is about 46.22 GB. That is the weights file on disk; to run it you also need room for the KV cache and overhead, so budget ~28.9 GB of memory at Q4_K_M.
Can Mixtral 8x7B run on a laptop?
Mixtral 8x7B is large; you need a high-memory Mac or multi-GPU setup at Q4_K_M.
Is Mixtral 8x7B cheaper to run because it is a MoE model?
It is faster, not lighter. Mixtral 8x7B activates only 12.9B of 46.7B params per token (so it runs quickly), but all experts must stay in memory, so it still needs memory for the full 46.7B.
Can I use Mixtral 8x7B commercially?
Yes. Mixtral 8x7B is licensed Apache-2.0, which permits commercial use.
Understand the numbers
Short guides to the ideas behind Mixtral 8x7B's memory and quant figures.
Mixtral 8x7B sparse MoE: 46.7B total, 12.9B active (2 of 8 experts per token). All experts must fit in memory. Q4_K_M and Q8_0 sizes from the MaziyarPanahi GGUF repo.
Sources
Last validated 2026-08-03. Memory figures are estimates. See methodology.