Retrieves model rank
curl --request GET \ --url https://api.enkryptai.com/leaderboard/v2/rank/{modelName} \ --header 'apikey: <api-key>'
{ "status": "success", "data": { "rank": 22, "totalModels": 70 } }
The name of the model
"Llama-2-13b-chat-hf"
"success"
Show child attributes
22
70