Find the perfect AI model
for your computer
Not just “can I run it?” — which model, at what quant, how fast, and what to run it with. Grounded in real VRAM, memory-bandwidth and quantization math.
What do you want it for?
Best models for your rig
8 runnable · ranked by codingDeep dive · Qwen3 8B
Upgrade optimizer
What a GPU upgrade does for Qwen3 8B at Q4_K_M — real speedup, not marketing.
Tap a card to load that GPU into the console above. Speedups compare decode tok/s for this exact model, quant and context.
Community benchmarks
1 reportReal measured speeds from the community, calibrating the estimate for Qwen3 8B on your GPU.
Estimates model single-stream decode as memory-bandwidth bound (tok/s ≈ usable bandwidth ÷ active-weight bytes) with an 82% GPU / 55% CPU efficiency factor, KV-cache and framework overhead added to the memory footprint. Real throughput varies with backend, driver, batch size and quant kernel — treat these as a calibrated starting point, not a benchmark.
Which LLM can your PC run? — FAQ
Straight answers to what people ask before running a local LLM. Every figure here is grounded in the same VRAM & memory-bandwidth math the advisor uses above.
Which LLM can my PC run?
It depends on your GPU's VRAM and memory bandwidth. As a rule of thumb, an 8 GB card runs 7–8B models at Q4, 12 GB runs up to ~14B, 16–24 GB runs 24–32B, and 48 GB+ (or Apple Silicon unified memory) runs 70B models. The Local AI Advisor detects your exact hardware and lists every model that fits, how fast it runs, and the best quantization to use.
How much VRAM do I need to run an LLM?
A rough rule: model VRAM ≈ parameters (in billions) × bits-per-weight ÷ 8, plus the KV cache for your context and ~1 GB of overhead. An 8B model at Q4_K_M needs about 4.8 GB of weights, so ~6–7 GB total — comfortable on an 8 GB card. A 70B model at Q4 needs roughly 40 GB. The advisor computes the exact footprint for any model, quant and context length.
What GPU do I need to run a 70B model locally?
A 70B model at Q4_K_M needs roughly 40 GB of memory, so a 48 GB card (like an RTX A6000), two 24 GB GPUs, or Apple Silicon with 64 GB+ of unified memory can run it fully in memory. On a 24 GB card it only runs by offloading part of the model to system RAM, which drops speed sharply — a 24–32B model is the sweet spot for a single 24 GB GPU.
How fast will an LLM run on my hardware (tokens per second)?
Single-stream text generation is memory-bandwidth bound: each token reads the active weights once, so tokens/sec ≈ usable memory bandwidth ÷ active-weight bytes. For example an RTX 4090 (~1008 GB/s) runs an 8B model at Q4 around 120+ tokens/sec — far faster than reading speed. The advisor estimates realistic tokens/sec for every GPU, model and quantization.
Do I need a GPU to run local AI?
No — you can run smaller models on the CPU alone, but it is much slower because system RAM bandwidth is far lower than GPU VRAM bandwidth. A dedicated GPU, or Apple Silicon with its fast unified memory, is strongly recommended for anything above ~3B parameters if you want a usable, interactive speed.
Which quantization should I use?
Q4_K_M is the default sweet spot — about 97.5% of full quality at ~4.8 bits per weight. Use Q5_K_M or Q6_K for near-lossless output if the model still fits in memory, and only drop to Q3, IQ3 or Q2 when you need to squeeze a larger model into limited VRAM.
Is Ollama or LM Studio faster for local LLMs?
Throughput is nearly identical — both run llama.cpp / GGUF under the hood, so speed is set by your hardware and quantization, not the app. Choose Ollama for CLI and automation, LM Studio for a friendly GUI (and its MLX backend on Apple Silicon), or vLLM / TabbyAPI when you need to serve many concurrent requests.
Can my laptop run local LLMs?
Yes. A laptop with a 6–8 GB dedicated GPU runs 7–8B models comfortably, and Apple Silicon MacBooks with 16 GB+ of unified memory run 8–14B models well (larger models with more memory). The advisor detects laptop GPUs and integrated graphics, and estimates the slower CPU-class speed when there is no dedicated GPU.
Why do Mixture-of-Experts models like Qwen3-30B-A3B feel so fast?
MoE models only activate a fraction of their parameters per token — Qwen3-30B-A3B activates about 3B of its 30B parameters. Because generation speed depends on active-weight bytes, it decodes roughly as fast as a 3B model while answering with 30B-scale quality, which is why it feels much quicker than a dense 32B model.
More AI & compute tools
Planning past a single machine? Our AI-hardware suite sizes, costs and compares the compute — from fitting a model on one GPU to serving it to millions.
Will a model fit your GPU's HBM & SRAM? Layer-wise memory profiling plus parallelism advice.
Open toolGPU count, memory & bandwidth to serve an LLM at scale — continuous batching & prefix caching.
Open toolInfrastructure cost per generated token — self-hosted vs API, KV-cache aware.
Open toolPer-query, per-token and per-hour inference TCO across cloud, edge and hybrid.
Open toolMemory-bandwidth needs for your workload — eliminate memory-bound bottlenecks.
Open toolCompare NVIDIA, AMD, TPU, Trainium & custom ASICs on perf, cost, power and TCO-per-FLOP.
Open tool