Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Successful Response
{
"models": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": "<string>",
"is_chat_model": true,
"is_inference_model": true
}
]
}
List available models for both chat and inference.
{
"models": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": "<string>",
"is_chat_model": true,
"is_inference_model": true
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
Show child attributes