Local AI, checked before you download

Will that model run on your machine?

Pick your hardware. We work out which models fit, which quantisation to download, how much room your context window leaves, and roughly how fast it will answer. No sign-up, nothing leaves your browser.

Common picks
Context window
Operating system
System RAM

Results

Model Params Verdict Best fit VRAM used Speed Max context
Loading the catalogue…

Asking it the other way round

If you have not bought the hardware yet, start from the model instead.

What the numbers mean

Weights are only part of it

A 4-bit 8B model is 4.8 GB of weights. Loaded with a 32k window it wants closer to 11 GB, because the attention cache grows with every token in the conversation.

Two same-size models can differ by 12 GB

Grouped-query attention cuts the cache by four to eight times. We read each model's real KV-head count rather than assuming, which is why our answers sometimes disagree with rules of thumb.

Speed follows bandwidth, not TFLOPS

Generating a token means reading every active weight from memory. That makes memory bandwidth the ceiling, which is why a fast card with slow memory disappoints.

Not fitting is not the end

Runtimes split a model between GPU and CPU. We tell you how many layers land on the card and what that does to the speed, instead of stopping at "no".