Главная / Блог / OpenRouter рейтинги
ENGINEERING BLOG · 2026.07.01

OpenRouter июнь 2026:
китайские модели держат 61% developer-трафика — что дальше

Если в июле 2026 вы всё ещё выбираете модели по схеме «US Big Three = safe choice», реальные данные OpenRouter за июнь требуют reset: китайские модели обрабатывают ~61% developer token volume, а суммарная доля US labs упала с ~70% год назад до ~30%. Разбираем полные рейтинги, split usage vs quality, picker по сценариям и Q3 forecast. Bottom line: самый ценный skill — не выбрать лучшую модель, а построить архитектуру с hot-swap routing без переписывания приложения.

01

Июнь был плотным: Claude Fable 5 исчез под export controls, OpenAI и Anthropic сигнализировали IPO, китайские модели перешагнули 60% OpenRouter traffic. Решения на assumptions 2025 года создают hidden costs:

  • Путать volume leader с quality leader: DeepSeek V4 Flash лидирует с 619B tokens/day — это не значит, что он optimal для long-horizon agent stack. Claude Opus 4.8 держит Artificial Analysis Intelligence Index на 61.4.
  • Игнорировать economics ради capability: dev из San Diego: «час coding на Claude ~$10, на DeepSeek — under 50 cents». Dev'ы в US, EU и India выбирают китайские модели потому что cheap, fast и good enough.
  • Single-provider lock-in как tech debt: Q3 2026 может стать densest frontier release quarter — GPT-6, Claude Opus 5, Gemini 4 и DeepSeek V5 за 90 дней. Hard-code одного vendor — deliberate debt.
  • Недооценка agent production inflection: 2026 — год перехода agents из experiment в production. Anthropic State of AI Agents Report 2026: ~44% Claude API calls — math и computer tasks. Orchestration infrastructure важна не меньше API, что мы аргументировали в манифесте bare metal архитектуры.

02

OpenRouter — один из самых honest scoreboard'ов в AI: миллионы реальных developer requests, не press releases. Data as of June 2026.

По компаниям (weekly token volume)
Rank Компания Origin Weekly tokens Share
1DeepSeekChina5.13T17.6%
2AnthropicUS4.34T14.8%
3GoogleUS3.66T12.5%
4OpenAIUS2.46T8.4%
5XiaomiChina2.42T8.3%
6MiniMaxChina2.37T8.1%
7TencentChina2.36T8.1%
8Qwen (Alibaba)China1.26T4.3%

Китайские компании top tier в сумме ~46% identified volume; включая весь китайский traffic, developer share перешагнул 61%.

Top-10 моделей по daily token volume
Rank Модель Компания Daily tokens
1DeepSeek V4 FlashDeepSeek619B
2Hy3 PreviewTencent451B
3MiniMax M3MiniMax447B
4MiMo-V2.5Xiaomi327B
5DeepSeek V4 ProDeepSeek300B
6Claude Opus 4.7Anthropic263B
7Claude Opus 4.8Anthropic~200B
8Claude Sonnet 4.6Anthropic178B
9Gemini 3 Flash PreviewGoogle156B
10Kimi K2.6Moonshot AI~150B

Рейтинги отражают, каким моделям dev'ы реально доверяют в production — не кто громче всех маркетирует.

03

Данные OpenRouter и Exponential View (Bloomberg citation) показывают reversal чётко:

  • Июнь 2025: US labs (Google + OpenAI + Anthropic) держали ~70% OpenRouter token share
  • Июнь 2026: figure упала до ~30% — китайские модели поглотили 40-point swing

Это не «domestic preference». Это global economics. Dev из Dallas описывает stack: «$500/month Claude + ChatGPT для complex tasks, $200/month MiniMax + Kimi + MiMo для 90% routine coding и voice recognition».

Quality ceiling: Claude Opus 4.8 всё ещё #1 overall. Artificial Analysis Intelligence Index, late May 2026:

