Can You Run Mistral Leanstral 1.5 (119B-A6B MoE)? VRAM Requirements
Mistral Leanstral 1.5 (119B-A6B MoE) has 119B total parameters (MoE, 6B active per token). Running it at Q4_K_M (GGUF) with 16K context takes roughly 73.4 GB of memory (67.6 GB weights + 0.4 GB KV cache + runtime overhead). The minimum viable hardware is about A100 / H100 80GB. All numbers are planning estimates, verified 2026-09-05.
⚠ Some architecture details of this model are estimated — treat results as ballpark figures.
VRAM by quantization (16K context)
| Quantization | Weights | Total needed | Minimum hardware |
|---|---|---|---|
| FP16 / BF16 | 222 GB | 240 GB | Mac M3 Ultra 512GB |
| FP8 | 111 GB | 120 GB | H200 141GB |
| Q8_0 (GGUF) | 117 GB | 127 GB | H200 141GB |
| Q6_K (GGUF) | 90.9 GB | 98.5 GB | Mac 128GB unified |
| Q5_K_M (GGUF) | 78.7 GB | 85.3 GB | Mac 128GB unified |
| MXFP4 | 58.7 GB | 63.8 GB | A100 / H100 80GB |
| NVFP4 | 58.7 GB | 63.8 GB | A100 / H100 80GB |
| Q4_K_M (GGUF)recommended | 67.6 GB | 73.4 GB | A100 / H100 80GB |
| Q3_K_M (GGUF) | 52.1 GB | 56.6 GB | Mac 64GB unified |
| Q2_K (GGUF) | 38.8 GB | 42.2 GB | Mac 64GB unified |
How context length changes memory (Q4_K_M (GGUF))
| Context | KV cache | Total needed |
|---|---|---|
| 4K | 0.1 GB | 73.1 GB |
| 16K | 0.4 GB | 73.4 GB |
| 64K | 1.4 GB | 74.4 GB |
| 128K | 2.8 GB | 75.8 GB |
| 256K | 5.6 GB | 78.6 GB |
| 1M | 21.5 GB | 94.5 GB |
KV cache grows linearly with context; FP8 KV cache halves it again (try it in the calculator below).
Customize the estimate
LLM VRAM Calculator — Can I Run It?
Estimate how much GPU memory (VRAM) you need to run open-weight LLMs like Kimi K3, DeepSeek R1, Qwen3, or Llama locally. Pick a model, quantization, and context length — the calculator adds up weights, KV cache, and runtime overhead, then shows which GPUs or Macs can fit it. Runs entirely in your browser: no upload, no signup.
119B total params · 6B active (MoE) · max 1M context · specs partially estimated
Recommended balance · ~0.61 bytes/param
Estimated memory needed
75.8 GB
Architecture details for this model are estimated — treat results as a ballpark.
Will it fit?
Assumes ~92% of device memory is usable. Multi-GPU counts are for tensor/pipeline parallel serving (vLLM, SGLang); Apple Silicon uses unified memory via llama.cpp or MLX.
FAQ
How much VRAM does Mistral Leanstral 1.5 (119B-A6B MoE) need?
About 73.4 GB at the recommended Q4_K_M (GGUF) quantization with 16K context: 67.6 GB for weights, 0.4 GB for KV cache, plus runtime overhead. Longer context grows the KV cache.
What is the minimum hardware for Mistral Leanstral 1.5 (119B-A6B MoE)?
Roughly A100 / H100 80GB, assuming 92% of device memory is usable. Lower-end setups can try more aggressive quantization (Q3/Q2) at a noticeable quality cost.
Can I run Mistral Leanstral 1.5 (119B-A6B MoE) on a Mac?
Yes. At Q4_K_M (GGUF) with 16K context it needs about 73.4 GB, which fits the unified memory of a Mac M3 Ultra 512GB via llama.cpp or MLX.
Which quantization should I use for Mistral Leanstral 1.5 (119B-A6B MoE)?
Q4_K_M is the recommended balance of size and quality; with headroom, Q6_K or Q8_0 reduce quality loss further.