Skip to content

model

Classes:

Name Description
Model

Model

Attributes:

Name Type Description
created int

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

id str

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

object Literal['model']

The object type, which is always "model".

owned_by str

The organization that owns the model.

created instance-attribute

created: int

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

id instance-attribute

id: str

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

object instance-attribute

object: Literal['model']

The object type, which is always "model".

owned_by instance-attribute

owned_by: str

The organization that owns the model.