Antworten

Frequently asked questions

About the estimates, what they mean, and how the site works. Questions about a specific card or model are answered on that card or model's own page.

01

What does "tokens per second" mean?

It is how fast a language model generates text on a given GPU — how many tokens (roughly, word pieces) it produces each second while you are chatting with it. A higher number means replies stream faster.

02

How accurate are the estimates?

Expect the real figure to land within about 20–40% of the estimate. The same GPU and model vary that much between inference engines, engine versions and serving configuration — no spec sheet predicts that, which is why every figure on this site is published as a range rather than a single number.

03

Why is your number so much lower than the throughput a hardware vendor publishes?

Vendor-published throughput is usually measured serving hundreds of requests at once. Our figure is for one person talking to the model, one request at a time — the number that actually describes running a model locally. The two are not comparable.

04

What does it mean for a model to "fit" on a GPU?

That the model's weights, its conversation cache and the runtime's own overhead all fit inside the card's usable memory at a given quantisation. A model can fit tightly, comfortably, or not at all — we show which, along with how much headroom is left.

05

What is quantisation, and why does it change whether something fits?

Quantisation compresses a model's weights to save memory, at a small cost to output quality. A model that does not fit at full precision often fits comfortably at a lower quantisation — we always report the best quality that fits a given card.

06

Which GPUs do you cover?

Thousands of cards from NVIDIA, AMD, Intel and Apple Silicon, from data-centre accelerators down to consumer cards. Coverage and estimate confidence are best on modern NVIDIA hardware, where the underlying inference engines are most mature.

07

Is gputps.com free to use?

Yes — browsing GPUs, models and every estimate on the site is free, with no account required.

08

How do I list a GPU for sale?

Register a free vendor account and add your listings — they appear directly on the matching card's page. See the become-a-vendor page for how it works and current pricing.

Still looking

Can't find what you're looking for?

Found a wrong figure, missing GPU, or have a suggestion? We would like to hear it.

The method

How the estimates are built

Spec sheets tell you what a GPU is. They do not tell you what it does with a language model. That is the gap we built this site to close.