tune
Create Tune
Spawn a tune.
post/v1/tune
Request body
continue_on_rejectionboolean nullable
Continue fine-tuning if any asset was rejected.
descriptionstring nullable
Description for the tune.
namestring required
The name of the tune.
Response
Successful Response
created_atstring date-time required
The time this tune task was created.
deleted_atstring date-time nullable
The time this tune task was deleted.
descriptionstring required
The description of the tune.
idstring required
The ID of the LoRA tune.
namestring required
The name of the tune.
output_lora_idsstring[] required
The output LoRA IDs, if the task was successful.
status'pending' | 'running' | 'succeeded' | 'cancelled' | 'failed' required
The status of the tune job.
status_detailsstring required
The details of the status, only used when the associated task failed.
succeeded_atstring date-time nullable
The time the tune task succeeded.
tenant_idstring uuid required
The tenant who requested the LoRA tune.
tune_type'lora_tune' | 'text_to_speech_latent_tune' | 'text_to_speech_rvc_tune' | 'text_to_speech_tortoise_tune' required
The type of tune requested.
updated_atstring date-time required
The time this tune task was updated.