Written by Jakub Rusinowski · Last updated July 21, 2026
Not sure which model to run? This guide cuts through the noise. We recommend the single best model per VRAM tier — the one most users should start with.
Not sure which model to run? This guide cuts through the noise. We recommend the single best model per VRAM tier — the one most users should start with.
Best pick: Phi-4 Mini (3.8B, Q4_K_M)
ollama run phi4-miniRunner-up: Gemma 3 4B (ollama run gemma3:4b) — better for creative writing, 3.5 GB.
What to expect: Capable assistant for everyday chat, coding help, and writing. Don't expect 70B-level reasoning, but for 4 GB, this is remarkable.
Best pick: Llama 3.1 8B (Q4_K_M)
ollama run llama3.1:8bRunner-up for coding: Qwen 2.5 Coder 7B (ollama run qwen2.5-coder:7b) — best pure-coding 8B model.
Runner-up for reasoning: DeepSeek R1 8B Distill (ollama run deepseek-r1:8b) — near-GPT-4-level reasoning in 8B.
Best pick: Qwen 3 8B (Q8_0) — run at higher quality since you have headroom
ollama run qwen3:8bOr try: Gemma 3 12B Q4 (ollama run gemma3:12b) — Google's best mid-size model.
Best pick: Qwen 3 14B (Q4_K_M)
ollama run qwen3:14bRunner-up for coding: Qwen 2.5 Coder 14B (ollama run qwen2.5-coder:14b)
Best for long documents: Mistral Small 3.1 (ollama run mistral-small) — 128K context window.
Best pick: DeepSeek R1 32B (Q4_K_M)
ollama run deepseek-r1:32bAlternative: Qwen 3 32B (ollama run qwen3:32b) — also fits, stronger at general tasks.
Best pick: Llama 4 Scout (Q4_K_M)
ollama run llama4:scoutFor 70B models: Llama 3.3 70B Q4_K_M needs 42 GB — works on Apple M2/M4 Ultra (128–192 GB unified memory) or dual RTX 4090/5090 setups.
| VRAM | Best Model | Ollama Command | Speed |
|---|---|---|---|
| 4 GB | Phi-4 Mini | ollama run phi4-mini | ~40 t/s |
| 8 GB | Llama 3.1 8B | ollama run llama3.1:8b | ~70 t/s |
| 12 GB | Qwen 3 8B Q8 | ollama run qwen3:8b | ~80 t/s |
| 16 GB | Qwen 3 14B | ollama run qwen3:14b | ~85 t/s |
| 24 GB | DeepSeek R1 32B | ollama run deepseek-r1:32b | ~50 t/s |
| 32 GB+ | Llama 4 Scout | ollama run llama4:scout | 175 t/s |