Skip to content

Clone options

Both client.clone() and client.createCloneJob() take the same options object.

OptionTypeDefaultDescription
textstringrequiredText to synthesize
languagestring"en"Source (reference voice) language
synthesisLanguagestringOutput language, if different
namestringLabel for this voice
referenceVoiceNamestringName of the reference voice
cfgWeightnumberCFG guidance weight
exaggerationnumberExpressiveness exaggeration
temperaturenumberSampling temperature
topPnumberTop-p sampling
minPnumberMin-p sampling
repetitionPenaltynumberRepetition penalty

For polling-specific options (used only by client.clone()), see the second argument example in the Quickstart.