You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Unified benchmark endpoint that aggregates scores from multiple benchmark sources (Artificial Analysis, Design Arena). Filter by source to reproduce the exact shapes from the legacy per-source endpoints, or use task_type to find models suited for specific workloads. Authenticate with any valid OpenRouter API key. Rate-limited to 30 requests/minute per key and 500 requests/day per account.'
25705
+
description: 'Unified benchmark endpoint that aggregates scores from multiple benchmark sources (Artificial Analysis, Design Arena, and OpenRouter''s own tau-bench and GPQA evals). Filter by source to reproduce the exact shapes from the legacy per-source endpoints, or use task_type to find models suited for specific workloads. Authenticate with any valid OpenRouter API key. Rate-limited to 30 requests/minute per key and 500 requests/day per account.'
25624
25706
operationId: 'getBenchmarks'
25625
25707
parameters:
25626
25708
- description: 'Benchmark source to query. Determines the shape of the returned items. When omitted, returns results from all sources.'
@@ -25632,6 +25714,7 @@ paths:
25632
25714
enum:
25633
25715
- 'artificial-analysis'
25634
25716
- 'design-arena'
25717
+
- 'openrouter'
25635
25718
example: 'artificial-analysis'
25636
25719
type: 'string'
25637
25720
- description: 'Filter results by task type. For Artificial Analysis, maps to the corresponding index. For Design Arena, maps to the matching category.'
0 commit comments