Best Small LLM (1B–4B) You Can Run Anywhere

LA

By Lefi Abdelmonem

Author · AI Local Check

Not every task needs a 30B model. Small language models — roughly 0.5B to 4B parameters — run on almost anything, including a laptop with no dedicated GPU, and they're fast enough for real-time use. This page covers the best small models of 2026 and exactly how little memory they need, measured from their real GGUF files.

The headline: every model here runs in under 6 GB, and the smallest run in under 2 GB — comfortably on a phone-class or integrated GPU, or on CPU alone.

The best small LLMs (measured)

ModelSizeQ4_K_MQ8_0 (near-lossless)
Qwen3 4B4B≈ 3.7 GB≈ 5.4 GB
Phi-4-mini3.8B≈ 3.6 GB≈ 5.1 GB
Llama 3.2 3B3.2B≈ 3.1 GB≈ 4.4 GB
Granite 4.1 3B3.4B≈ 3.1 GB≈ 4.5 GB
Gemma 2 2B2.6B≈ 2.9 GB≈ 3.9 GB
Qwen2.5 1.5B1.8B≈ 2.0 GB≈ 2.7 GB
Llama 3.2 1B1.2B≈ 1.7 GB≈ 2.2 GB
Qwen2.5 0.5B0.5B≈ 1.3 GB≈ 1.5 GB

Memory is weights plus KV cache and system margin at a 4,096-token context.

Which small model to pick

  • Best all-round small model: Qwen3 4B — punches well above its size and still fits any 6 GB GPU at full Q8. If you can spare ~5 GB, run it at Q8 for near-lossless quality.
  • Best under 4 GB: Llama 3.2 3B or Phi-4-mini at Q4 — capable assistants that run on almost any GPU, or on CPU at usable speed.
  • Best tiny / edge model: Llama 3.2 1B or Qwen2.5 1.5B — for on-device, phone, or Raspberry-Pi-class use where every megabyte counts.
  • Smallest usable: Qwen2.5 0.5B — remarkably coherent for its size, fits in ~1.5 GB, ideal for autocomplete-style or classification tasks.

Why run a small model?

  • No GPU required. A 1–3B model runs on CPU and system RAM at readable speed — useful on laptops and mini-PCs.
  • Speed. Small models generate text far faster, which matters for autocomplete, agents that make many calls, and interactive UIs.
  • Battery and heat. On laptops and edge devices, a small model sips power compared with a 14B+.
  • Fine-tuning. Small models are cheap to fine-tune on your own data.

The trade-off

Small models are less capable at complex reasoning, long multi-step tasks and broad world knowledge. For coding or hard analysis, a 7–8B model on 8 GB is a big step up. But for chat, summarization, classification, drafting and on-device use, a good 3–4B model is often all you need.

Match any model to your hardware with the calculator, and see how to run one locally — small models are the easiest place to start.