GET
/
leaderboard
/
v2
/
rank
/
{modelName}
curl --request GET \
  --url https://api.enkryptai.com/leaderboard/v2/rank/{modelName} \
  --header 'apikey: <api-key>'
{
  "status": "success",
  "data": {
    "rank": 22,
    "totalModels": 70
  }
}

Authorizations

apikey
string
header
required

Path Parameters

modelName
string
required

The name of the model

Example:

"Llama-2-13b-chat-hf"

Response

200 - application/json
A model's rank
status
string
Example:

"success"

data
object