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.

FieldTypeRequiredDescription
objectenum ('list')YesObject type; always list. (default: list)
dataarray of ModelYesList of model objects.

Model

Describes a model available for use with the API.

FieldTypeRequiredDescription
idstringYesIdentifier for the model.
objectenum ('model')YesObject type; always model. (default: model)
createdintegerYesUnix timestamp (seconds) at which the model was created.
owned_bystringYesOwner of the model.
metadataobjectNoClient-specific metadata, present only when the request supplies a recognized client query parameter. Keyed by client type.