Staff Software Engineer at OpenTeams. Dask maintainer.
ArtificialAnalysis is a website that benchmarks the intelligence of various LLM models. They publish a headline Intelligence Index, which is calculated as the mean output of the curated selection of benchmarks they run on each model. It’s a decent finger-in-the-air measure of how smart a model is overall.
AA also records useful information — namely, how much it cost them to run the benchmarks. Since the benchmarks are the same across all models, this offers a good indicator of how much it will cost a user to run each model, in relative terms.
One of their main plots is the Intelligence vs. cost plot, which shows the Pareto frontier, i.e. the cheapest model that can achieve each intelligence score. This frontier is important, because using a super-intelligent and super-expensive model to accomplish menial tasks that could be done by a much dumber and cheaper one is just a waste of money.
Over time, I’ve become progressively more irritated by this plot, for a few reasons.
The first issue I have with it is that it uses a logarithmic scale on the cost axis. Using a log scale is the only way to make you spot the difference between a model that costs $0.015 per task and one that costs $0.032, while the same plot contains a model that costs $3.69 — almost 250 times as expensive. However, the net result is that the viewers can no longer appreciate the immensity of the price difference between the cheap models and the heavy ones; nor can they realize how inconsequential the price differences are between the cheap models.
The second thing that irks me is that it uses the official pricing from the model developers’ own API offering. This is fine in most cases, but for open-weights models it can be a lot more expensive than what the exact same model can be rented for from third-party API providers. OpenRouter makes it very easy to switch providers on the fly and always get the cheapest offer.
The third and final issue is that local models — those that can fit on consumer hardware — appear on the plot at their datacenter pricing, which is always very expensive in proportion to the intelligence you buy with it and ultimately not something any real user will actively want to buy.
All intelligence index scores are from ArtificialAnalysis. All points are benchmarked at maximum thinking effort where not explicitly stated otherwise. All cost scores are from ArtificialAnalysis too, except where noted below.
In the first plot we see the offering, as of September 1 2026, with the most intelligent (and expensive) models.
A good rule of thumb for reading the intelligence axis: a one-point difference is unlikely to be noticeable by most, while a 5-point gap is substantial. It’s important to point out that an intelligence score of 50, which is the rock bottom in this first plot, is roughly what the smartest model in the world could deliver in February 2026 (Opus 4.6).
The green area at the bottom left is where models become extremely cheap. Let’s zoom into it and extend the intelligence plot a bit lower, down to what can run today on a smartphone.
Some models are marked with a ⚡ symbol. It means that the cost was calculated as the electricity to run the model locally (details on the calculation below), since the model is so small that it makes no sense to serve it from a datacenter. When comparing local models against each other, it also offers a scale of how long each model takes to complete tasks.
Finally, let’s merge the two plots together to better visualize the diminishing returns in performance/cost. Again, the area that’s common to all plots is highlighted in green:
Cost per task for models marked with ⚡ was crudely calculated as follows:
Note that there isn’t a material difference in electricity costs between different hardware platforms: a Strix Halo draws less power than an RTX 3090, but it’s slower so it needs to run longer to complete the same tasks.
Not including the cost of hardware stops being defensible once you upgrade beyond 64 GB RAM, as almost nobody needs that much RAM if not for AI.
Qwen3.8-Flash needs, as a minimum, a 128GB Strix Halo; it is shown on the plot as priced by datacenters as well as the electricity it costs to run it locally; however the latter already hides a substantial expense for hardware: a 64 GB Strix Halo, which is a very desirable general purpose mini PC, costs $2,000; a 128 GB one costs $3,600 and doesn’t enable anything other than AI models in the ~120B-parameter class.
The following models can be run locally, but carry a very steep up-front hardware cost:
| Memory | Hardware | Models |
|---|---|---|
| 128 GB RAM | Strix Halo ($3,600) | Qwen3.8-Flash |
| 256 GB RAM | 2x DGX Spark ($8,700) | GLM-5.3-Flash |
| 512 GB RAM | 2x Mac Studio M5 Ultra ($22,600) | GLM-5.3 |
| 2 TB RAM | 2x TensTorrent Galaxy Blackhole ($320,000) | Kimi K3 |
There is an immense difference in cost between the state-of-the-art models from Anthropic and OpenAI and the much cheaper Chinese models: the former are too expensive even for large corporations, while the latter can be as cheap as a mobile phone subscription.
How much extra intelligence emptying the wallet purchases obeys the law of diminishing returns: while a top-tier engineer or scientist is probably going to be able to appreciate how much better Fable 5.1 (intelligence score 66, $3.69 per task) is compared to GLM-5.3 (intelligence 60, $0.49 — 7.5x cheaper), most people will have a hard time doing so. Going further down, GLM-5.3-Flash at high settings (intelligence 55, $0.023 — one hundred and sixty times cheaper than Fable) is visibly less capable when you give it very sophisticated tasks, like one-shotting a whole coding project on its own, but it remains enough for 90% of what people actually need. Even the highly specialized engineers and scientists mentioned above don’t actually need the extra intelligence for a lot of what they do. Descending just a little bit further, an enthusiast gamer can run Qwen3.8-27B (intelligence 52, $0.015 in electricity) on a computer they already own.