Access BenchLM.ai benchmark and pricing data as CSV/JSON, or embed live leaderboard widgets on your site.
Full benchmark scores, rankings, and category breakdowns for all models.
Spreadsheet-ready benchmark data with all category scores.
Input/output prices, context windows, and source types for every model.
Spreadsheet-ready pricing data for all tracked LLM APIs.
<iframe src="https://benchlm.ai/embed/leaderboard?rows=10&theme=dark" width="100%" height="500" frameborder="0" title="BenchLM Overall Leaderboard"></iframe> <p style="font-size:12px;text-align:right;margin-top:4px"><a href="https://benchlm.ai" target="_blank" rel="noopener">LLM benchmark leaderboard</a> by BenchLM.ai</p>
BenchLM Overall Leaderboard
| # | Model | Creator | Score |
|---|---|---|---|
| 1 | GPT-5 | OpenAI | 89.2 |
| 2 | Claude Opus 4 | Anthropic | 88.7 |
| 3 | Gemini 2.5 Pro | 87.4 | |
| 4 | DeepSeek R2 | DeepSeek | 85.1 |
| 5 | Llama 4 Maverick | Meta | 83.6 |
All embeds include a "Data from BenchLM.ai" link. Please keep attribution visible.
Returns ranked benchmark scores for all models. Supports category filtering and CSV export.
category — Optional. Filter by category: coding, agentic, reasoning, knowledge, math, multimodalGrounded, multilingual, instructionFollowing.
limit — Number of results (default: 50, max: 200).
format — Response format: json (default) or csv.
Example requests:
GET /api/data/leaderboard GET /api/data/leaderboard?category=coding&limit=10 GET /api/data/leaderboard?format=csv
Response shape (JSON):
{
"lastUpdated": "April 3, 2026",
"models": [
{
"rank": 1,
"model": "GPT-5",
"creator": "OpenAI",
"sourceType": "Proprietary",
"overallScore": 89.2,
"categoryScores": { "coding": 91.3, ... },
"inputPrice": 2.50,
"outputPrice": 10.00
}
]
}Returns pricing information for all tracked LLM APIs.
limit — Number of results (default: 100, max: 200).
format — Response format: json (default) or csv.
Example requests:
GET /api/data/pricing GET /api/data/pricing?format=csv&limit=50
Response shape (JSON):
{
"lastUpdated": "April 3, 2026",
"models": [
{
"model": "GPT-5",
"creator": "OpenAI",
"inputPrice": 2.50,
"outputPrice": 10.00,
"contextWindow": "128K",
"sourceType": "Proprietary"
}
]
}Both endpoints return a lastUpdated field in the JSON response. Use this to check data freshness.
Update frequency: Benchmark scores and pricing data are updated 1-3 times per week as new models launch, scores are verified, or providers change pricing.
Recommended refresh interval: If you cache API responses locally, re-fetch at least once per day. The API serves from a 1-hour CDN cache, so you will always get data less than 1 hour old.
Rate limiting: Free-tier API responses include a 3-second delay. Responses are cached at the CDN for 1 hour. For high-frequency or low-latency access, contact us.
Embed widgets: Embedded iframes fetch live data on each page view, so they stay current automatically with no action needed from you.
See the full benchmark leaderboard
Compare all LLM API prices
Find the best value AI models
Yes. The JSON and CSV endpoints are free for personal and commercial use. We ask that you include attribution ("Data from BenchLM.ai") when publishing or displaying the data publicly. The embed code includes a pre-built attribution link — please keep it visible.
Use the configurator above to choose a category, row count, and theme. The generated iframe code will reflect your choices. You can also adjust the iframe width and height attributes to fit your layout. The attribution link text adjusts automatically to match your selected category for better relevance.
Benchmark scores and pricing data are updated whenever new models launch or prices change — typically 1-3 times per week. The API response includes a "lastUpdated" field so you can check freshness. CSV/JSON downloads always serve the latest data. If you cache API responses, we recommend refreshing at least once per day.
Yes. API responses include a 3-second intentional delay for free-tier access. Responses are also cached for 1 hour at the CDN layer. For faster or high-frequency access, contact us about priority API access.
Get notified when new models drop, benchmark scores change, or the leaderboard shifts. One email per week.
Free. No spam. Unsubscribe anytime. We only store derived location metadata for consent routing.