Best Llama Models to Run Locally
Meta's Llama family spans the tiny 3B edge model up to the 70B flagship, covering everything from on-laptop assistants to GPT-4-class local inference.
Llama 3.1 8B
Meta · Llama 3.1 Community
Meta's 8B workhorse with a massive 128K context window. Punches well above its weight class for everyday coding and chat tasks, runs comfortably on any consumer GPU with 6 GB VRAM, and delivers near-70B quality on many benchmarks.
Min VRAM
5 GB
Context
128K
Run with Ollama
ollama run llama3.1:8bLlama 3.3 70B
Meta · Llama 3.3 Community
Meta's flagship open-weight model and the go-to choice for users who want GPT-4-class performance without sending data to the cloud. Consistently tops open-source leaderboards. Needs ~48 GB VRAM at Q4_K_M — a dual-GPU rig or Apple Silicon with 48 GB unified memory.
Min VRAM
48 GB
Context
128K
Run with Ollama
ollama run llama3.3:70bLlama 3.2 3B
Meta · Llama 3.2 Community
The smallest production-quality Llama model, designed to run on laptops, Raspberry Pis, and other edge devices with minimal VRAM. Response latency is sub-second on modern CPUs, making it ideal for real-time assistants and local automation scripts.
Min VRAM
2 GB
Context
128K
Run with Ollama
ollama run llama3.2:3bWant to mix in more filters?
Open the faceted model browser to combine VRAM, family, license, developer and task filters, then sort the results your way.