Quick answer: Llama 3.1 8B Instruct is Meta's July 2024 small instruction-tuned open-weight model, scoring 84.5% on GSM8K, 73.0% on MMLU, and 48.3% on MMLU-Pro. With a 128K context window under Apache 2.0, it is the most widely deployed open 8B model — a common first choice for low-cost server-side inference.
Where Llama 3.1 8B leads
Where it lags
Best for: Cost-optimised server inference; batch processing; fine-tuning foundation; first open-weight model for new deployments that later scale to 70B.
Llama 3.1 8B Instruct (released July 23, 2024) is the smallest instruction-tuned model in Meta's Llama 3.1 family, designed for efficient server-side deployment. At Apache 2.0, it is the most permissively licensed model in the Llama 3.1 family (the 70B and 405B use the more restrictive Llama 3.1 License).
Its 84.5% GSM8K score is impressive at 8B — reflecting Meta's training improvements in Llama 3.1. Combined with a 128K context window, it handles long documents at a fraction of the cost of larger models.
The model became the reference 8B open-weight model throughout 2024, with extensive ecosystem support across all major inference frameworks (vLLM, Ollama, llama.cpp, etc.) and served as the base for many fine-tuned derivatives.
| Field | Value |
|---|---|
| Organization | Meta |
| Parameters | 8B (dense) |
| Context window | 128,000 tokens |
| License | Apache 2.0 |
| HuggingFace | meta-llama/Meta-Llama-3.1-8B-Instruct |
| Release date | July 23, 2024 |
| Knowledge cutoff | March 2024 |
| Modality | Text only |
Llama 3.1 8B Instruct is available as open weights under Apache 2.0 — free for self-hosting and commercial use without restrictions. The most cost-efficient option across hosted providers due to its small size.
Llama 3.1 8B Instruct supports a 128,000-token context window — approximately 90 pages of text.
| Benchmark | Score | Source | Date |
|---|---|---|---|
| GSM8K | 84.5% | Benchgen evaluation | 2025-07 |
| MMLU | 73.0% | Benchgen evaluation | 2025-07 |
| MMLU-Pro | 48.3% | Benchgen evaluation | 2025-07 |
| Model | GSM8K | MMLU | MMLU-Pro | License |
|---|---|---|---|---|
| Llama 3.1 8B Instruct | 84.5% | 73.0% | 48.3% | Apache 2.0 |
| Llama 3.2 3B Instruct | 77.7% | — | — | Llama 3.2 |
| Llama 3.1 70B Instruct | — | 86.0% | — | Llama 3.1 |
| Phi-4 | — | — | 70.4% | Apache 2.0 |
Llama 3.1 8B vs Phi-4: Phi-4 (14B) achieves 70.4% MMLU-Pro vs 8B's 48.3% at ~2× the parameters — better knowledge, but significantly higher inference cost. For maximum quality per token at 8B scale, Llama 3.1 8B is the standard.
Specs from Meta's official Llama 3.1 announcement (July 2024) and Benchgen evaluations. Last updated 2026-07-24.
This model isn’t on any benchmark leaderboard yet.