Skip to main content
CodeLint.Dev Dev Tools

LLM Benchmark Leaderboard

Current benchmark results across models, with notes on what each benchmark does and does not measure.

LLM Benchmark Leaderboard

Benchmark scores for 11 major language models, compiled July 2026 from public leaderboards and vendor announcements. Blank cells mean no published score — scores are never estimated. Sortable by provider and evaluation metric.

Score colours: ≥ 90 excellent 75 – 89 good < 75 below avg — not reported
11 models
Model Params SWE-bench V SWE-bench Pro GPQA-D OSWorld Terminal-Bench ARC-AGI-2 Context Notes
Claude Fable 5
Anthropic · 2026
Unknown95.01MAnthropic premium tier — leads SWE-bench Verified among generally available models
GPT-5.5
OpenAI · 2026
Unknown88.793.61MSWE-bench Verified score is vendor-reported
Claude Opus 4.8
Anthropic · 2026
Unknown88.669.293.61MLeads SWE-bench Pro among active models
Claude Sonnet 5
Anthropic · 2026-06
Unknown82.163.296.288.384.71MGPQA Diamond record holder (96.2%) at mid-tier pricing
Gemini 3.1 Pro
Google · 2026
Unknown80.694.377.11MStrong multimodal reasoning; video input
DeepSeek V4 Flash
DeepSeek · 2026-04
284B MoE (13B active)73.786.01MOpen weights (MIT); 79.0% SWE-bench Verified at max reasoning effort
DeepSeek V4 Pro
DeepSeek · 2026-04
1.6T MoE (49B active)73.61MOpen weights (MIT); 80.6% SWE-bench Verified at max reasoning effort
Claude Haiku 4.5
Anthropic · 2025-10
Unknown73.3200KFastest and cheapest Claude
o3
OpenAI · 2025-04
Unknown69.183.3200KScores from OpenAI's April 2025 announcement
GPT-5.4
OpenAI · 2026
Unknown75.01MValue flagship with tool search
Gemini 3.5 Flash
Google · 2026
Unknown55.176.21MAgentic coding at fast-tier pricing

Data as of May 2025. Scores may vary by source, prompt format, and evaluation methodology. Always verify against primary sources.

What the common benchmarks actually test

  • MMLU / MMLU-ProMultiple-choice knowledge across academic subjects. Measures recall and elimination more than reasoning; largely saturated in its original form.
  • GPQAGraduate-level science questions written to be resistant to web search. Harder to contaminate and correspondingly more informative.
  • SWE-benchResolving real GitHub issues in real repositories, verified by the project’s own tests. Among the most practically relevant benchmarks for coding agents.
  • HumanEval / MBPPShort self-contained function-writing tasks. Long saturated and a poor proxy for working in an existing codebase.
  • MATH / AIMECompetition mathematics. Genuinely discriminating, and unrepresentative of most commercial work.
  • LMArenaHuman pairwise preference at scale. Captures things automated benchmarks miss, and rewards style and agreeableness alongside correctness.
  • Needle-in-a-haystackRetrieving a planted fact from a long context. Necessary but easy — real long-context work requires synthesis across many passages, which these tests do not measure.

About

This leaderboard aggregates published benchmark scores for leading large language models across six current evaluations: SWE-bench Verified (real-world software engineering), SWE-bench Pro (contamination-resistant coding), GPQA Diamond (PhD-level science), OSWorld-Verified (computer use), Terminal-Bench 2.1 (agentic terminal work), and ARC-AGI-2 (abstract reasoning). Scores are sourced from public leaderboards and vendor announcements as of July 2026 — blank cells mean no published score, never an estimate. Filter by provider to narrow the comparison, click column headers to sort.

How to use

  1. 1 Use the provider filter chips to show only models from specific vendors.
  2. 2 Click any column header to sort by that benchmark — click again to reverse.
  3. 3 Score cells are color-coded: green (≥90), amber (75–89), muted (<75).
  4. 4 Missing scores are shown as "—" (not all models are evaluated on all benchmarks).
  5. 5 Click "What is X?" links to expand descriptions of each benchmark.
What is SWE-bench Verified?
SWE-bench Verified is a set of 500 human-validated software engineering tasks taken from real GitHub issues in popular Python repositories. The model must produce a code patch that passes the repository's own test suite. It has become the standard measure of practical, agentic coding ability — as of July 2026 the top published score is 95% (Claude Fable 5).
What is GPQA Diamond?
GPQA Diamond is a set of 198 graduate-level physics, chemistry, and biology questions written by domain experts and designed to be "Google-proof" — skilled humans with full web access score only ~34%. Frontier models now exceed 90%, making it one of the few knowledge benchmarks that still differentiates top models.
Are these benchmarks still reliable?
Benchmark saturation is why this leaderboard tracks the current generation of evaluations: classics like MMLU, HumanEval, and GSM8K are effectively solved (top models cluster above 90%), so the industry moved to harder, contamination-resistant tests like SWE-bench Pro and ARC-AGI-2. Even so, vendor-reported scores can use favourable scaffolding — for robust comparisons, combine benchmarks with task-specific evaluations on your own data.