
AI Gateway leaderboards, now with open data and shareable charts
Quick Answer
Vercel AI's updated AI Gateway leaderboards now provide open data and shareable charts, ranking models, labs, apps, and providers based on production traffic.
Quick Take
Vercel AI's updated AI Gateway leaderboards now provide open data and shareable charts, ranking models, labs, apps, and providers based on production traffic. Users can download data, share charts, and access metrics for deeper analysis, including a July AI Production Index.
Key Points
- Leaderboards rank models, labs, apps, and providers by production traffic metrics.
- Users can share charts as images and download data in CSV format.
- Open data published under CC BY 4.0 allows for commercial use with attribution.
- Metrics include requests, token volume, spend, and generated content.
- Programmatic access available via export endpoints for anonymized data.
📖 Reader Mode
~2 min readThe 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:
Leaderboard | Ranks | Metrics |
|---|---|---|
Individual models | Requests, token volume, spend, images or videos generated | |
Model labs | Requests, token volume, spend, images or videos generated | |
Opted-in apps built on AI Gateway | Token volume, spend | |
Inference providers | Token volume, spend |
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.
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

