GET
/
models

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Query Parameters

use_case_id
string

ID of the use case.

status
enum<string>

Status of the model.

Available options:
pending,
training,
active,
failed
trainable
string

Filter models that are trainable.

Response

200 - application/json
created_at
string
required

Creation date of the model.

id
string
required

ID of the model.

name
string
required

Name of the model.

status
enum<string>
required

Status of the model.

Available options:
pending,
training,
active,
failed
description
string

Description of the model.

from_model_id
string

ID of the model to clone.

organization_id
string | null

ID of the organization.

trainable
boolean
default:
false

Whether the model is trainable.

use_backup_for_generations
boolean
default:
false

Whether to use the backup model for generations.

use_backup_when_idle
boolean
default:
false

Whether to use the backup model when idle.

use_case_id
string | null

ID of the use case.