GET
/
evaluations
/
model-list
Get allowed models list
curl --request GET \
  --url https://api.together.xyz/v1/evaluations/model-list \
  --header 'Authorization: Bearer <token>'
{
  "model_list": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.