The AI Gateway leaderboards show how AI is used in production. They rank the models, labs, apps, and providers running on AI Gateway by production traffic, aggregated daily across trillions of tokens, so you can see what gets adopted and how that changes over time.
You can now share any chart as an image and download or query the data behind every ranking. For deeper analysis, see the July AI Production Index.
Copy link to headingWhat's ranked
There are four leaderboards, each with its own metrics:
Models and labs can be filtered by modality (text, image, video) and show a daily percentage share over time; apps and providers are aggregated across all modalities and show a ranked top list.
Share a chart
Every chart has a share button that turns the current view into an image. Pick an aspect ratio (landscape, square, or portrait), then download it as a PNG or copy it to your clipboard. The image includes the legend, title, and AI Gateway branding.

Copy link to headingOpen data
The data behind the leaderboards is open, published under Creative Commons Attribution 4.0 (CC BY 4.0). You are free to use, share, and adapt it, including commercially, as long as you give credit, link to the license, and indicate if changes were made.
Every chart and ranked list has a download button that exports the current view as a CSV.

For programmatic access, use the export endpoint, which returns the same anonymized data and is cached for 24 hours:
curl "https://vercel.com/api/ai/leaderboard-export"
curl "https://vercel.com/api/ai/leaderboard-export?dataset=models"
Top models across all modalities, as JSON
curl "https://vercel.com/api/ai/leaderboard-export?dataset=models&modality=image"
Narrow to a single modality (text, image, or video)
For models and labs, each row is one entity's daily share of a single metric. A response spans requests, tokens, spend, imageCount, and videoCount. Filter by the metric field.
{
"date": "2026-05-10",
"group": "model",
"name": "Gemini 3 Flash",
"metric": "tokens",
"modality": "text",
"share_percent": 23.9
}
View the leaderboards or read the AI Production Index.
0 Comments
Log in to join the conversation.No comments yet. Be the first to share your thoughts.