Clone options
Both client.clone() and client.createCloneJob() take the same options object.
| Option | Type | Default | Description |
|---|---|---|---|
text | string | required | Text to synthesize |
language | string | "en" | Source (reference voice) language |
synthesisLanguage | string | — | Output language, if different |
name | string | — | Label for this voice |
referenceVoiceName | string | — | Name of the reference voice |
cfgWeight | number | — | CFG guidance weight |
exaggeration | number | — | Expressiveness exaggeration |
temperature | number | — | Sampling temperature |
topP | number | — | Top-p sampling |
minP | number | — | Min-p sampling |
repetitionPenalty | number | — | Repetition penalty |
For polling-specific options (used only by client.clone()), see the second argument example in the Quickstart.