What LLM can your machine actually run?
Pick your GPU or Mac. We match it against real GGUF file sizes from Hugging Face — not estimates — and tell you which models fit, at which quantization, with how much context, and the exact command to start. If a model is out of reach, we show what the hosted API costs instead.
27 models tracked · sizes refreshed 8 Jul 2026 · no affiliate links
1 · Your hardware
RTX 4060 (8GB) → usable for models: 7.4 GB (VRAM minus ~0.6GB display reserve)
2 · What runs on it
Qwen2.5 VL 7B
8.3BvisionchatStrong local vision-language model: screenshots, documents, OCR-ish tasks.
Qwen3 8B
8.2BchatcodingreasoningBest all-rounder at 8B right now; optional thinking mode.
Llama 3.1 8B
8BchatThe classic 8B baseline; huge fine-tune ecosystem.
Qwen2.5 Coder 7B
7.6BcodingPurpose-built code model; pairs well with local IDE assistants.
DeepSeek R1 Distill 7B
7.6BreasoningReasoning distill — shows chain-of-thought locally on modest hardware.
Gemma 3 4B
4.3BchatvisionGreat small chat model with vision; the default pick for 6GB cards.
Qwen3 4B
4BchatreasoningThinking mode in a 4B — surprisingly capable for the size.
Llama 3.2 3B
3.2BchatSolid all-round small model for 4-6GB VRAM machines.
Qwen3 1.7B
1.7BchatSmall but modern; better instruction-following than older 3B models.
Llama 3.2 1B
1.2BchatFastest sane chat model; fine for autocomplete-style helpers on old laptops.
Too big for this machine
These need more memory than you have — but every one of them (or a close equivalent) is an API call away, and at low volumes the API is usually cheaper than a GPU upgrade.
- Mistral Nemo 12Bneeds ~9 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Gemma 3 12Bneeds ~8 GB+→ via API: $0.05/$0.15 per 1M tokens
- Phi-4 14Bneeds ~10 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Qwen3 14Bneeds ~10 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Qwen2.5 Coder 14Bneeds ~10 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- DeepSeek R1 Distill 14Bneeds ~10 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- gpt-oss-20bneeds ~14 GB+→ via API: $0.029/$0.14 per 1M tokens
- Mistral Small 3.2 24Bneeds ~15 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Gemma 3 27Bneeds ~17 GB+→ via API: $0.08/$0.16 per 1M tokens
- Qwen3 30B A3B (MoE)needs ~19 GB+→ via API: $0.0482/$0.193 per 1M tokens
- Qwen2.5 Coder 32Bneeds ~20 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Qwen3 32Bneeds ~20 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- DeepSeek R1 Distill 32Bneeds ~20 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Llama 3.3 70Bneeds ~41 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- DeepSeek R1 Distill 70Bneeds ~41 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- Llama 4 Scout (109B MoE)needs ~62 GB+→ cheapest capable API alternative: gpt-oss-120b at $0.06/1M blended
- gpt-oss-120bneeds ~67 GB+→ via API: $0.03/$0.15 per 1M tokens
Compare the full API market on the pricing calculator and the value leaderboard.
Or browse by hardware tier
How the estimate works
Memory needed = real GGUF file size × 1.05 + KV-cache + 0.4GB runtime buffer. KV-cache is estimated at ~0.014GB per 1k tokens per billion parameters (a GQA-era heuristic; MoE models slightly overestimate, which errs on the safe side). Usable memory = VRAM − 0.6GB on dedicated GPUs, or 72% of unified memory on Apple Silicon (the default macOS GPU limit).
File sizes come straight from each model's GGUF repository on Hugging Face and are refreshed automatically. Tokens-per-second depends on memory bandwidth and backend, so we deliberately don't fake speed numbers — if it fits with headroom, it runs. New notable open models are added as they appear on our radar.