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>"
]
}Was this page helpful?