Requesty
Back|JUL '26A I MODELS / ROUTING
3 MIN READ|

No model stays #1: the leader's share of gateway traffic fell from 29% to 8% in eight months

Last updated

Every few weeks someone tells me the model wars are over and one lab has won. From where I sit, routing traffic for hundreds of models, the data says the opposite. There is no durable number one. There is churn, and it is getting faster.

The leader keeps losing its grip

Here is the clearest way to see it. Take the single most used model each month and plot its share of all traffic on the gateway.

Top model share of traffic falling from 29% to 8%
Top model share of traffic falling from 29% to 8%

Last November, the top model held 29% of everything flowing through us. By June, the leader held 8%. And it was not the same model holding on and slipping. The crown changed hands almost every month: Gemini Flash, then a GPT mini, then a GPT nano, then Claude Opus. The concentration is falling and the turnover is high.

One detail worth sitting with: the most used models are rarely the flagships. They are the cheap, fast, small models. The headlines go to the frontier releases. The traffic goes to whatever is good enough and inexpensive for the job.

The menu keeps getting longer

Fragmentation at the top is downstream of a simpler force. The number of distinct models teams route to keeps climbing.

Unique models routed per month growing from 301 to 502
Unique models routed per month growing from 301 to 502

A year ago teams touched about 300 models a month through us. In June it was 502. The "which model should I use" problem is not getting easier. It is getting harder, because the menu keeps expanding faster than anyone can evaluate it.

Open weights are a real part of the mix now

Part of what is eroding the incumbents is the rise of open-weight models. DeepSeek is the sharpest example.

DeepSeek share of gateway traffic climbing
DeepSeek share of gateway traffic climbing

DeepSeek went from a rounding error to a serious slice of traffic in a matter of months. Every time an open-weight model gets close enough on quality and undercuts on price, a chunk of traffic moves. That is a big reason no single proprietary model can hold a dominant share for long.

Loyalty is measured in days

The last piece is speed of adoption. When a strong new model lands, teams do not wait.

Day 7 adoption share for new model launches
Day 7 adoption share for new model launches

A generational model can grab most of its family's traffic within a week of launch. Incremental point releases barely move. The market is not sticky at the top. It is quick to reward a genuine step change and quick to ignore a minor one.

What this means if you are building

If no model stays on top, then hard-coding one model into your product is a standing liability. The teams that handle this well share a pattern:

  • They route by policy, not by a hard-coded model name, so switching leaders is a config change, not a redeploy. See smart routing and the supported models catalog.
  • They keep a fallback chain so a model going down or getting deprecated does not take the product with it. See fallback policies.
  • They test new models on a slice of live traffic instead of betting the app on a benchmark. Adoption speed only helps you if you can move fast safely.

We publish the underlying model and provider cuts on our open data hub at requesty.ai/data, including the OSS family share trend and per-provider operational metrics.

The takeaway I would bet on: the model layer is a commodity in motion. Build so you can swap the leader every month, because the data says you will have to.

Route across every major model without rewrites. Start free or read the quickstart.

Related reading