The catalogue

AI models and the GPUs that run them

Every large language model we have on file, with its parameter count, who built it, and whether the weights are open enough to download and run yourself. Open any model to see which graphics cards can hold it, at which quantisation, and roughly how many tokens per second to expect.

This is the reverse of starting from hardware. If you already know which model you want, this is where you find out what it takes to run it — the GPU catalogue works the other way, starting from a card you already own.

3,567

models on file

1,335

with open weights

2,232

closed or unstated

1,314

organisations

50

countries

Every word has to match something, so more words narrow the list. A size such as 27b matches on the parameter count even when the name does not mention it.

Parameters Any – any

3,567 models match

Updating
Weights Domain
Claude Opus 5 Anthropic United States of America Jul 2026 Closed Language, Vision, Multimodal
Gemini 3.5 Flash Cyber Google DeepMind United States of America Jul 2026 Closed Language, Multimodal, Vision
Gemini 3.5 Flash-Lite Google DeepMind United States of America Jul 2026 Closed Language, Multimodal, Vision
Gemini 3.6 Flash Google DeepMind United States of America Jul 2026 Closed Language, Multimodal, Vision
Kimi K3 Moonshot China 2.8T Jul 2026 Closed Language, Multimodal, Vision
Inkling Thinking Machines United States of America 975B Jul 2026 Open Language, Multimodal, Audio, Video, Vision
Inkling-Small Thinking Machines United States of America 276B Jul 2026 Closed Language, Multimodal, Audio, Video, Vision
GPT-5.6 Luna OpenAI United States of America Jul 2026 Closed Multimodal, Language, Vision
GPT-5.6 Sol OpenAI United States of America Jul 2026 Closed Multimodal, Language, Vision
GPT-5.6 Terra OpenAI United States of America Jul 2026 Closed Multimodal, Language, Vision
Muse Spark 1.1 Meta AI United States of America Jul 2026 Closed Language
Grok 4.5 xAI United States of America 1.5T Jul 2026 Closed Language
Muse Image Meta AI United States of America Jul 2026 Closed Image generation
GPT-Realtime-2.1-Mini OpenAI United States of America Jul 2026 Closed
Claude Sonnet 5 Anthropic United States of America Jun 2026 Closed Language, Multimodal
Solar Open2 250B Upstage Korea (Republic of) 250.3B Jun 2026 Open Language
GLM-5.2 Z.ai (Zhipu AI) China 744B Jun 2026 Open Language
Kimi K2.7 Code Moonshot China 1T Jun 2026 Open Language, Multimodal, Vision
Claude Fable 5 Anthropic United States of America Jun 2026 Closed Language, Multimodal
Claude Mythos 5 Anthropic United States of America Jun 2026 Closed Language, Multimodal
North Mini Code Cohere Canada 30B Jun 2026 Open Language
Nemotron 3 Ultra NVIDIA United States of America 550B Jun 2026 Open Language
Gemma 4 12B Google DeepMind United States of America 12B Jun 2026 Open Language, Multimodal, Audio
MAI-Image-2.5 Microsoft United States of America Jun 2026 Closed Image generation
MAI-Thinking-1 Microsoft United States of America 962B Jun 2026 Closed Language
MiniMax-M3 MiniMax China Jun 2026 Closed Language, Multimodal
Claude Opus 4.8 Anthropic United States of America May 2026 Closed Language
Qwen 3.7 Max Alibaba China May 2026 Closed Language
Qwen3.7-Max Alibaba China May 2026 Closed Language
Composer 2.5 Cursor United States of America 1T May 2026 Closed Language

Step by step

How to find out which GPU runs an AI model

Every open-weight model here has already been assessed against every graphics card we hold specifications for. Getting to the answer takes six steps.

  1. 01

    Find the model

    Search by name, or by size — typing 27b matches on the parameter count even when the name does not mention it. Every word has to match something, so more words narrow the list further.

  2. 02

    Narrow to models you can actually run

    Set availability to open weights only. A closed model cannot be downloaded or run on your own hardware at any price, so filtering them out leaves only models where a hardware answer exists.

  3. 03

    Set a size range that suits your hardware

    Use the parameter slider. As a rough guide, a model needs a little over half a gigabyte per billion parameters at the compression most people use — so a card with 24 GB of memory is comfortable up to around thirty billion parameters.

  4. 04

    Open the model

    Its page lists every graphics card that can run it, with the smallest card that fits, the fastest, and an estimated tokens-per-second figure for each. That is the reverse of starting from hardware, and it is usually the more useful direction when you already know which model you want.

  5. 05

    Adjust the context length and quality

    On the model page, set the conversation length you expect to work at and the lowest compression you will accept. Both change the answer rather than filtering it — a long conversation needs considerably more memory than a short one, and can put a model out of reach of a card that would otherwise hold it.

  6. 06

    Read the range, not the single number

    Each throughput figure carries a confidence range, and the range is the answer. The same model on the same card varies between inference engines and between versions of one engine, by more than most of the differences you are comparing.

