Skip to main content
GET
List models
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

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Response

data
object[]
required
Array of model objects with the following properties:
Last modified on July 3, 2026