LLM hardware requirements: what you actually need

The most common question in local AI is some version of "can my machine run this?" The answer comes down to one number: how much memory the model can live in. This page is the sizing chart we hand every new member, with the reasoning behind it.

The one rule that explains everything

A quantized model (q4, the standard sweet spot of quality versus size) needs roughly 0.6 GB of memory per billion parameters, plus 2 to 4 GB of headroom for context. An 8B model wants about 5 GB. A 14B model wants about 9 GB. A 32B model wants about 20 GB. Where that memory lives determines your speed: GPU VRAM is fast, Apple unified memory is nearly as good, and CPU RAM works but is several times slower.

The sizing chart

Your memoryModel classFeels likeGood for
8 GB RAM, no GPU3BQuick, modest depthAutocomplete, tagging, simple Q&A, learning the tooling
16 GB RAM, no GPU8BCapable, slow on CPUSummaries, drafts, light document search
12 GB VRAM or 32 GB RAM14BFast and truly usefulCoding help, document work, daily agent workloads
16-24 GB VRAM or 48 GB unified32BWhere local gets seriously goodMost dev workflows, strong RAG and agents
48+ GB VRAM or 64+ unified70BNear frontier, always onHard reasoning, long context, serving a household

What to buy at each budget

Under $400: a used mini-PC. A renewed Ryzen box with 32 GB of RAM runs 8B models and teaches you the whole stack before you spend real money. This is the right first purchase for most people, and it is the one we most often talk members into instead of a GPU they do not need yet.

$900 to $1,600: a 16 GB GPU workstation. The workhorse tier. Runs 14B models fast and 32B models with careful quantization. If you do real work with local AI, this is where the price-to-capability curve is kindest.

$1,000 to $2,400: Apple silicon. A Mac mini or Studio with 32 to 64 GB of unified memory runs large models silently and sips power. The GPU can address roughly two thirds of unified memory for weights, so a 48 GB Mac is effectively a 32B-class machine. The best choice for an always-on agent box on a desk.

The buying rules

Memory prices are volatile in 2026 and specific model recommendations shift monthly as new releases land. We keep current picks and prices updated in the RunLLMsLocally Discord, and the free starter kit includes a script that detects your hardware and picks the right model automatically.