Skip to main content
GET
List available models (OpenAI format)

Available models

A selection of real model IDs available today (full list is dynamic — use the API): See the pricing page for the full list.

Using the OpenAI SDK

Authorizations

Authorization
string
header
required

Bearer token authentication, format: Authorization: Bearer sk-xxxxxx. Get your API key in the console.

Response

Successfully returned the model list

OpenAI-format model list response.

object
string

Object type, always list.

Example:

"list"

data
object[]

The list of available models.