v1

latestOpenAPI 3.0.02026-07-13650400.5 KB
Tailored Generation

Get Models by Project

Retrieve all models for a project. If there are no models, an empty array is returned.

get/tailored-gen/projects/{project_id}/models

Path parameters

project_idinteger required

Project ID

Headers

api_tokenstring required

Response

Successfully retrieved models

idinteger

Unique identifier for the model

namestring

Name of the model

descriptionstring

Description of the model

status'Created' | 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped'

Status of the model

training_version'light' | 'max'

Training version

generation_prefixstring

Text drawn from the dataset's caption_prefix that is automatically prepended to generation prompts to maintain consistency. It matches the dataset's caption_prefix. It can be bypassed during generation by setting include_generation_prefix=false.

project_idinteger

ID of the project this model belongs to

dataset_idinteger

ID of the dataset used for training

created_atstring date-time

Timestamp when the model was created

updated_atstring date-time

Timestamp when the model was last updated