Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
Model list retrieved successfully
The name of the model
curl --request GET \
--url https://api.together.xyz/v1/evaluation/model-list \
--header 'Authorization: Bearer <token>'{
"model_list": [
"<string>"
]
}curl --request GET \
--url https://api.together.xyz/v1/evaluation/model-list \
--header 'Authorization: Bearer <token>'{
"model_list": [
"<string>"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model list retrieved successfully
The name of the model
Was this page helpful?