Leaderboard · Reasoning · Updated July 23, 2026

AI reasoning models leaderboard

Models ranked by GPQA Diamond — 198 graduate-level science questions that most domain experts answer incorrectly. Higher is better. The frontier cluster has converged above 90%.

Data from models.json Provider-published and editorial fields labelled separately
Ranked by provider-published GPQA Diamond. SWE-bench editorial estimates are labelled in their cells.
Rank Model Provider GPQA Diamond provider-published SWE-bench provider-published unless labelled estimate Input $/1M provider rate card
#1Gemini 3.1 ProGoogle94.3%80.6%$2.00
#2Claude Opus 4.7Anthropic94.2%87.6%$5.00
#3Claude Opus 4.8Anthropic93.6%88.6%$5.00
#4Kimi K2.6Moonshot AI90.5%80.2%$0.950
#5DeepSeek V4-ProDeepSeek90.1%80.6%$1.32
#6Claude Sonnet 4.6Anthropic89.9%79.6%$3.00
#7DeepSeek V4-FlashDeepSeek88.1%79.0%$0.140
#8Qwen3.6-27BAlibaba87.8%77.2%Free
#9Llama 4 MaverickMeta69.8%66.0% benchr editorial estimateFree
#10Llama 4 ScoutMeta57.2%56.0% benchr editorial estimateFree
#11Phi-4Microsoft56.1%30.0% benchr editorial estimateFree
#12Claude Haiku 4.5Anthropic73.3%$1.00
#13GPT-5.5OpenAI84.0% benchr editorial estimate$5.00
#14GPT-5OpenAI74.9%$1.25
#15GPT-5 MiniOpenAI48.0% benchr editorial estimate$0.250
Gemini 3.5 FlashGoogleNo comparable provider figure$1.50
#17Grok 4.3xAI68.0% benchr editorial estimate$1.25
#18Mistral Large 3Mistral62.0% benchr editorial estimate$0.500
#19Mistral Medium 3.5Mistral77.6% benchr editorial estimate$1.50

The 90% threshold

By mid-2026, five models in this table clear 90% on provider-published GPQA Diamond results: Gemini 3.1 Pro, Claude Opus 4.7, Claude Opus 4.8, Kimi K2.6, and DeepSeek V4-Pro. Claude Sonnet 4.6 sits just below at 89.9%.

Scores clustered within a few points are difficult to turn into a product decision. First decide whether GPQA resembles your task, then test the candidates near your required threshold on held-out work and compare cost, latency, and failure type.

What GPQA can and cannot indicate

GPQA Diamond contains difficult questions in biology, chemistry, and physics. It is relevant when a workload requires similar scientific reasoning, but it does not directly measure citation accuracy, tool use, financial modeling, medical safety, or performance on a team's private documents. Treat it as one screening signal, not a production guarantee.

For purely creative or conversational tasks, the benchmark is less relevant. A customer support bot doesn't need a 90% GPQA score. A clinical decision support tool probably does.

Methodology

The ranking uses provider-published GPQA Diamond scores only; where no provider figure exists, the table shows . It covers the curated comparison set in the table rather than every record in models.json. Input prices come from provider rate cards.

SWE-bench cells are provider-published unless explicitly marked benchr editorial estimate. Those estimates are planning aids, not lab measurements; see each record's benchmarks_estimated field. Providers can select favorable benchmark results, so evaluate the models on your own task distribution before making an infrastructure decision from rank alone.

Using the threshold in real products

The useful cutoff is the lowest-cost model that clears a threshold defined on your work. A technical research assistant may benefit from testing the frontier cluster; a routing classifier needs a task-specific classification set, not a GPQA target.

Run your own threshold test by grouping failures: wrong final answer, missed constraint, fabricated citation, or incomplete chain of reasoning. If two models fail in the same way on your workload, choose the cheaper or faster one. If the higher-scoring model avoids a failure mode that creates legal, medical, financial, or engineering risk, the premium may be justified.

Failure cost matters more than rank

Reasoning benchmarks are most useful when the cost of a wrong answer is high. If the task is low-risk and easy to verify, a lower-ranked model may be the right choice. If the task involves expert review, regulatory exposure, or expensive downstream actions, the premium for stronger reasoning can be rational even when the benchmark gap looks small.

For evaluation, ask for explicit assumptions and a concise rationale, then compare both with the source material. The failure mode is not only a wrong final answer; it is a confident explanation built on a false premise.

Keep a separate holdout set for reasoning evaluations. If the same examples are reused in prompt tuning, the score stops measuring general reasoning and starts measuring adaptation to your test. A small unseen set of difficult internal cases is often more useful than another public benchmark.

For teams using reasoning models in sensitive contexts, keep a human-review policy tied to confidence and evidence. A leaderboard can identify candidates, but it cannot decide when an answer must be escalated. The escalation rule is part of the product, not a property of the model.

Frequently asked questions

What is GPQA Diamond?

GPQA Diamond is a set of 198 multiple-choice questions in graduate-level biology, chemistry, and physics, written by domain experts and designed to be difficult even for experts outside the subfield. Non-expert PhD-holding humans score around 34%. A score above 85% indicates frontier-level reasoning. It tests depth of reasoning and domain knowledge, not just surface pattern matching.

Which AI model ranks first on GPQA Diamond in 2026?

On the provider-published GPQA Diamond figures shown here, Gemini 3.1 Pro ranks first at 94.3%, followed by Claude Opus 4.7 at 94.2% and Claude Opus 4.8 at 93.6%. Five models in the table exceed 90%. This is a ranking on one science benchmark, not an overall reasoning guarantee.

Does a high GPQA score mean a model is good for math?

GPQA Diamond correlates with hard reasoning ability, including mathematical reasoning. But it's a science-domain benchmark, not a pure math test. For mathematical problem solving specifically, benchmarks like MATH-500 and AIME are more targeted. High GPQA performance generally indicates strong multi-step reasoning, which tends to transfer to math.