cURL
curl --request GET \ --url https://api.enkryptai.com/leaderboard/v2/rank/{modelName} \ --header 'apikey: <api-key>'
{ "status": "success", "data": { "rank": 22, "totalModels": 70 } }
Retrieves model rank
The name of the model
"Mistral-7B-Instruct-v0.1"
A model's rank
The response is of type object.
object