Local LLM Hardware Guide: GPUs, RAM, Apple Silicon, and the Used Market

By , Ready Utilities

Last updated: September 2026

If you're buying hardware specifically to run a local LLM, this is the guide to read first. It covers what actually matters, which GPUs are worth it at each budget, how Apple Silicon's unified memory changes the math, and what to check before buying used.

What actually matters: VRAM first, then bandwidth, then RAM

Three numbers decide how a local model runs on your machine, and they matter in this order:

  • VRAM (or unified memory) capacity decides whether a model fits at all. If the model's weights plus context don't fit in memory, it either won't load or it spills into much slower system RAM.
  • Memory bandwidth decides how fast it runs once it fits. Two cards with the same VRAM can generate tokens at very different speeds if their bandwidth differs.
  • System RAM matters far less for GPU inference. It mostly comes into play if you're offloading part of a model that doesn't fully fit in VRAM, or running CPU-only.

Use the hardware calculator to check a specific model and quantization against your own numbers before reading the tier breakdown below.

Best GPUs for local LLMs by budget tier

VRAM capacity is the deciding factor at every tier. Speed differences matter, but a card that doesn't have enough VRAM won't run the model at all, regardless of how fast it is. One thing worth knowing before you shop: 2026 has seen a broad, memory-driven price surge across nearly every tier here, so treat "budget" and "flagship" as relative positions in the lineup, not a promise about what you'll actually pay. Check current street prices before assuming any of these sit near their original launch price.

GPUVRAMComfortable at Q4Notes
RTX 306012 GBUp to ~14BBudget-tier by lineup position; NVIDIA relaunched this card in mid-2026 near its original price, but it has climbed noticeably since, so check current pricing rather than assuming it's still cheap
RTX 4060 Ti 16GB16 GBUp to ~20BBest VRAM-per-dollar in the budget-to-mid range
RTX 507012 GBUp to ~14BFaster than the 3060, same VRAM ceiling
RTX 5070 Ti / 508016 GBUp to ~20BComfortable mid-high tier
RTX 409024 GBUp to ~32BDiscontinued as new stock in 2026; still widely used and available used, at prices well above its old MSRP
RTX 509032 GBUp to ~32B with headroomCurrent flagship; 70B models are a tight Q4 fit at best. Street pricing has run well above its $1,999 MSRP through 2026, so confirm current cost before treating this as a default pick
RX 7900 XTX24 GBUp to ~32BStrong VRAM for the price, but weaker AI software support (ROCm) than NVIDIA's CUDA ecosystem for most local-AI tools

"Comfortable at Q4" means the model's Q4_K_M weights plus typical short-context overhead fit with headroom, per the same math the hardware calculator uses. Run your exact model size through it rather than trusting the table alone. If you're on Windows and none of these GPUs seem to be getting used, check the install-order issue first before assuming it's a hardware problem.

Apple Silicon: how unified memory changes the math

Apple Silicon Macs don't have separate VRAM. The CPU, GPU, and Neural Engine share one pool of unified memory, so the Mac's total RAM figure is the number that matters for fitting a model, not a separate GPU spec.

  • MacBook Air (M4): ships with 16GB unified memory, configurable to 24GB or 32GB. The 16GB base model comfortably handles 8B models at Q4; 24GB opens up the 13-14B range.
  • Mac Studio (M5 Max): 36GB base, configurable up to 128GB, with up to 614GB/s memory bandwidth. Enough headroom for 32B-70B models depending on configuration.
  • Mac Studio (M5 Ultra): 96GB base, configurable up to 512GB, with up to 1.2TB/s bandwidth. This is the tier where very large open-weight models become usable locally, at a significant price premium (Apple prices unified memory upgrades at roughly $25 per GB).

The tradeoff: unified memory bandwidth is generally lower than a high-end discrete GPU's dedicated VRAM bandwidth, so token generation speed on a Mac can lag a well-matched NVIDIA card even when both technically "fit" the same model. Capacity is Apple Silicon's advantage; raw speed is usually the discrete GPU's.

Buying used: what to actually check

A used GPU is often the best value in this hobby, since VRAM capacity (the number that matters most for local AI) doesn't degrade with age the way some other components do. Before buying:

  • Confirm the VRAM capacity matches the exact model name. Some GPU families ship in more than one VRAM configuration under similar names; check the specific SKU, not just the family name.
  • Ask about usage history. A card that ran 24/7 under sustained load (mining or render farms) has more wear than one used for gaming a few hours a day, even at the same age.
  • Check the power connector generation. Newer high-wattage cards use different connector standards than older ones; make sure it matches your power supply without an adapter chain you don't trust.
  • Verify it's still on a driver branch that gets updates. Older cards eventually age out of current driver support, which can affect compatibility with newer inference software.

When you don't need a GPU at all

Small models (roughly 7-8B parameters at Q4) run acceptably on CPU and system RAM alone, without a dedicated GPU. Expect noticeably slower generation, commonly in the range of a few tokens per second rather than the tens of tokens per second a GPU delivers, which is fine for occasional use or non-interactive batch tasks but frustrating for real-time chat. If you already own a machine with at least 16GB of system RAM and no interest in buying a GPU, it's worth trying a small model this way before spending anything.

GPU specifications above come from manufacturer product pages and current hardware press (NVIDIA and AMD spec sheets, RunPod's RTX 5090 technical guide, and 2026 GPU tier roundups). Apple Silicon specifications are pulled directly from Apple's published Mac Studio and MacBook Air tech spec pages, current as of the M5 Mac Studio launch in late August 2026. Pricing context was rechecked in September 2026 against current market tracking, given how sharply 2026 GPU pricing has moved since launch MSRPs. This guide gets rechecked whenever a new GPU generation or Apple Silicon chip ships, and periodically for pricing shifts even between generations, since VRAM tiers change less often than street prices do.

Sources

  1. RunPod (opens in new tab)
  2. FaceOfIT (opens in new tab)
  3. Tom's Hardware (opens in new tab)
  4. Apple Support (opens in new tab)
  5. Apple (opens in new tab)
  6. Tech Times (opens in new tab)
  7. AI Tool Discovery (r/LocalLLaMA community summary) (opens in new tab)
  8. BuySellRam (opens in new tab)
  9. VideoCardz (opens in new tab)

Frequently asked questions

Do I need a GPU at all to run a local LLM?

No. Small models around 7-8B parameters run on CPU and system RAM alone, just much slower than on a GPU. A GPU becomes worthwhile once you want real-time chat speed or want to run larger models.

Is more VRAM always better than a faster GPU?

For local AI specifically, yes, in the sense that VRAM determines what you can run at all, while speed only determines how fast. A slower card with more VRAM can run models a faster card with less VRAM simply cannot load.

Should I buy a used GPU for this?

Often yes. VRAM capacity, the spec that matters most here, doesn't degrade with normal use the way some other components can. Check usage history, confirm the exact VRAM configuration, and verify driver support before buying.

Does Apple Silicon or a discrete GPU run local models faster?

A well-matched discrete NVIDIA GPU is usually faster at generating tokens once a model fits, because its dedicated VRAM bandwidth tends to be higher. Apple Silicon's advantage is capacity: unified memory lets a Mac fit much larger models than a comparably priced discrete GPU setup, even if it generates each token a bit slower.