Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
GET /models/{model}
GET
/models/{model}
Authorizations
Parameters
Path Parameters
model
required
string
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
owned_by
required
The organization that owns the model.
string