Methodology

How scoring works

A score is only worth something if you can see how it was made. This page explains every step, first in plain words, then in full detail.

Methodology v1.2 · Sep 19, 2026 · 32 of 100 models scored. The rest stay blank until there’s enough evidence.

The short version

Think of it as a report card

  1. 01

    Every kind of model gets its own report card

    You wouldn’t grade a fish on climbing trees. Image models are graded on things like picture quality and following instructions; chat models on reasoning, accuracy, and speed. Each category has its own subjects.

  2. 02

    Each subject gets a mark from 0 to 10

    Reasoning: 9. Writing: 7. Cost: 5. Every mark comes from a public measurement or a published checklist, never from a gut feeling.

  3. 03

    Some subjects count more than others

    For a chat model, reasoning counts for 30% of the final grade and writing for 10%. The weight of every subject is shown next to it (w30, w10).

  4. 04

    The final score is a weighted average

    Strong marks in heavy subjects pull the score up more than strong marks in light ones. That’s the number in the corner of a card, like 8.2/10.

  5. 05

    No final grade without enough homework

    A model needs marks covering at least 80% of what counts before it gets a final score, so one lucky subject can’t make it look amazing.

  6. 06

    Nobody can buy a grade

    Companies don’t pay to be listed or scored, and they don’t see scores before they’re published. If a number is wrong, the fix is better evidence, not a phone call.

In detail · step 1

Where each mark comes from

Every criterion is scored with one of three rules. The rule used, the source, and the date appear next to each mark on the model’s page, so any number can be checked.

Rule A · Benchmark results

Percent scores map straight to marks

When a public benchmark reports a percentage, the mark is that percentage divided by ten. 72% becomes 7.2. The mark doesn’t move when other models are added.

SWE-bench Verified: 75.6% → 7.6

Rule B · Measured quantities

Ranked against the same category

Arena ratings, price, and context length have no natural top score, so a model is ranked against the directory’s other measured models in its category. Its mark is 10 × the share of those models (counting itself) that it matches or beats, so the best gets 10. Cheaper counts as better.

Matches or beats 8 of 10 measured models → 8.0

Rule C · Judgement criteria

A published checklist

Things like licensing or data controls can’t be benchmarked, so each gets a five-item checklist worth two points per item. Each checklist is published on this page before any model is marked against it.

4 of 5 checklist items met → 8.0

  • Each model is scored on one named version, shown on its page. If a source tested several settings of that version, the best published result counts.
  • Cost uses a blended price: 3 parts input to 1 part output, per million tokens.
  • Rule B scores are relative. When a better model arrives, others can drop. That’s intended: the directory compares what’s available now.
  • If there’s no trustworthy source for a criterion, it stays empty (shown as “—”). We never estimate or fill gaps.
  • Vendor marketing claims are never used as evidence. Independent measurements and published benchmark results are.
In detail · the sources

Every source we use

All independent, all public. Their data is copied into a dated snapshot, so scores only change when the snapshot is refreshed, and the date shows on every mark.

LMArenadata as of Sep 15, 2026

Human-preference ratings from blind, side-by-side votes: text (hard prompts, creative writing), web development, text-to-image, image editing, text-to-video, and image-to-video.

Arenas published 2026-09-04 to 2026-09-15

SWE-bench Verifieddata as of Feb 26, 2026

Share of real GitHub issues resolved. Only runs using the same open harness (mini-SWE-agent) are counted, so results are comparable.

OpenRouterdata as of Sep 19, 2026

List prices, context windows, supported features, and the number of independent providers serving each model.

Deployability checklist (Rule C)

Two points per item, checked against OpenRouter’s data.

  1. 1Weights can be downloaded and self-hosted
  2. 2Served by at least 2 independent providers
  3. 3Served by at least 4 independent providers
  4. 4Supports tool calling
  5. 5Supports structured (JSON) outputs
In detail · step 2

The maths, with a worked example

Here is an example language model. It isn’t a real model; the marks are made up to show the calculation. The numbers below are computed by the same code that scores the directory.

CriterionMarkWeightMark × weight
Reasoning930270
Accuracy820160
Writing71070
Long context61060
Cost efficiency520100
Deployability81080
Total100740
Overall score

740 ÷ 100 = 7.4

Add up each mark multiplied by its weight, then divide by the total weight. Rounded to one decimal place, only at the end.

If only some marks exist

With only Reasoning and Writing marked, the evidence covers 40% of the weight, below the 80% bar. So there’s no overall score, and the card says “in assessment” instead. Once a model clears the bar, the average uses only the marks that exist and their weights.

In detail · step 3

What we promise, and what we refuse to do

We always

  • Show the source and date for every mark.
  • Publish the rubric and weights before scoring against them.
  • Score every model in a category with the same rules and sources.
  • Recalculate every score whenever a weight or rule changes, and date the change.
  • Correct a score when better evidence appears, whoever points it out, and date the correction.

We never

  • Accept payment for listings, scores, or placement.
  • Let a vendor review or approve a score before it’s published.
  • Use marketing claims or unpublished results as evidence.
  • Estimate a mark we can’t measure, or tweak a score by hand.
  • Compare models across categories. An 8 for images and an 8 for code mean different things.
