Model picker

Which local AI model fits your computer

Local AI models range from 500 MB to hundreds of gigabytes, depending on size. A model too heavy for your hardware will hang or fail to load at all. Pick your GPU from the list or drag the slider — the calculator instantly tells you which model will actually run.

8 GB
No GPU selected — estimating from system RAM

Looks like Gemma 4 E4B (~4B active (MoE)) would fit

Recommended
Gemma 4 E4B
~4B active (MoE) · Q4_K_M · 4.98 GB
MoE model: fewer active parameters, but the full model still has to fit in memory
If you want to push it
Qwen3.5 9B
9B · Q4_K_M · 5.68 GB

On a CPU the model runs noticeably slower than on a GPU — fine for short everyday requests, can get annoying in long conversations.

Download Doka

The full model catalog

Real GGUF quant sizes (Q4_K_M) pulled from Hugging Face — not eyeballed estimates.

ModelParametersFile sizeMemory neededTier
Qwen3.5 0.8B0.8B0.53 GB2.1 GBvery weak hardware
Llama 3.2 1B Instruct1B0.81 GB2.5 GBvery weak hardware
Qwen3.5 2B2B1.28 GB3 GBlight
Llama 3.2 3B Instruct3B2.02 GB3.9 GBlight
Phi-4 mini Instruct3.8B2.49 GB4.5 GBmedium
Qwen3.5 4B4B2.74 GB4.8 GBmedium
Gemma 4 E2B~2B active (MoE)3.11 GB5.2 GBmedium
Mistral 7B Instruct v0.37B4.37 GB6.7 GBmedium
Gemma 4 E4B~4B active (MoE)4.98 GB7.5 GBmedium
Qwen3.5 9B9B5.68 GB8.3 GBpowerful
GigaChat3.1 10B A1.8B10B (1.8B active, MoE)6.47 GB9.3 GBpowerful
Gemma 4 12B12B7.12 GB9.9 GBpowerful
Mistral Nemo 12B Instruct12B7.48 GB10.5 GBpowerful
Phi-4 14B14B9.05 GB12.4 GBpowerful
Gemma 4 26B A4B26B (4B active, MoE)16.95 GB21.8 GBtop-end

Not included in the local picks

Even the lightest usable quant doesn't fit consumer hardware — available through Doka Cloud instead.

  • DeepSeek V4 FlashМладший вменяемый квант (IQ2_XXS, уже заметная потеря качества) — 86,7 ГБ. Более лёгкие файлы в репозитории (3,8–6 ГБ) — это MTP/draft-модули, а не полная модель.
  • Llama 4 Scout 17B-16EMoE с 16 экспертами — даже младший квант (TQ1_0, экстремальная потеря качества) весит 29,3 ГБ. Название «17B» — активные параметры, реальный вес на диске в разы больше.

Frequently asked questions

How accurate is this calculator?

We use the official VRAM size for each card model — a fixed number from the manufacturer, no guessing involved. Accuracy depends on picking the right model (and, for cards with multiple VRAM versions — like the RTX 4060 Ti at 8 or 16 GB — the right one). Every model in the catalog already has headroom built in for OS overhead and conversation context, so the recommendation isn't cutting it close.

Can I run an AI model without a graphics card?

Yes — on integrated graphics or with no GPU at all, the model runs on the CPU. It's slower, but perfectly usable for everyday tasks with lighter models (1–4B parameters). Pick “No GPU” and set your RAM with the slider.

What's MoE, and why does it still need as much memory as a full model?

MoE (mixture-of-experts) is an architecture where only part of the weights are active per token, which makes inference faster. But all the weights still have to fit in memory at once — MoE saves compute, not RAM or VRAM.

Why isn't DeepSeek or Llama 4 Scout in the calculator?

Both models weigh 30 to 90+ GB even at the lightest practically usable quant — well beyond any consumer computer's memory. You can still use them through a cloud provider in Doka, just not locally.

I have a Mac — how do I use this?

On Apple Silicon (M1–M4), memory is unified between CPU and GPU — there's no separate VRAM limit, the whole RAM pool is available to the model. Pick “No GPU” and set the slider to your Mac's total RAM (usually 8, 16, 24, or 32 GB).