Skip to content

CloneOptions

Defined in: js/src/types.ts:12

Properties

cfgWeight?

optional cfgWeight?: number

Defined in: js/src/types.ts:26


exaggeration?

optional exaggeration?: number

Defined in: js/src/types.ts:27


language?

optional language?: string

Defined in: js/src/types.ts:14


minP?

optional minP?: number

Defined in: js/src/types.ts:30


name?

optional name?: string

Defined in: js/src/types.ts:16


referenceVoiceName?

optional referenceVoiceName?: string

Defined in: js/src/types.ts:17


repetitionPenalty?

optional repetitionPenalty?: number

Defined in: js/src/types.ts:31


speed?

optional speed?: AiSpeed

Defined in: js/src/types.ts:25

AI Mode speed preset. See style.


style?

optional style?: 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?

optional synthesisLanguage?: string

Defined in: js/src/types.ts:15


temperature?

optional temperature?: number

Defined in: js/src/types.ts:28


text

text: string

Defined in: js/src/types.ts:13


topP?

optional topP?: number

Defined in: js/src/types.ts:29