Skip to main content
GET
List available models

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

ok

A paginated-style list wrapper that mirrors OpenAI's style.
The top-level object is a fixed string of "list", and data contains Model items.

object
enum<string>
required

Fixed discriminator for list payloads.

Available options:
list
Example:

"list"

data
Model · object[]
required

The returned models.