Models schemas
The full schema and model definitions referenced by the Models endpoints. Each endpoint page links here for the detailed shape of its response objects.
Schemas
List Models Response
Response containing the list of available models.
| Field | Type | Required | Description |
|---|---|---|---|
object | enum ('list') | Yes | Object type; always list. (default: list) |
data | array of Model | Yes | List of model objects. |
Model
Describes a model available for use with the API.
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Identifier for the model. |
object | enum ('model') | Yes | Object type; always model. (default: model) |
created | integer | Yes | Unix timestamp (seconds) at which the model was created. |
owned_by | string | Yes | Owner of the model. |
metadata | object | No | Client-specific metadata, present only when the request supplies a recognized client query parameter. Keyed by client type. |