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.
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 do I need to buy?
Pick the model and how well you want it to run. We work back to the cheapest card or machine that gets there, used parts included.
Can my card run it?
A direct yes or no for popular pairings, with what to run instead when the answer is no.
Compare two models
Side by side on the same device. The gap usually shows up in the context column rather than the weights.
Which GPU should I buy?
Memory decides what loads, bandwidth decides how fast it answers, and they are separate purchases.
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".