List top models
Returns the top-N models ranked by a chosen LLM metric. Pass a filters body to scope the ranking (for example to a single customer or model). Authenticated; regular users are scoped to their own organization.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Query parameters
summary_type
Preset time range. Use this OR start_time/end_time.
start_time
Optional explicit ISO start. Use with end_time for custom ranges.
end_time
Optional explicit ISO end. Use with start_time.
sort_by
Metric to sort the ranking by.
limit
Maximum number of rows to return.
Request
This endpoint expects an object.
Response
Successful response.