Skip to main content
GET
/
evaluation
/
model-list
Get model list
curl --request GET \
  --url https://api.together.ai/v1/evaluation/model-list \
  --header 'Authorization: Bearer <token>'
{
  "model_list": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.together.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:default
required

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

Query Parameters

model_source
string
default:all

Filter models by source

Response

Model list retrieved successfully

model_list
string[]

The name of the model