Create Tune

POST
Spawn a tune.

Request

This endpoint expects an object.
detailsobjectRequired
Details of the tune.
namestringRequired
The name of the tune.
continue_on_rejectionbooleanOptional
Continue fine-tuning if any asset was rejected.
descriptionstringOptional
Description for the tune.

Response

This endpoint returns an object
created_atdatetime
The time this tune task was created.
descriptionstring
The description of the tune.
detailsobject
Tune details. This field is used to store a specific tune type configurations.
idstring
The ID of the LoRA tune.
namestring
The name of the tune.
output_lora_idslist of strings
The output LoRA IDs, if the task was successful.
statusenum
Allowed values: pendingrunningsucceededcancelledfailed
The status of the associated task.
status_detailsstring
The details of the status, only used when the associated task failed.
tenant_idstring
The tenant who requested the LoRA tune.
tune_typeenum
Allowed values: lora_tunetext_tunetext_to_speech_latent_tunetext_to_speech_rvc_tunetext_to_speech_tortoise_tune
The type of this tune.
updated_atdatetime
The time this tune task was updated.
deleted_atdatetimeOptional
The time this tune task was deleted.
resultobjectOptional
Tune result.
succeeded_atdatetimeOptional
The time the tune task succeeded.