{ "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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object