Skip to content
Primary navigation

Models

List and describe the various models available in the API.

data openai_model

required Expand Collapse
model: String
computed Expand Collapse
created: Int64

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

id: String

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

object: String

The object type, which is always “model”.

owned_by: String

The organization that owns the model.

data openai_models

optional Expand Collapse
max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
items: List[Attributes]

The items returned by the data source

id: String

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

created: Int64

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

object: String

The object type, which is always “model”.

owned_by: String

The organization that owns the model.