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