Skip to main content

@elizaos/core v1.0.0-beta.34 / TextToSpeechParams

Interface: TextToSpeechParams

Parameters for text-to-speech models

Extends

Properties

runtime

runtime: IAgentRuntime

The agent runtime for accessing services and utilities

Inherited from

BaseModelParams.runtime

Defined in

packages/core/src/types.ts:1311


text

text: string

The text to convert to speech

Defined in

packages/core/src/types.ts:1397


voice?

optional voice: string

The voice to use

Defined in

packages/core/src/types.ts:1399


speed?

optional speed: number

The speaking speed

Defined in

packages/core/src/types.ts:1401