Best local LLM for 12GB

Short answer: DeepSeek-V2-Lite Chat at AWQ INT4 for general use — 9.1 GB of 12GB, leaving 2.9 GB. Also: Gemma 3 12B IT (Images).

“Best” here means the largest model in its category that clears the card with headroom left, at the highest-quality quant that still fits. This index measures memory and published perplexity, not task quality — it cannot tell you which model answers better, and does not pretend to.

The picks

ForModelQuantEst. VRAMHeadroomLossWhy
General · CodingDeepSeek-V2-Lite Chat16BAWQ INT49.1 GB2.9 GB4.0%The largest in its category that still leaves headroom. At AWQ INT4 it gives up 4.0% perplexity against FP16. Only at 4K context — a longer window does not fit.
ImagesGemma 3 12B IT12BQ4_K_M9.3 GB2.7 GB2.9%The largest in its category that still leaves headroom. At Q4_K_M it gives up 2.9% perplexity against FP16. Only at 4K context — a longer window does not fit.

Sized at 4K context with a 10% activation buffer; 46 of 81 models in the index clear this budget comfortably. Loss is the quantizer’s published perplexity figure against FP16, or a dash where none was published.

Cards this applies to

What fits is decided by capacity alone, so every card here returns the same list. What differs is how fast it reads the weights — each card’s page states its bandwidth and what that costs you.

What does not fit

The nearest miss is Codestral 22B. Its smallest build in this index, AWQ INT4, needs about 12.6 GB — 0.6 GB over 12GB, before any context beyond 4K. Offloading to system RAM will load it at a speed set by your RAM, which is a different machine rather than a smaller quant.

Pushing context

At 4K context 46 models clear this budget. At 16K it is 36, and at 32K it is 28. The weights do not change — the KV cache is what grows.

Check your exact context length

Common questions

What is the best local LLM for 12 GB of VRAM in 2026?

DeepSeek-V2-Lite Chat at AWQ INT4 for general use — 9.1 GB of 12 GB, leaving 2.9 GB. Gemma 3 12B IT if you want images. "Best" here means the largest model in its category that clears the card with headroom — this index measures memory and published perplexity, not task quality, so it cannot rank models on how well they answer.

How many models fit 12 GB?

46 of the 81 models in this index clear it comfortably at 4K context — comfortably meaning the estimate uses at most 88% of the memory, so there is margin for the display and the runtime. At 16K that falls to 36, and at 32K to 28: the KV cache is what moves, not the weights.

What will not run on 12 GB?

The nearest miss is Codestral 22B: its smallest build here, AWQ INT4, needs about 12.6 GB — 0.6 GB over, before any context beyond 4K. Offloading part of it to system RAM will load it, at a speed set by your RAM rather than your card; that is a different machine, not a smaller quant.

Do all 12 GB cards run the same models?

They hold the same models — what fits is decided by capacity alone, so all 8 cards at this tier return this same list. What differs is how fast they read the weights: token generation reads the whole weight set once per token, so memory bandwidth sets the ceiling, and two cards with identical memory can be more than 2.5× apart on it. Each card's own page states its bandwidth and what that implies.