"What GPU do I need for AI?" is the wrong first question. The right one is "will an LLM run on the machine I already have?" – and the answer is a checklist, not a product pick. VRAM decides whether a model loads; system RAM, CPU, storage, and power decide whether it runs well. This guide walks the full checklist in order, with the numbers from our own VRAM guide and Lab benchmarks on a 12 GB RX 6800M.

If you finish this and decide you need a new card instead, the best GPU for local LLMs picks up where this leaves off. If you want the exact number for your setup, the LLM VRAM Calculator does the math with a fit verdict for your GPU.

The short version

1. VRAM: the gatekeeper

A model either fits in VRAM or it doesn't – there is no "minimum settings" mode that makes a 70B model run on an 8 GB card. At the community-standard Q4_K_M quantization, plus ~1–3 GB for KV cache and overhead:

Model sizeQ4 weightsTotal neededFits on
7–8B~4–5 GB~6 GB8 GB card (RTX 4060, RX 7600)
13–14B~9–10 GB~11 GB12–16 GB card
27–32B~18–21 GB~22 GB24 GB card (RTX 4090, RX 7900 XTX)
70B~40–45 GB~48 GBDatacenter card or cloud – not home hardware

Two footnotes that bite beginners: long context eats VRAM (128K context can add 3–6 GB of KV cache – a whole tier), and higher quantization costs VRAM (Q8 roughly doubles the weights column). Our quantization guide shows what you gain for it.

2. System RAM: the safety net

System RAM matters twice: the OS, browser, and engine need their share (8 GB just to breathe), and RAM is where overflow goes when VRAM runs out. 16 GB is the minimum for any local-AI machine; 32 GB if you want partial CPU offload as a fallback – a 30B Q4 can limp along on a 16 GB card with 32 GB of system RAM, at 5–15 tok/s. Slow, but it runs, which beats not running.

3. CPU: speed, not fit

The CPU doesn't decide whether a model loads – but it decides prompt-eval speed (how fast long documents get absorbed) and how painful offload is. Rule of thumb: 6+ modern cores (any Ryzen 5 / Core i5 from the last five years). Below that, even a good GPU feels sluggish on long prompts because the CPU can't feed it.

4. Storage: bigger and faster than you think

Model files are large and you will collect them: a 7B quant is ~5 GB, a 32B quant ~20 GB, and you will keep three "just to compare." 512 GB NVMe minimum, 1 TB comfortable. Speed matters at load time (NVMe vs SATA is seconds vs a minute per model load) and for offload swap – never put models on a spinning drive you also boot from.

5. PSU, cooling, OS: the unglamorous trio

Three machines, verdicts

Bottom line

Check in order: VRAM → RAM → CPU → storage → PSU. Most "can I run local AI?" questions are answered at step one – 8 GB means 7B, 16 GB means 14B, 24 GB means 32B. Run your exact model through the VRAM calculator before spending money, and only then ask which card to buy.