Models
List Models
get/v1/models
Get a Model
get/v1/models/{model_id}
ModelsExpand Collapse
ModelInfo = object { id, created_at, display_name, type }
ModelInfo = object { id, created_at, display_name, type }
id: string
Unique model identifier.
created_at: string
RFC 3339 datetime string representing the time at which the model was released. May be set to an epoch value if the release date is unknown.
formatdate-time
display_name: string
A human-readable name for the model.
type: "model"Object type.
For Models, this is always "model".
type: "model"
Object type.
For Models, this is always "model".
Accepts one of the following:
"model"