GET
/
leaderboard
/
models-list
curl --request GET \
  --url https://api.enkryptai.com/leaderboard/models-list \
  --header 'apikey: <api-key>'
{
  "status": "success",
  "data": {
    "models": [
      "Llama-2-13b-chat-hf"
    ]
  }
}

Authorizations

apikey
string
header
required

Response

200 - application/json
A list of models
status
string
data
object