Loading...
Loading...
Query OpenRouter's Benchmarks API for model benchmark rankings and scores. Use when the user asks for benchmark-backed model selection, model rankings by coding/intelligence/agentic ability, Artificial Analysis or Design Arena ELO/win-rate results, benchmark citations, or wants to call GET /api/v1/benchmarks. Also use alongside openrouter-models when the user asks what model should power an app, product, workflow, or use case and benchmark evidence could inform or rule out part of the recommendation, including creative writing, editing, coding, design, agentic, or intelligence-heavy apps. Do not use for OpenRouter usage analytics, billing/spend analysis, generation metadata, provider uptime/latency, generic model pricing/capability lookup without any selection or benchmark-relevance decision, or creating an evaluation suite for a local app.
npx skill4agent add openrouterteam/skills openrouter-benchmarksOPENROUTER_API_KEYexport OPENROUTER_API_KEY=sk-or-v1-...| User wants to... | Action |
|---|---|
| See benchmark-ranked models across sources | Call |
| Choose a model for an app/use case | Check whether Artificial Analysis or Design Arena contains a relevant signal; say when no direct benchmark exists |
| Find best coding, intelligence, or agentic models | Use |
| Query Artificial Analysis only | Use |
| Query Design Arena only | Use |
| Get raw API-shaped data for integration work | Return the raw |
| Understand all response fields or direct curl usage | Read |
openrouter-modelsintelligence_indexagentic_indexmodel_permaslugGET /api/v1/modelsidmodel_permaslugidcanonical_slugmodel_permaslugidGET /api/v1/models/{author}/{slug}/endpointsopenrouter-modelsget-endpoints.tsuptime_last_30m: 0status: 0| Flag | Values | Notes |
|---|---|---|
| | Omitting it returns all sources. |
| | Maps to source-specific indices/categories. |
| | Design Arena only; defaults server-side to |
| | Design Arena only. |
| positive integer | Maximum number of rows returned by the API. |
meta.citationmeta.source_urlmeta.as_ofsource=artificial-analysissource=design-arenaintelligence_indexcoding_indexagentic_indexelowin_rateavg_generation_time_msarenacategorytournament_statselowin_ratepricing.promptpricing.completionmodel_permaslugGET /api/v1/modelsmeta.model_countdata.lengthcurl 'https://openrouter.ai/api/v1/benchmarks?source=artificial-analysis&task_type=coding&max_results=10' \
-H "Authorization: Bearer $OPENROUTER_API_KEY"references/benchmarks-api.md