Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful response
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
curl --request GET \
--url https://api.together.xyz/v1/evaluations/model-list \
--header 'Authorization: Bearer <token>'{
"model_list": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Was this page helpful?