Fine Tuning API

Create Tune

POST
Spawn a tune.

Request

This endpoint expects an object.
details
unionRequired
Details of the tune.
name
stringRequired
The name of the tune.
continue_on_rejection
booleanOptional
Continue fine-tuning if any asset was rejected.
description
stringOptional
Description for the tune.

Response

This endpoint returns an object
created_at
datetime
The time this tune task was created.
description
string
The description of the tune.
details
union
Tune details. This field is used to store a specific tune type configurations.
id
string
The ID of the LoRA tune.
name
string
The name of the tune.
output_lora_ids
list of strings
The output LoRA IDs, if the task was successful.
status
enum
The status of the associated task.
Allowed values: pendingrunningsucceededcancelledfailed
status_details
string
The details of the status, only used when the associated task failed.
tenant_id
string
The tenant who requested the LoRA tune.
tune_type
enum
The type of this tune.
Allowed values: lora_tunetext_tunetext_to_speech_latent_tunetext_to_speech_rvc_tunetext_to_speech_tortoise_tune
updated_at
datetime
The time this tune task was updated.
deleted_at
datetimeOptional
The time this tune task was deleted.
result
objectOptional
Tune result.
succeeded_at
datetimeOptional
The time the tune task succeeded.