Home / Blog / OpenRouter
ENGINEERING_BLOG · 2026.07.27

OpenRouter Rankings July 2026:
Who's Actually Winning the AI Model Race

If your model picks are still based on last quarter's benchmarks, you are already behind. AI developers, platform leads, and agent product teams who need production-grade LLM selection should treat the OpenRouter rankings as ground truth: not marketing slides, but paid token traffic from real workloads. This article uses data through July 25, 2026 to explain July's three biggest shifts, vendor share migration, the dumbbell split between volume and quality, the hidden app-layer market, a six-step tiered routing checklist, and an August outlook.

SECTION 01 LLM Selection Pain Points: Stale Benchmarks, Volume ≠ Quality, Daily Rank Volatility

Frontier models ship monthly in 2026, yet most teams still optimize on the wrong signals:

  • Benchmark worship: SWE-bench and MMLU scores do not reflect API cost, latency, or what developers are actually paying to run in production.
  • Confusing token volume with capability: OpenRouter ranks paid traffic. Cheap models bolted onto high-volume apps can dominate the chart while never touching your hardest reasoning tasks.
  • Ignoring daily rank swings: The same model can swap positions overnight. Treating a single snapshot as a permanent leaderboard is a category error.
  • Enterprise media blind spot: Roleplay and companion apps account for roughly half of open-model traffic, yet barely appear in B2B AI coverage.
  • No tiered routing: Mixing chat, code, and complex reasoning through one model either blows the budget or fails on quality. OpenRouter data already shows a clear dumbbell market structure.

The OpenRouter rankings measure real paid token volume, not model intelligence. Understanding that gap is what separates a routing strategy from a copy-paste leaderboard post.

SECTION 02 July 2026 OpenRouter Rankings: Xiaomi Tops the Chart, Chinese Labs Hold ~46%

As of July 25, the top 12 models by single-day token volume on OpenRouter look like this. Numbers update daily — verify against the live board before you ship anything production-critical.

OpenRouter Model Token Volume Top 12 (2026-07-25)
Rank Model Vendor Daily Tokens 30-Day Total
1 Mimo V2.5 Xiaomi 1.4T 31.2T
2 DeepSeek V4 Flash DeepSeek 943.9B 23.6T
3 Hy3 Tencent 590B 23.4T
4 Nemotron 3 Ultra 550B (free) NVIDIA 428.6B 9T
5 DeepSeek V4 Pro DeepSeek 413.7B 11.6T
6 GLM 5.2 Z.ai 316.7B 13.3T
7 MiniMax M3 MiniMax 262.5B 15.1T
8 Step 3.7 Flash StepFun 204.8B 5.9T
9 Kimi K3 Moonshot AI 157.6B 1.6T
10 Ling 3.0 Flash InclusionAI (Ant) 128.3B 417.3B
11 Gemini 3 Flash Preview Google 106.3B 4T
12 Claude Sonnet 5 Anthropic 99.5B 3.6T

Seven of the top ten slots belong to Chinese vendors. Zoom out to vendor-level share:

Vendor Token Share (7-day blended estimate)
Vendor Region Share (approx.)
DeepSeek China 16%–18%
Xiaomi China 8%–18%
Anthropic US 10%–15%
Tencent China 8%–13%
Google US 8%–13%
OpenAI US 6%–8%
Chinese vendors combined ~46%
US big three combined ~30%–36%

Twelve months ago Chinese vendors held under 2% of OpenRouter traffic; the US big three sat near 70%. That is one of the steepest share migrations in AI this year. The driver is blunt: DeepSeek V4 Flash inputs run $0.05–0.14/M versus GPT-5.5 at roughly $5/M — a 35x gap. DeepSeek remains the most stable single vendor (16%–18%), but the monthly volume champion keeps rotating: MiniMax M2.5 in February, MiMo-V2-Pro in April, Mimo V2.5 in July.

SECTION 03 High Volume ≠ High Quality: The Dumbbell Market and Pricing Power

Slice the data by spend share per task type (not raw tokens) and the picture flips:

  • General chat: 35.7%
  • Agent workflows: 30.4%
  • Code: 26.5%
  • Data processing: 7.5%

On hard tasks — classification and complex reasoning — Claude Sonnet 4.6 and Claude Opus 4.7 each hold 13.5% of spend share, tied for first; GPT-5.5 follows at 11.6%. The cheap open models that flood the volume leaderboard barely register here.

Price and Positioning Comparison (July 2026)
Model Input /M Output /M Positioning
DeepSeek V4 Flash ~$0.05–0.14 ~$0.24–0.28 Cost leader; default for agentic coding at scale
GLM 5.2 $0.45 $3.31 Open-weight planning quality approaching Opus tier
Kimi K3 ~$3 ~$15 1.4TB open weights with closed-model capability
Claude Opus 5 $5 (fast tier $10) $25 (fast tier $50) Closed frontier; FrontierBench v0.1 at 43.3%

The market is splitting naturally: low-cost Chinese open models absorb high-volume, fault-tolerant workloads; closed frontier models keep pricing power on high-stakes, low-tolerance tasks. Claude Opus 5, released July 24, is the latest example — benchmark gains over GPT-5.6 Sol at unchanged Opus-tier pricing.

SECTION 04 The App Layer Secret: Coding Agents Dominate, Roleplay Is Half the Market

