cURL
curl --request GET \ --url https://api.together.xyz/v1/evaluations/model-list \ --header 'Authorization: Bearer <token>'
{ "model_list": [ "<string>" ] }
Get the list of models that are allowed for evaluation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object
Was this page helpful?