Model Object Fields
This page describes common fields on the model object (compatible with the OpenAI Models object shape; fields may vary slightly by provider).
Fields
| Field | Type | Description |
|---|---|---|
| id | string | Model ID, e.g. gpt-4o-mini. |
| object | string | Object type, typically model. |
| created | integer | Creation timestamp (Unix seconds). |
| owned_by | string | Owner identifier (e.g. org/platform). |
