VRAM tiers · measured gates across our fleet · Updated July 2026
A 8GB GPU runs 3 of the 12 AI workloads we benchmark and is locked out of 9. 8GB is the entry floor for local AI, and it is a real floor rather than a soft one. You get small language models and classic image generation, and that is genuinely most of what people do, but every modern diffusion model and everything above a 14B parameter LLM is simply out of reach. Every floor below is measured: we ran each model on each card until it failed, and published where it failed.
8GB is the entry floor for local AI, and it is a real floor rather than a soft one. You get small language models and classic image generation, and that is genuinely most of what people do, but every modern diffusion model and everything above a 14B parameter LLM is simply out of reach.
What runs on 8GB. Measured floors from our own gate testing
| Model | Type | VRAM floor | On 8GB? |
|---|---|---|---|
| Qwen3 4B | LLM | ~5GB | Runs |
| Llama 3.1 8B | LLM | ~8GB | Runs |
| Stable Diffusion XL | Image | ~8GB | Runs |
| Qwen2.5-Coder 14B | LLM | ~11.5GB | Won't fit (short 3.5GB) |
| Z-Image Turbo | Image | ~13GB | Won't fit (short 5GB) |
| LTX-Video | Video | ~14GB | Won't fit (short 6GB) |
| Wan 2.2 (720p) | Video | ~18GB | Won't fit (short 10GB) |
| Qwen3 32B | LLM | ~20GB | Won't fit (short 12GB) |
| FLUX.1-dev | Image | ~26GB | Won't fit (short 18GB) |
| FLUX.1 Kontext | Editing | ~26GB | Won't fit (short 18GB) |
| Llama 3.3 70B | LLM | ~42GB | Won't fit (short 34GB) |
| Qwen-Image-Edit | Editing | ~42GB | Won't fit (short 34GB) |
Floors are measured at Q4_K_M for language models and BF16 for diffusion (SDXL at FP16). A smaller quantisation lowers the requirement and the quality, we don't mix precisions in one column.
Two things decide whether a GPU can do AI, and people consistently get the order wrong. Capacity decides what runs. Bandwidth decides how fast it runs. Capacity comes first, because a model that doesn't fit doesn't run slowly: it doesn't run at all, and no amount of bandwidth rescues it. That's why our AI Score treats a won't-fit as a zero rather than quietly excluding it. The practical consequence: shop for the VRAM tier that clears the models you actually intend to use, then optimise for bandwidth within that tier. Buying a faster card at the same capacity gets you a percentage. Buying the next capacity tier up can get you a model you literally could not run before.
8GB runs a useful assistant and SDXL. It does not run modern image models, and no setting changes that. On our measured gates, 8GB clears 3 of 12 workloads and misses 9, the nearest being Qwen2.5-Coder 14B at ~11.5GB, short by 3.5GB. Buy capacity first and bandwidth second: capacity decides what runs, bandwidth only decides how fast.
The VRAM floors on this page are measured, not calculated. We ran every model in our suite on every GPU in our fleet and recorded where it failed. When a model exceeds a card's VRAM we publish a hard won't-fit result with the requirement we observed, rather than quietly dropping to a smaller quantisation to produce a number, a card that can't run a model scores zero on it in our AI Score. LLMs are measured at Q4_K_M on llama.cpp (llama-bench, -p 512 -n 128). Diffusion and video run at BF16 on diffusers/ComfyUI, with SDXL at FP16. Floors are for those precisions: running a model at a smaller quantisation will lower its VRAM requirement and its quality, and we don't mix the two in one column. Two caveats worth stating plainly. First, these floors assume the model is the only thing on the card: a display attached to the same GPU, or a desktop compositor, eats into your headroom. Second, some workloads gate on system RAM as well as VRAM, LTX-Video wants roughly 20GB of host RAM and Wan 2.2 wants around 38GB, and a card with enough VRAM in a RAM-starved machine still fails. We gate on both. Speed figures are single-GPU, single-stream, batch-size-1, from our own runs. Cards labelled Measured were rented and run by us; Estimated cards are interpolated per workload against those anchors and labelled on every row.