Rescue OpenClaw stuck? Gateway, auth, tunnel, and VPS troubleshooting. Get help →
← Back to Blog

Best Local LLM by GPU (2026): RTX 3090, 4090, 5090, A6000, M-series Picks

Your GPU (or unified-memory chip) is the biggest determinant of which local LLM runs well. This hub maps every popular consumer + workstation + Apple Silicon option to the best model that actually fits, with quants, tokens/sec, and the exact OpenClaw config. Click through to the dedicated GPU page for detailed picks.

Need help picking the right GPU for your model?

See our AI training options. We'll match your workload to the cheapest GPU that runs it.

๐ŸŽฎ THE LOCAL-LLM GPU LADDER

Pick by VRAM: a budget 12ย GB RTX 3060 handles 8-14B models, 24ย GB (RTX 3090 value, 4090 fast, or AMD RX 7900 XTX) runs 27B-class at Q4, the 5090's 32ย GB adds headroom, and the 96ย GB RTX PRO 6000 Blackwell is workstation territory for 70B at long context.

Pick Your GPU (2026)

Consumer NVIDIA

Your GPUVRAMBest PickSpeedDetailed Guide
RTX 309024 GBQwen 3.6 27B (Q4_K_M)~35 tok/s3090 guide โ†’
RTX 409024 GBQwen 3.6 27B (Q4_K_M)~50 tok/s4090 guide โ†’
RTX 509032 GBQwen 3.6 35B-A3B (Q6) โ† NEW~80 tok/s5090 guide โ†’
RTX 4070 Ti SUPER16 GBQwen 3.5 9B (Q8)~45 tok/s4070 Ti SUPER guide โ†’
RTX 4060 Ti 16GB16 GBgpt-oss 20B (Q4)~22 tok/s4060 Ti 16GB guide โ†’
RTX 508016 GBgpt-oss 20B (Q4)~40 tok/s5080 guide โ†’
RTX 4080 / 4080 SUPER16 GBgpt-oss 20B (Q4)~30 tok/s4080 guide โ†’
RTX 5070 / 5070 Ti12 / 16 GBQwen 3.5 9B (Q6) / gpt-oss 20B (Q4)~35 tok/s5070 guide โ†’
RTX 407012 GBQwen 3.5 9B (Q6)~30 tok/s4070 guide โ†’
RTX 3060 12GB12 GBQwen 3.5 9B (Q6)~16 tok/s3060 guide โ†’

Decision guides:

Workstation NVIDIA

Your GPUVRAMBest PickSpeedDetailed Guide
RTX A600048 GBGLM-5.1 32B or Qwen 3.6 27B (Q8)~28 tok/sA6000 guide โ†’
RTX PRO 6000 Blackwell96 GB70B-class models at higher quantsworkload-dependentMac vs RTX decision โ†’

Consumer AMD

Your GPUVRAMBest PickSpeedDetailed Guide
RX 7900 XTX24 GBQwen 3.6 27B (Q4) via ROCm~40 tok/s7900 XTX guide โ†’
Radeon AI PRO R970032 GB70B-class via ROCmworkload-dependentR9700 vs 3090 โ†’

Intel Arc

Your GPUVRAMBest PickSpeedDetailed Guide
Arc B58012 GBQwen 3.5 9B (IPEX-LLM)~18 tok/sArc B580 guide โ†’

Apple Silicon

Your MacUnified RAMBest PickSpeedDetailed Guide
Mac mini / MBP M4 Pro24-64 GBQwen 3.6 27B (Q4)~15-18 tok/sM4 Pro guide โ†’
MacBook Pro M4 Max36-128 GBQwen 3.6 27B (Q6 or Q8)~25 tok/sM4 Max guide โ†’
Mac Studio M4 (M4 Max)36-128 GBLlama 3.3 70B (Q4)~20 tok/sMac Studio M4 guide โ†’
Mac Studio M2 Ultra64-192 GBgpt-oss 120B or Mistral Small 4 (119B-A6B)~25 tok/sM2 Ultra guide โ†’
Mac Studio M3 Ultra96-512 GBLlama 3.3 70B (Q8), 100B+ MoE~25-30 tok/sM3 Ultra guide โ†’

How to Read the Speed Numbers

The tok/sec figures above are realistic ranges on the recommended model โ€” not theoretical max. Real-world drift depends on:

  • Quantization โ€” Q4 runs ~30% faster than Q8 on the same model
  • Context length โ€” KV cache eats VRAM and slows inference as it fills
  • Batch size โ€” single-user inference is bandwidth-bound; batched serving is compute-bound

For OpenClaw specifically, tool-call accuracy matters more than tokens/sec. A 22 tok/s response that nails the JSON is better than 60 tok/s that drifts.

VRAM Tier vs Model Pick

The pattern is consistent across GPUs:

Available VRAMBest PickFor OpenClaw
8-12 GBQwen 3.5 9B (Q4 or Q5)Not recommended โ€” use cloud
16 GBQwen 3.5 9B (Q8) or gpt-oss 20B (Q4)gpt-oss 20B (Q4)
24 GBQwen 3.6 27B (Q4_K_M)gpt-oss 20B (Q5)
32 GBQwen 3.6 27B (Q6) or 35B-A3B (Q5)gpt-oss 20B (Q8)
48 GBGLM-5.1 32B (Q5) or Llama 3.3 70B (Q3)Dual: gpt-oss 20B + Qwen 3.6 27B

OpenClaw Tool-Calling Reality Check

Most GPU guides talk about benchmark scores or raw tokens/sec. For OpenClaw, only one thing matters: does the model emit clean JSON for tool calls, hundreds of times in a row, without drift?

Models that pass this filter regardless of GPU:

  • gpt-oss 20B โ€” cleanest tool-call JSON; safe production default
  • gpt-oss 120B โ€” same, scaled up (needs 64+ GB VRAM)
  • Qwen 3.6 27B โ€” fixed the Qwen 3.5 tool-calling regressions
  • Qwen 3.6 35B-A3B (MoE) โ€” fast inference, reliable tools

Models to avoid for OpenClaw right now (regardless of how fast your GPU runs them):

  • Qwen 3.5 27B โ€” known broken tool-calling in Ollama (GitHub issue #14493)
  • Anything under 7B at any quant โ€” drifts under load

Can Your GPU Run It? (exact-answer guides)

See Also

Get guides like this in your inbox every Wednesday.

No spam. Unsubscribe anytime.

You'll probably need this again.

Press Cmd+D (Mac) or Ctrl+D (Windows) to bookmark this page.

Need OpenClaw fixed live?

Remote rescue sessions for gateway, auth, tunnel, VPS, and model access problems.

See Rescue Session

Next useful step

Read next

Best Local LLM for Intel Arc B580 (2026): 12GB Budget + Reality Check
The best local LLM for the Intel Arc B580 (12GB). What fits, IPEX-LLM/Vulkan support reality check, quants, tokens/sec, and honest OpenClaw advice.
Best Local LLM for Mac Studio M3 Ultra (2026): Up to 512GB
The best local LLM for the Mac Studio M3 Ultra (up to 512GB unified memory, ~800 GB/s). Run 70B at Q8, 100B+ MoE, and huge context locally.
Best Local LLM for MacBook Pro / Mac mini M4 Pro (2026)
The best local LLM for the Apple M4 Pro (up to 64GB unified memory). What fits per RAM tier, quants, tokens/sec, and OpenClaw setup on Apple Silicon.