Skip to main content
GET
Get the models a provider offers

Authorizations

Authorization
string
header
required

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

Path Parameters

provider
string
required

Name of the LLM provider (e.g., OpenAI, Anthropic)

Response

The models this provider offers

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
Provider Model Picker · object

The provider model picker's rows, with the catalog already merged against the organization's saved models. Clients render this list verbatim; no join against the catalog is required. A retired model is included only when the organization has it saved, since unchecking it is the only remaining action.