Models

models

Methods

List Models -> { data, first_id, has_more, 1 more... }
get/v1/models

List available models.

The Models API response can be used to determine which models are available for use in the API. More recently released models are listed first.

Get A Model -> { id, created_at, display_name, 1 more... }
get/v1/models/{model_id}

Get a specific model.

The Models API response can be used to determine information about a specific model or resolve a model alias to a model ID.

Get A Model -> { id, created_at, display_name, 1 more... }
get/v1/models/{model_id}?beta=true

Get a specific model.

The Models API response can be used to determine information about a specific model or resolve a model alias to a model ID.