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
Documentation IndexFetch the complete documentation index at: https://docs.enkryptai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
The name of the model
"Mistral-7B-Instruct-v0.1"
A model's rank
"success"
Show child attributes