CloneOptions
Defined in: js/src/types.ts:12
Properties
cfgWeight?
optionalcfgWeight?:number
Defined in: js/src/types.ts:26
exaggeration?
optionalexaggeration?:number
Defined in: js/src/types.ts:27
language?
optionallanguage?:string
Defined in: js/src/types.ts:14
minP?
optionalminP?:number
Defined in: js/src/types.ts:30
name?
optionalname?:string
Defined in: js/src/types.ts:16
referenceVoiceName?
optionalreferenceVoiceName?:string
Defined in: js/src/types.ts:17
repetitionPenalty?
optionalrepetitionPenalty?:number
Defined in: js/src/types.ts:31
speed?
optionalspeed?:AiSpeed
Defined in: js/src/types.ts:25
AI Mode speed preset. See style.
style?
optionalstyle?:AiStyle
Defined in: js/src/types.ts:23
AI Mode style preset. When set together with speed, the backend uses
optimized parameters tuned for the chosen style+speed combination
instead of the scientific parameters below.
synthesisLanguage?
optionalsynthesisLanguage?:string
Defined in: js/src/types.ts:15
temperature?
optionaltemperature?:number
Defined in: js/src/types.ts:28
text
text:
string
Defined in: js/src/types.ts:13
topP?
optionaltopP?:number
Defined in: js/src/types.ts:29