The model object

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

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

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

The object type, which is always "model".source

The organization that owns the model.source

OBJECT The model object
1
2
3
4
5
6
{
  "id": "gpt-4o",
  "object": "model",
  "created": 1686935002,
  "owned_by": "openai"
}