Get Leaderboard
Retrieve the model leaderboard with Elo ratings based on user feedback comparisons. The leaderboard uses an Elo rating system where:- Each model starts with a rating of 1000
- Ratings are adjusted based on head-to-head comparisons from user feedback
- The K-factor of 32 controls rating volatility
- Optional query-based filtering uses semantic similarity to weight relevant feedbacks
Query Parameters
string
Filter leaderboard by tag similarity. When provided, uses semantic embeddings to compute relevance scores and weight the Elo calculations. This creates topic-specific leaderboards (e.g., “coding” shows which models perform best for coding tasks).
Response
array
Array of leaderboard entries sorted by rating (highest first)
Get Model History
Retrieve the daily win/loss history for a specific model over a time period.Path Parameters
string
required
Unique identifier for the model
Query Parameters
integer
default:"30"
Number of days of history to retrieve (default: 30)
Response
string
Unique identifier for the model
array
Array of daily win/loss records