Entry
8–16 GB RAM · integrated graphics
1B–3B quantized
Good for private drafting, summaries, and lightweight coding helpers. Expect CPU-speed responses and keep context modest.
Buying guide
Local inference is mostly a memory-capacity and bandwidth problem. These tiers map the spec sheet to workloads you can realistically enjoy.
Entry
8–16 GB RAM · integrated graphics
Good for private drafting, summaries, and lightweight coding helpers. Expect CPU-speed responses and keep context modest.
Mid range
16–32 GB RAM · 8 GB VRAM
The local-LLM sweet spot. A modern 8 GB GPU runs capable 7B/8B models comfortably and some 14B models tightly.
High end
32–64 GB RAM · 16–24 GB VRAM
Fast enough for stronger reasoning and coding models. Some 70B Q4 workloads can spill to system RAM, but speed falls.
Workstation
64–192 GB RAM · multi-GPU
For large dense models, long contexts, batching, and throughput. Memory bandwidth and interconnect now matter as much as capacity.
Apple Silicon
Apple’s CPU and GPU share unified memory. A 64 GB Mac can make most of that pool available to model weights, where a PC’s 64 GB system RAM and 8 GB GPU are separate. It does not make the model smaller, but it can avoid slow transfers and let larger models use the GPU.
The vocabulary
The learned weights inside a model. More parameters usually mean more memory, not automatically more useful output.
Storing weights at lower precision. Q4 uses roughly a quarter of FP16 weight memory, with a modest quality tradeoff.
How much text the model can keep in working memory. Longer context grows the KV cache and adds memory beyond the weights.
CPU inference is broadly compatible but slower. A GPU provides much higher memory bandwidth and parallel compute.
The practical speed measure. Capacity tells you if a model loads; bandwidth and compute tell you how fast it responds.