8GB is the entry tier for local AI on a discrete GPU, and in 2026 it is a genuinely useful one rather than a consolation prize. An RTX 4060, 3070, or 4060-class laptop GPU runs 3B to 8B models at interactive speed, including some that were considered cloud-tier a year ago, which says more about the pace of small-model progress than about the hardware. The ceiling is hard, though: 12B models do not fit, and no 14B is usable. We ranked these picks with the ModelFit engine on September 3, 2026, and the conclusion is simple — the right 8GB model is a small one chosen well, not a big one forced in.
TL;DR: On 8GB, Qwen 3 8B is the best all-rounder (~30 tok/s est. on an RTX 4060). Qwen 3.5 4B is the speed and quality surprise (~54 tok/s est.). Gemma 4 E4B is the multimodal pick (~49 tok/s est.). LFM2.5 8B-A1B is the agent pick (~60 tok/s est.). Do not attempt 12B.
What does 8GB actually buy you?
Windows and a browser reserve 1-2 GB before you load anything, so call it 6.5 GB of usable VRAM on a clean boot, less in real use. At Q4_K_M, that maps to a 7B-8B model with modest context, or a 3B-4B model with generous headroom. The 12B class (about 9.5 GB loaded) is over budget before context. It will load with shared-memory fallback and run at ~4 tok/s est. on an RTX 4060, which is not a recommendation. Why list it at all, then? Because other sites do, and someone has to say what it feels like.
Small MoE models are the bright spot at this tier, and they are the reason 8GB is worth taking seriously in 2026 at all. In fact, an 8B MoE with 1.5B active parameters decodes much faster than a dense 8B at the same memory cost, because each token only reads a fraction of the weights you paid memory for. Two years ago this memory budget meant choosing between slow and bad; now it means choosing between good and fast.
Which models rank best on 8GB?
Speeds are ModelFit engine estimates on an RTX 4060 (8GB, 272 GB/s), labeled est.
| Rank | Model | Type | Loaded | Est. tok/s | Best for |
|---|---|---|---|---|---|
| 1 | Qwen 3 8B | Dense 8B | 6.5 GB | ~30 est. | Chat, coding, reasoning |
| 2 | Qwen 3.5 4B | Dense 4B | 3.5 GB | ~54 est. | Speed, multimodal |
| 3 | Gemma 4 E4B | Dense 4.5B | 4 GB | ~49 est. | Multimodal, on-device |
| 4 | LFM2.5 8B-A1B | MoE 8B (1.5B active) | 5.5 GB | ~60 est. | Agents, tool calling |
| 5 | Llama 3.1 8B | Dense 8B | 6.5 GB | ~30 est. | Ecosystem support |
| 6 | Qwen 2.5 3B | Dense 3B | 2.5 GB | ~69 est. | Maximum speed |
The picks, one line each
Qwen 3 8B is the safe default. Hybrid thinking mode handles multi-step reasoning, and at ~30 tok/s est. it stays comfortable for chat and coding on an RTX 4060, though it leaves little room for long context on 8GB, so keep contexts moderate. The build we track matches Qwen's Hugging Face org; see the Qwen 3 8B model page and its best-hardware page.
Qwen 3.5 4B is the model that makes 8GB feel current. It outperforms 20B models from early 2025 and runs at ~54 tok/s est. with 3 GB of headroom for context. See the Qwen 3.5 4B model page.
Gemma 4 E4B trades a little reasoning for native image understanding, at 4 GB and ~49 tok/s est. For example, it can read a chart screenshot that the text-only picks here cannot, which is the whole point of the Gemma family at this size. See the Gemma 4 E4B model page.
LFM2.5 8B-A1B is the one to reach for if you are wiring local agents or tool calling. The MoE active path makes it the fastest 8B-class model here at ~60 tok/s est. See the LFM2.5 model page for the full picture.
What can 8GB not do?
- 12B dense models (Gemma 4 12B, Mistral Nemo): ~4 tok/s est. with offload, which is not usable for anything interactive.
- 14B and up: no.
- Long context on 8B: a 32K context on Qwen 3 8B costs roughly 4 GB of KV cache. Combined with 6.5 GB of weights, you are over budget, so stay at 8K-16K on 8GB.
- Multiple models resident: load one at a time.
How do you check a model before you download it?
The same arithmetic behind this guide works for any model you encounter in the wild, and it is worth internalizing because new releases arrive weekly. Multiply the parameter count by roughly 0.6 GB per billion at Q4_K_M, add your context budget, and compare the total against about 6.5 GB of usable VRAM — not the 8 GB printed on the box. If the total exceeds the budget, the model will load and disappoint, which is the pattern behind every bad 8GB review you have ever read.
Our VRAM cheat sheet lays out the tier-by-tier math, and the quant comparison tool shows what each build of a model actually weighs. Between the two, you can audit any recommendation, including ours, in under a minute.
Is it worth upgrading from 8GB?
The step from 8GB to 12GB (RTX 3060 12GB, RTX 5070) unlocks the 12B dense class, which is the single biggest quality jump available at the low end. The step to 16GB (RTX 5060 Ti, RTX 5080) adds comfortable 14B and tight 26B-A4B. If local AI is more than an experiment for you, 12GB is the first tier we would call comfortable — we measured the jump, and it is larger than any GPU generation upgrade at the same VRAM.
FAQ
Is 8GB VRAM enough for Ollama?
Yes, for 7B-8B models — Ollama runs Qwen 3 8B well on an RTX 4060-class card, as long as you keep context at 8K-16K and close other GPU apps.
Can 8GB run Gemma 4 12B?
Technically it loads with shared memory, at about 4 tok/s est. on an RTX 4060, which is too slow to be useful. Use Gemma 4 E4B instead, because it is designed for exactly this tier.
What about the RTX 4060 Ti 8GB versus 16GB?
The 16GB variant is a different tier entirely and runs everything in our 16GB picks range plus 26B-A4B MoE. The 8GB variant is limited to this list. For local AI, the 16GB version is worth the premium.
Is a 4B model good enough in 2026?
For chat, summarization, and most assistant tasks, yes — Qwen 3.5 4B scores comparably to 20B models from a year earlier. For hard reasoning or long coding sessions, 8B is the floor and 12B+ is better.
___
Rankings and speeds in this guide come from the ModelFit engine, re-run on September 3, 2026, with estimates labeled est. How we work: about ModelFit. Corrections welcome: contact.Match this model to a machine that can run it: by RAM tier for Apple Silicon, or by VRAM for an NVIDIA GPU.
The weekly local-AI refresh
New open-weight models, real Apple Silicon benchmarks, and the one model worth running on your Mac this week. Free, one email a week, unsubscribe anytime.
By subscribing you agree to our Privacy Policy and to receive the weekly email. Unsubscribe anytime.
Have questions? Reach out on X/Twitter