What the numbers mean

What this catalogue is

A record of 3,567 machine learning models — who built each one, where, when, how large it is, and whether its weights were published. It is broader than a list of things you can run: a model nobody can download still has a specification worth reading, and knowing what exists is part of judging what is worth running.

What makes this catalogue different from a plain index is that it is attached to a hardware calculator. Every model whose weights are open and whose size is on record has been assessed against every graphics card we hold specifications for. Open one and it tells you which cards can run it, how much memory each needs, and roughly how many tokens per second to expect.

Open weights and closed models

Open weights

1,335

Closed or unstated

2,232

Organisations

1,314

The single most consequential fact about a model is whether its weights were published. A model's weights are the trained values that make it what it is — hundreds of billions of numbers arrived at over months of computation. Publishing them means anyone can download the model and run it on their own hardware, permanently, with no account and no network connection. Not publishing them means the model exists only as a service, reachable through an interface its owner controls.

That distinction decides everything else on this site. A closed model cannot be run locally at any price, so no amount of graphics card changes the answer and no memory figure applies to it. An open-weight model can be run by anyone who has hardware large enough to hold it, which turns "which model should I use" into a question with a hardware answer.

"Open weights" is not the same as open source in the sense the term usually carries. The weights being downloadable says nothing about the training data, the training code, or the licence attached to the result — some published models permit commercial use freely, others restrict it. What is consistent is that the model runs on your machine rather than someone else's.

Of the 3,567 models here, 1,335 have open weights and 2,232 do not — roughly 37 in every hundred is something you could download today. Where the licensing was never recorded we count it as closed, on the principle that an unstated licence is not one to rely on.

What a parameter count actually tells you

Parameters are the learned values inside a model — the numbers adjusted during training that encode everything it knows. A model described as 8B has around eight billion of them, and each one occupies space in memory. That is why the parameter count is the column that matters most here: it is the closest thing to a direct statement of how much hardware a model needs.

The relationship is close to linear, but the constant depends on how the model is stored. At full precision each parameter takes two bytes, so an eight-billion-parameter model needs sixteen gigabytes before anything else is accounted for. Compressed to around four bits — which is what most people running models locally actually use — the same model needs closer to five, at a modest and usually acceptable cost in accuracy.

Two things complicate it. Mixture-of-experts models route each token through only a fraction of themselves, so they generate text at the speed of something far smaller while still needing every parameter resident in memory — fast, but not cheap to hold. And the conversation itself takes memory that grows as the conversation does, which is why a model that fits comfortably for short questions can fail on a long document.

Bigger is also not automatically better, and increasingly is not. Capability per parameter has improved sharply enough that a recent model at eight billion parameters routinely outperforms an older one several times its size, while fitting on hardware the older one never would. Sorting this catalogue by release date is usually a better guide than sorting it by size.

How language models arrived here

Almost every model in this catalogue descends from a single architectural idea published in 2017, in a paper called "Attention Is All You Need". It introduced the transformer, which processes a whole sequence at once and learns which parts of it bear on which — replacing the step-by-step recurrent designs that came before, and scaling far better than they did. Every model listed here that generates text is a transformer or a close relative of one.

What followed was mostly a demonstration that the architecture kept improving with scale. Successive models grew by orders of magnitude and got correspondingly more capable, which set the pattern for several years: more parameters, more training data, more computation. By 2020 the largest models were capable enough to be commercially serious, and they were reachable only as paid services — the weights stayed with whoever trained them.

The turn came in 2023, when several organisations began publishing weights for models good enough to be worth running. That changed the question from "which service do I subscribe to" into "what can my own hardware do", and it is the reason a site like this one exists. Before it, the hardware question had no meaningful answer for most people.

The years since have been less about scale and more about efficiency. Better training methods, better data and architectural work such as mixture-of-experts routing have all pushed capability per parameter upward, while quantisation — storing each weight in four or five bits instead of sixteen — cut the memory a given model needs by roughly three quarters. Between them, models that would once have required a datacentre now run on a desktop graphics card, which is the practical development this whole catalogue rests on.

The catalogue as it stands

Largest model

173.9T

Countries

50

The largest model on file is BaGuaLu at 173.9T parameters. At that scale a model is datacentre infrastructure rather than something a workstation holds, and the figure is more useful as a marker of where the frontier sits than as a shopping decision.

The catalogue covers work from 1,314 organisations across 50 countries. That spread is worth noticing on its own: model development stopped being concentrated in a handful of laboratories some time ago, and several of the most widely used open-weight models come from organisations that did not exist a few years earlier.

Parameter counts are recorded for 2,315 of the 3,567 entries. The gaps are mostly closed models whose owners never published a size, and occasionally open ones nobody measured. A model without that figure is listed but cannot be given a memory or speed estimate, since every one of those calculations starts from it.

Entries span 1950 to 2026, so the catalogue is a record of the field rather than a snapshot of what is current. Filtering by release year is the quickest way to narrow it to models worth actually considering.

The frontier

The most recent open-weight releases