Model rankings tell you which brain is popular. The OpenRouter Apps leaderboard tells you what that brain is doing:

OpenRouter App Layer Top 5 (token share, approximate)
Rank App Category Share
1 Hermes Agent Personal / CLI agent ~45%
2 Kilo Code Coding agent ~13%
3 OpenClaw General agent ~9%
4 Claude Code Coding agent ~6%
5 Descript Content production ~4.5%
Lineage note Cline → Roo Code → Kilo Code: three forks from one codebase; the grandchild now outruns the ancestor

Roleplay and companion apps (Janitor AI, ISEKAI ZERO, SillyTavern, HammerAI) collectively drive a large share of traffic. The OpenRouter × a16z State of AI report finds that creative roleplay accounts for more than half of all open-model usage. If you only read enterprise AI press, you miss the other half of the market entirely.

SECTION 05 LLM API Tiered Routing: A Six-Step Selection Checklist

Using July's data alongside our OpenRouter integration guide, build your evaluation and routing stack in six steps:

  1. Timestamp your data and set a refresh cadence: OpenRouter ranks shift daily. Check openrouter.ai/rankings at month-end and avoid citing stale positions in docs or runbooks.
  2. Split workloads by task type: Bucket requests into chat/creative, code assist, agent planning, and complex reasoning/classification. Track share and fault tolerance per bucket.
  3. Route volume tiers to low-cost open models: Chat and roleplay workloads go to DeepSeek V4 Flash and GLM 5.2 first; add MiniMax M3 for coding assist.
  4. Reserve closed frontier models for hard tasks: Complex reasoning and high-risk agent decisions route to Claude Opus 5 or GPT-5.6, with OpenRouter fallback chains for failover.
  5. Build an internal eval set: Do not trust the public leaderboard alone. Measure adoption rate, error rate, and P95 latency on your actual prompts — high volume does not mean high fit.
  6. Factor in security and compliance: Vendor security posture belongs on your scorecard. Agent deployments need permission scoping regardless of which model wins on price.

SECTION 06 August Outlook and Citable Technical Data

  • Chinese open-model share: Likely continues climbing toward 50% this year unless US vendors cut list prices aggressively.
  • Monthly volume champion rotation: Xiaomi, DeepSeek, Tencent, Z.ai, MiniMax, and Moonshot are not slowing their release or pricing cycles.
  • Anthropic volume tier: A Haiku-class model aimed at throughput may land in August; Opus 5 is already the fourth flagship in two months.
  • Kimi K3 community quantization: Expect compressed builds of the 1.4TB weights within 2–4 weeks, making deployment realistic for smaller teams.
  • Vendor share migration: Chinese labs ~46% today versus under 2% a year ago; US big three ~30%–36% versus ~70%.
  • Price gap anchor: DeepSeek V4 Flash versus GPT-5.5 input pricing spans roughly 35x — the primary driver of traffic migration.
  • App-layer concentration: Hermes Agent alone holds ~45% of app token share; the coding-agent family (Kilo Code, OpenClaw, Claude Code) exceeds 28% combined.

Re-open these sources after publish to confirm numbers against the latest upstream data:

OpenRouter Official Rankings

OpenRouter Apps Leaderboard

OpenRouter Blog: DeepSeek V4 Adoption

OpenRouter × a16z State of AI Report

The July takeaway in one line: capability and popularity are diverging. OpenRouter solves multi-model API access, but teams wiring LLM agents, Xcode build chains, and macOS CI/CD still hit friction when macOS CI runs inside a VM with hypervisor overhead, or when a local Mac cannot stay online 24/7 for agent pipelines. For production environments that need zero-overhead native Apple compute, stable iOS CI/CD, and round-the-clock agent automation, MACNOX dedicated physical Mac nodes are usually the better fit: 100% Apple hardware, full root access, no hypervisor tax, and flexible daily/weekly/monthly billing.

SECTION 07 FAQ

Do OpenRouter rankings reflect model quality?

No. The board sorts by paid token volume — how much developers spend, not how smart a model is. Cheap models on high-traffic apps can top the chart while never touching your hardest reasoning paths. Combine spend-share data with your own eval set.

Which model ranked first on OpenRouter in July 2026?

As of July 25, Xiaomi Mimo V2.5 led daily token volume at roughly 1.4 trillion tokens per day, followed by DeepSeek V4 Flash and Tencent Hy3. Rankings change daily — check openrouter.ai/rankings for live data.

What share do Chinese models hold on OpenRouter?

On a blended 7-day view, Chinese vendors (DeepSeek, Xiaomi, Tencent, Z.ai, MiniMax, Moonshot AI, Alibaba, and others) account for roughly 46% of token share, up from under 2% a year earlier. The US big three (OpenAI, Anthropic, Google) sit at roughly 30%–36% combined.

How should indie developers pick a model?

OpenRouter is an excellent sandbox — one key spans hundreds of models. Start with DeepSeek V4 Flash and GLM 5.2 for coding tasks; reserve Claude Opus 5 or GPT-5.6 for steps that actually stall. Hybrid routing cuts cost sharply. Factor in latency (~180–250ms from some regions) and compliance requirements before going to production.

What changes should we expect in August?

Chinese open-model share likely keeps climbing; the monthly volume leader will probably rotate again; Anthropic may ship a lower-cost throughput tier; community-quantized Kimi K3 builds should appear; security and compliance will weigh more heavily in enterprise selection.