Skip to content

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.

GET
/models/{model}

Authorizations

Parameters

Path Parameters

model
required
string
gpt-3.5-turbo

The ID of the model to use for this request

Responses

200

OK

Describes an OpenAI model offering that can be used with the API.

object
id
required

The model identifier, which can be referenced in the API endpoints.

string
created
required

The Unix timestamp (in seconds) when the model was created.

integer
object
required

The object type, which is always β€œmodel”.

string
Allowed values: model
owned_by
required

The organization that owns the model.

string