The latest additions with published weights. Capability per parameter has improved steadily, so a recent model is usually a better use of the same memory than an older, larger one.

  1. Inkling 975B Jul 2026
  2. Solar Open2 250B 250.3B Jun 2026
  3. GLM-5.2 744B Jun 2026
  4. Kimi K2.7 Code 1T Jun 2026
  5. North Mini Code 30B Jun 2026
  6. Nemotron 3 Ultra 550B Jun 2026
  7. Gemma 4 12B 12B Jun 2026
  8. Mistral Medium 3.5 128B Apr 2026
  9. DeepSeek-V4-Pro 1.6T Apr 2026
  10. DeepSeek-V4-Flash 284B Apr 2026

Reading the table

How to read this catalogue

Parameters
The total number of learned values, written the way the field writes it: 8B is eight billion, 1.6T is 1.6 trillion. This is the total, not the number used per word — mixture-of-experts models use only a fraction per token but still have to keep all of it in memory.
Open weights
Whether the trained values can be downloaded and run on your own hardware. A closed model is reachable only through its provider, so no graphics card makes it runnable locally. Where the licensing was never recorded, we count it as closed rather than assume otherwise.
Domain and task
What the model was built to work on. A model can carry several of each, which is why choosing a domain narrows the task list rather than replacing it.
Organisation and country
Who published the model and where they are based. Useful when a deployment has to satisfy a rule about where a model came from.
Released
When the model was published. Usually a better guide to quality than size, because capability per parameter has improved so sharply.

Answers

Common questions

01

How do I know which GPU can run a given AI model?

Find the model in the table above and open it. Its page lists every graphics card in our catalogue that can hold it, with the memory each needs, the compression it would run at, and an estimated tokens-per-second figure. You can also approach it from the other direction and start from a card you already own.

02

How many AI models are in this database?

The catalogue holds 3,567 models. 1,335 have open weights that can be downloaded and run on your own hardware; 2,232 are closed, or their licensing was never recorded.

03

What is the difference between an open-weight and a closed model?

An open-weight model has had its trained values published, so anyone can download it and run it on their own machine, indefinitely and offline. A closed model exists only as a service controlled by its owner. Only open-weight models have a meaningful hardware requirement, which is why the closed ones on this site carry a specification but no graphics-card table.

04

Is open weights the same as open source?

Not quite. Published weights say nothing about the training data, the training code, or the licence attached to the result — some permit commercial use freely, others restrict it. What they do guarantee is that the model runs on your hardware rather than someone else's, which is the part that matters for this site.

05

Who builds these AI models?

The catalogue covers 1,314 organisations across 50 countries — university groups, independent laboratories, and the research arms of large technology companies. Model development stopped being concentrated in a few places some time ago, and several widely used open-weight models come from organisations that are only a few years old.

06

What is the largest AI model?

The largest on file is BaGuaLu at 173.9T parameters. At that size a model is datacentre infrastructure rather than something any single graphics card holds — the largest open-weight models that fit on one card are considerably smaller, and are listed further down this page.

07

What do the parameters mean?

Parameters are the learned values inside a model, and their count is the closest thing to a direct statement of how much memory it needs. A rough guide is a little over half a gigabyte per billion parameters at the compression most people use — so an eight-billion-parameter model is comfortable on eight gigabytes, and thirty billion needs around twenty-four.

08

Is a larger AI model always better?

No, and increasingly not. Capability per parameter has improved sharply, so a recent model at eight billion parameters often outperforms an older one several times its size while fitting on hardware the older one never would. Sorting by release date is usually a better guide than sorting by size.

09

What is a mixture-of-experts model?

One that routes each token through only a fraction of itself rather than through every parameter. That makes it generate text at the speed of a far smaller model — but every expert still has to be resident in memory, so it is fast without being cheap to hold. The catalogue lists the total parameter count, which is the figure that decides whether it fits.

10

Why do some models have no parameter count?

Because the organisation never published one. That is common for closed models and occasionally happens with open ones. Counts are recorded for 2,315 of the 3,567 entries here. We list the rest rather than hide them, but no memory or speed figure can be produced without that number.

11

Can I run these models without an internet connection?

Any open-weight model, yes — that is the point of published weights. Once downloaded it runs entirely on your own machine with no account and no network. Closed models cannot be run offline at all, because you never hold the model itself.

12

How accurate are the hardware estimates on this site?

They are calculated from specifications rather than measured, and every figure is published as a range rather than a single number. The same model and card vary by thirty to fifty per cent depending on which inference software is used and which version of it, which no calculation from specifications can predict. Treat the range as the honest answer.

13

I have a graphics card already. Can I search the other way round?

Yes. The GPU catalogue lists every card we hold specifications for, and each card's page names every model it can run, fastest first. That is the same calculation approached from the hardware end.

The other direction

Looking at it from the other side?

This page starts from the model and asks what hardware it needs. If you already own a card and want to know what it will run, start there instead — lists every card on file, and each one names the models it can run, fastest first.

GPUs