GPU VRAM Reference: What Each Card Actually Gives You

A VRAM reference for local LLMs: nominal memory of common NVIDIA, AMD, and Apple cards, plus why usable VRAM is always less than the spec sheet says.

By VRAM Fit editorial Published 2026-09-16 Updated 2026-09-16

GPU VRAM Reference: What Each Card Actually Gives You

When you plan a local model, the first number you need is how much memory your card exposes. This page collects nominal VRAM for common cards across NVIDIA, AMD, and Apple. The critical caveat follows the table: the printed number is not the number your model receives.

Discrete NVIDIA cards

CardNominal VRAMCommon local-LLM role
RTX 306012 GBEntry 7B/13B at mid quant
RTX 4060 Ti16 GB13B comfortable, 7B with headroom
RTX 309024 GBPopular 13B/34B, tight 70B
RTX 409024 GBFast 13B/34B, tight 70B
RTX 509032 GBLarge 34B, partial 70B
RTX 408016 GB13B class

Discrete AMD cards

CardNominal VRAMNotes
RX 6700 XT12 GBROCm-supported, 7B/13B
RX 7900 XTX24 GBLarge consumer pool on AMD side
RX 76008 GBSmall models only

Apple Silicon unified memory

TierNominal poolUsable for model (estimate)
M-series 16 GB16 GB~11 GB
M-series 24 GB24 GB~18 GB
M-series 36 GB36 GB~28 GB
M-series 48 GB48 GB~39 GB
M-series 64 GB64 GB~54 GB
M-series 96 GB96 GB~84 GB
M-series 128 GB128 GB~115 GB

The Apple rows show nominal unified memory, not the model ceiling; the system reserve lowers the usable figure further.

Integrated graphics

Most integrated GPUs share system RAM and expose little or no dedicated memory, so they are not a fit for anything past tiny models. If you run on integrated graphics you are effectively using CPU plus system RAM, which means CPU offload.

Nominal is not usable

Every card in the table reserves memory before your model sees it. The driver allocates a context, the compute stack holds buffers, and the inference engine keeps graphs and workspaces. On a 24 GB card the model might realistically get a few gigabytes less than 24. The exact shortfall depends on the driver version and the engine, so plan with a margin rather than to the exact spec.

This gap is why the VRAM calculator asks for available VRAM as a separate input instead of assuming the box number. Enter what the model can actually use, not the marketing figure.

How to use this table

  1. Find your card’s nominal VRAM.
  2. Subtract a few gigabytes for the reserve and engine overhead.
  3. Compare that usable figure to the weight size of your target model from the quantization comparison.
  4. Add the KV cache for your planned context from the context length cost page.
  5. If the sum fits with margin, you are set; if not, lower the quant or pick a smaller model.

Laptop and mobile variants differ

A mobile graphics chip with the same name as a desktop card almost always ships less memory and lower power. The RTX 4090 in a laptop is not the same device as the desktop RTX 4090 and exposes a different memory total. When matching a model to a laptop, read the specific mobile SKU’s memory rather than trusting the shared name. The same caution applies to integrated graphics, which borrow from system RAM and should be treated as CPU-offload hardware, not as a fit card.

Specs can drift

Vendor revisions sometimes change memory on the same model name, and mobile variants almost always differ from desktop ones. The values above are the common nominal figures as of writing; confirm the exact card you own against the manufacturer page before buying or planning around a specific number. This table is a planning aid, not a specification guarantee.

Frequently asked questions

Why is usable VRAM less than the number on the box?

The driver, CUDA or ROCm context, and the engine reserve part of the memory at load time. A 24 GB card typically leaves the model a few gigabytes less once those allocations are made.

Which consumer card has the most VRAM?

Among the common desktop cards listed here, the 32 GB class sits at the top of the consumer range. Beyond that you move into workstation cards or Apple unified memory, covered separately.

Do these numbers include Apple Silicon?

The table lists Apple unified memory tiers alongside discrete cards, but unified memory is shared with the system, so the usable-for-model figure is lower. See the Apple Silicon page for that adjustment.

Should I buy a card based on this table?

This page is a reference, not a buying guide. Match your target model's size against the nominal column, then subtract the reserve.

Are the specs guaranteed exact?

They are manufacturer nominal values and can change with revision. Always confirm against the vendor page for the exact card you own or plan to use.