v6

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-1161427.0 KB
tune

List Tunes

List all tunes owned by the current user.

get/v1/tunes

Query parameters

offsetinteger

Offset into the results.

Offset into the results.

limitinteger

The max number of results to be shown (limit 100).

The max number of results to be shown (limit 100).

namestring nullable

The name of the tune to filter on.

The name of the tune to filter on.

tune_type'lora_tune' | 'text_to_speech_latent_tune' | 'text_to_speech_rvc_tune' | 'text_to_speech_tortoise_tune'

The type of tune requested.

The type of the tune to filter on.

base_checkpoint_idstring uuid nullable

The base checkpoint ID for the LoRA tune.

The base checkpoint ID for the LoRA tune.

trigger_wordsstring[] nullable

The trigger words to filter on.

The trigger words to filter on.

enginestring nullable

The engine type.

The engine type.

Response

Successful Response

has_moreboolean required

True if it has more items than the returned list.

totalinteger required

Total number of tunes.