Skip to main content
GET
List models
Returns all models the current API key has permission to call.

Request

No query parameters.

Response

Get a single model

Returns:

Scope

  • The list is limited by the token’s model scope — if you set an allowlist when creating the token, only the allowlisted models are returned here.
  • It’s affected by the user group: only models accessible to the current group are returned.

Uses

  • Fetch once at client startup and cache locally as the options for a dropdown.
  • Forward this endpoint in your own gateway / relay proxy so downstream users can query it.