v1

latestOpenAPI 3.0.02026-07-13650400.5 KB
Tailored Generation

Get Model by ID

Retrieve full model information including name, description, status (Created/InProgress/Completed/Failed/Stopping/Stopped), training version (Light/Max), generation prefix, project ID, dataset ID, and timestamps.

get/tailored-gen/models/{model_id}

Path parameters

model_idinteger required

Model ID

Headers

api_tokenstring required

Response

Successfully retrieved model

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