Models
Returns a list of models
GET
Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
Query Parameters
ID of the use case.
Status of the model.
Available options:
pending
, training
, active
, failed
Example:
"active"
Filter models that are trainable.
Example:
"true"
Response
200
application/json
200
ID of the model.
Creation date of the model.
Example:
"2024-01-01T01:01:01Z"
Status of the model.
Available options:
pending
, training
, active
, failed
Name of the model.
ID of the organization.
ID of the use case.
Description of the model.
ID of the model to clone.
Whether the model is trainable.
Whether to use the backup model for generations.
Whether to use the backup model when idle.
Was this page helpful?