Good to know

Things on the site that look like scores, but aren’t

ROI evidence dots

Controlled trial tested in a fair experiment with a comparison groupField study measured in real companiesEmerging not properly tested yet

They rate how strong the proof is that a use case pays off, not how good a model is. See the studies

Adoption and usage shares

How much each use case is used, from the Anthropic Economic Index. Popular isn’t the same as good, so usage never counts towards a score.

See the top 100 use cases
The rubrics

Every report card, and what each subject is worth

Weights are relative within a rubric and shown as a share of the total. They are fixed before scoring; if one changes, every affected score is recalculated and the change is dated.

Language Models

Criterion · measured byWeight
Reasoning
Preferred by people on hard, multi-step prompts.
Rule BLMArena text arena, hard prompts
30%
Accuracy
Sticks to the facts it was given, with few hallucinations.
Rule AVectara hallucination leaderboard, factual consistency rate
20%
Writing
Preferred by people for creative and long-form writing.
Rule BLMArena text arena, creative writing
10%
Long context
How much text it can take in at once.
Rule BOpenRouter, context window
10%
Cost efficiency
Price per token; cheaper scores higher.
Rule BOpenRouter, blended price per token
20%
Deployability
Open weights, choice of hosts, and integration features.
Rule CDeployability checklist (OpenRouter data)
10%

Coding & Agentic

Criterion · measured byWeight
Code quality
Share of real GitHub issues it resolves on its own.
Rule ASWE-bench Verified, % resolved (mini-SWE-agent harness)
35%
Web development
Preferred by people for building working web apps.
Rule BLMArena WebDev arena
35%
Cost efficiency
Price per token; cheaper scores higher.
Rule BOpenRouter, blended price per token
15%
Codebase context
How much code it can take in at once.
Rule BOpenRouter, context window
15%

Image Generation

Criterion · measured byWeight
Image quality
Preferred by people across all kinds of image prompts.
Rule BLMArena text-to-image arena
40%
Text rendering
Preferred by people for images that contain text.
Rule BLMArena text-to-image, text rendering
20%
Commercial design
Preferred by people for ads, product shots, and branding.
Rule BLMArena text-to-image, commercial design
20%
Editing
Preferred by people for editing existing images.
Rule BLMArena image-edit arena
20%

Video Generation

Criterion · measured byWeight
Text-to-video
Preferred by people for video made from a written prompt.
Rule BLMArena text-to-video arena
60%
Image-to-video
Preferred by people for video made from a starting image.
Rule BLMArena image-to-video arena
40%

Audio, Voice & Music

Criterion · measured byWeight
Output quality
Naturalness, fidelity, and musicality — or transcription accuracy.
Not scored yet: no independent source
35%
Control
Steering of voice, emotion, structure, or style.
Not scored yet: no independent source
20%
Language coverage
Breadth and quality across languages and accents.
Not scored yet: no independent source
15%
Latency
Fast enough for real-time or high-volume use.
Not scored yet: no independent source
10%
Licensing & safety
Commercial rights and consent safeguards.
Not scored yet: no independent source
10%
Cost efficiency
Price per minute or per track.
Not scored yet: no independent source
10%

Search & Enterprise

Criterion · measured byWeight
Answer grounding
Accurate answers anchored in retrieved sources.
Not scored yet: no independent source
30%
Citations
Clear, checkable references back to sources.
Not scored yet: no independent source
20%
Integrations
Connectors to company data, clouds, and tools.
Not scored yet: no independent source
20%
Governance
Permissions, audit, data residency, and admin controls.
Not scored yet: no independent source
15%
Cost efficiency
Predictable pricing at organisational scale.
Not scored yet: no independent source
15%

Enterprise tools

Criterion · measured byWeight
Functional depth
How well it covers the real workflows of its function.
Not scored yet: no independent source
30%
Integration
Fits existing systems of record and data.
Not scored yet: no independent source
20%
Time to value
Speed and effort of rollout and adoption.
Not scored yet: no independent source
20%
Scalability
Holds up across headcount, regions, and volume.
Not scored yet: no independent source
15%
Total cost
Licence plus implementation and upkeep.
Not scored yet: no independent source
15%
Changelog

Every change to the method

If a rule or weight changes, it’s listed here with its date, and every affected score is recalculated.

  1. v1.2Sep 19, 2026Coverage bar raised from 60% to 80%. A model now needs marks covering at least 80% of its rubric’s weight before it gets an overall score, so models with big gaps can’t outrank fully measured ones. Models below the bar keep their individual marks and show as in assessment.
  2. v1.1Sep 19, 2026Rubrics revised before any scores were published so that every criterion has exactly one independent source. Criteria with no independent source yet (speed, image prompt adherence, video motion, and others) were removed until one exists. Audio, search, and enterprise tools stay unscored for the same reason. First scores published.
  3. v1.0Sep 19, 2026Methodology published: rubrics, three marking rules, weighted average, 60% coverage bar.