GET
/
api
/
v1
/
list-available-models
{
  "models": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "provider": "<string>",
      "is_chat_model": true,
      "is_inference_model": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response
models
object[]
required