Lists the currently available models, and provides basic information about each one such as the owner and availability.
GET /models
GET
/models
Authorizations
Responses
200
OK
object
object
required
string
data
required
Array
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