Open-weight LLM comparison
Llama 3.1 70B vs Mixtral 8x22B
Side-by-side
Straight from each model's release page and Hugging Face card. Memory shown is for the weights alone: add roughly 15% for real serving. Bold column marks the more parameters and the smaller memory footprint.
| Field | Llama 3.1 70B | Mixtral 8x22B |
|---|---|---|
| Total parameters | 70 B | 141 B |
| Active parameters (MoE) | — | 39 B |
| Architecture | dense | MoE (141B total, 39B active per token) |
| Vendor | Meta | Mistral AI |
| License | Llama 3.1 Community License | Apache 2.0 |
| Released | 2024-07-23 | 2024-04-17 |
| Weights @ FP16 | 140 GB | 282 GB |
| Weights @ INT8 | 70 GB | 141 GB |
| Weights @ INT4 | 35 GB | 71 GB |
Which is smarter (published benchmarks)
Vendor-reported quality scores on the standard leaderboards. Bold column marks the higher score on the same test.
| Benchmark | Llama 3.1 70B | Mixtral 8x22B |
|---|---|---|
| MMLU (5-shot) | 86.0 | 77.8 |
| HumanEval | 80.5 | 76.2 |
| MATH (0-shot) | 68.0 | not published |
| GPQA | 46.7 | not published |
| MATH (maj@4) | not published | 41.8 |
Sources: Llama 3.1 70B model card · Mixtral 8x22B model card. Benchmark methodology and prompt template can shift these numbers by several points, so treat these as relative rankings, not absolute scores.
Common questions
Llama 3.1 70B vs Mixtral 8x22B: which is bigger?
Mixtral 8x22B has more parameters (Llama 3.1 70B: 70 B; Mixtral 8x22B: 141 B). More parameters usually means higher ceiling on capability and higher memory requirement, though MoE architectures decouple total parameters from per-token compute.
Llama 3.1 70B vs Mixtral 8x22B: which is newer?
Llama 3.1 70B released 2024-07-23; Mixtral 8x22B released 2024-04-17.
Llama 3.1 70B vs Mixtral 8x22B: which needs less memory to serve?
Llama 3.1 70B needs less HBM. Weights-only footprint at FP16: Llama 3.1 70B 140 GB; Mixtral 8x22B 282 GB. Half those numbers at INT8, quarter at INT4. Real serving adds 10-30% for KV cache.
Llama 3.1 70B vs Mixtral 8x22B: which license is more permissive?
Llama 3.1 70B: Llama 3.1 Community License. Mixtral 8x22B: Apache 2.0. Apache 2.0 and MIT allow unrestricted commercial use; Llama Community License allows commercial use but restricts training larger models on outputs; CC-BY-NC and vendor-specific licenses (Qwen 72B, Gemma) have narrower terms. Check the model card for the exact clauses.
See also: every LLM comparison · Llama 3.1 70B full page · Mixtral 8x22B full page.