Quality index и coding benchmarks
Модель Intelligence Index SWE-bench Pro Notes
Claude Opus 4.861.4 (#1)69.2%Leads long context и agents
GPT-5.559–6063.1%Best ecosystem, fastest tool calls
Gemini 3.1 Pro57Strong на hardest reasoning
Qwen 3.7 Max57Top Chinese closed model
Claude Sonnet 4.680.8% (Verified)Best writing и instruction-following

Engineer прогнал 20 identical tasks across frontier models: Opus 4.8 won 16, GPT-5.5 won 5, Gemini 3.1 Pro won 4. На long-context work Opus был не просто better — он в другой weight class.

Claude Fable 5 briefly держал perfect 100/100 quality score до global offline mid-June под export restrictions. Existence доказывает: US quality ceiling genuinely выше для hardest workloads.

Volume champions: китайские модели выигрывают price-performance на routine work. Три structural reasons:

  1. Price: MiniMax M3 at $0.60/M input tokens — roughly 8× cheaper чем Claude Opus 4.8 at $5.00/M
  2. Good-enough quality: code completion, translation, summarization и большинство daily tasks — 80–90% frontier performance
  3. Open weights: DeepSeek V4 и MiniMax M3 release weights publicly — self-host path, zero data residency friction

04

Model picker по use case (June 2026)
Use case Best model Why
Complex coding / long-running agentsClaude Opus 4.8#1 intelligence index, unmatched long context
Everyday dev assistanceDeepSeek V4 Flash / MiMo-V2.5Excellent price-performance, fast inference
Lowest-cost production APIMiniMax M3$0.60/M, open weights, self-hostable
Ultra-long context (1M+)Kimi K2.61M context window, competitive pricing
Google Workspace / multimodalGemini 3.5 FlashNative GWorkspace, best speed/value at frontier
Real-time web / X contextGrok 4.3Best live information retrieval
Self-hosted / on-premGLM 5.2 / Kimi K2.6Top open-weight options, full control plane
Image generation с readable textChatGPT Images 2.0Best text rendering в AI images
Best overall daily chatGPT-5.552.5% fewer hallucinations vs GPT-5.3, strong ecosystem

Rational split: frontier closed models для hardest 5% tasks, Chinese open-weight models для remaining 95% volume. Шесть шагов model-agnostic routing:

  1. Abstract unified interface: wrap providers за OpenRouter или internal gateway; app code depends on schema, not vendor SDKs.
  2. Route by task complexity: simple completion → DeepSeek V4 Flash (~$0.50/hour class), long-horizon agents → Claude Opus 4.8, middle tier → Sonnet 4.6 или GPT-5.5.
  3. Set cost и latency budgets: tag each request class с max_tokens, timeout, per-million-token caps; auto-downgrade на Flash models при budget breach.
  4. Build own benchmark suite: run 20–50 real production tasks monthly — не outsource decisions на public leaderboards alone. См. наш июньский leak roundup: rumors не заменяют official SWE-bench data.
  5. Reserve open-weight self-host path: для compliance-sensitive workloads deploy MiniMax M3, GLM 5.2 или Kimi K2.6 на owned hardware или bare metal nodes — zero hypervisor tax, full GPU memory bandwidth.
  6. Wire Q3 release alerts: GPT-6 (Aug–Sep), Claude Opus 5 (~Sep), Gemini 4, DeepSeek V5 могут land в six-week window — routing layers должны hot-swap new model IDs без app rewrites.

05

Q3 2026 shaping up как heaviest frontier release quarter в AI history. Confirmed или high-probability releases:

High-confidence Q3 2026 release forecast
Model Company Window Key upgrades
GPT-6OpenAIAug–Sep 2026Rumored 1.5M context, stronger agents
Claude Opus 5Anthropic~Sep 2026Long-horizon agent upgrade, MCP refresh
Gemini 4GoogleQ3 2026Multimodal leap: video, audio, image gen
DeepSeek V5DeepSeekQ3 2026Open weights, ~1T params, Huawei Ascend stack
GLM 5.2Z.aiShippedTop open-weight option, strong coding
Grok 4.3+xAIQ3 20261M context, enhanced real-time web

Five macro predictions для H2 2026:

  • «Best model» перестаёт быть useful question — five frontier-class releases за 90 days → workload-specific rankings.
  • Chinese volume share keeps growing, enterprise compliance — ceiling — indie devs могут hit 70%+ OpenRouter share; Fortune 500 procurement constrained data residency и Congressional scrutiny.
  • Agentic performance — metric that matters — can model reliably run 50-step agent workflow без getting stuck?
  • IPO pressure reshapes Anthropic и OpenAI pricing — оба filed IPO intentions в June 2026; public markets push margin, accelerate price wars с Chinese competitors.
  • Local models hit 80% SWE-bench на consumer hardware within 12 months — 32GB consumer GPUs могут reach 80% SWE-bench Verified к mid-2027.

Citable hard data (as of June 2026):

  • Share reversal: US labs на OpenRouter 70% (Jun 2025) → 30% (Jun 2026); Chinese models absorbed 40 points
  • Price gap: MiniMax M3 $0.60/M vs Claude Opus 4.8 $5.00/M (~8×); San Diego dev: Claude coding ~$10/hour vs DeepSeek ~$0.50/hour
  • Quality index: Claude Opus 4.8 at 61.4 (#1); 20-task bake-off 16/20 wins; Claude Fable 5 scored 100/100 before mid-June export shutdown
  • Agent usage mix: Anthropic report — 44% Claude API calls are math и computer tasks
  • US lab differentiation: OpenAI bets ecosystem; Anthropic defends quality ceiling; Google bets multimodal breadth и speed (Gemini Flash)

Structural story — не «China won». Economic margin в model layer collapsing. DeepSeek January 2025 release proved: frontier-class performance не требует frontier-class compute — Xiaomi, Tencent, MiniMax и Moonshot compressed base pricing пока «almost as good but still expensive» middle tier hollowed out.

Official и third-party sources (re-check links после upstream updates):

OpenRouter Rankings — live data

Artificial Analysis Intelligence Index

OfficeChai: Most Popular AI Models on OpenRouter (June 2026)

DataGravity: China's Open-Weight Takeover

Anthropic: The 2026 State of AI Agents Report

Как бы flexible ни была routing strategy, local agent orchestration, Xcode builds и open-weight self-hosting страдают под VM hypervisor tax и truncated GPU memory bandwidth — shared CI jitter wastes даже cheapest API. Для production environments с zero-loss native compute, stable iOS CI/CD и 24/7 AI agent automation ZUKCLOUD bare metal Mac mini cloud nodes — usually better answer: dedicated Apple Silicon hardware, no hypervisor overhead, always-on availability, flexible daily/weekly/monthly ordering — ideal base для GLM 5.2, Kimi K2.6 и long-running agent workflows.