cURL
curl --request GET \ --url https://api.enkryptai.com/leaderboard/models-list \ --header 'apikey: <api-key>'
{ "status": "success", "data": { "models": [ "Mistral-7B-Instruct-v0.1" ] } }
Retrieves a list of all the models
A list of models
The response is of type object.
object