LLM API
List Models
GET
Lists the currently available models for the LLM API, and provides basic information about each one. This endpoint is compatible with OpenAI API.
Request Headers
Enum: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Response
Array of model objects with the following properties:
Was this page helpful?