Skip to main content

@elizaos/core v1.0.0-beta.51 / 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:1625


text​

text: string

The text to convert to speech

Defined in​

packages/core/src/types.ts:1711


voice?​

optional voice: string

The voice to use

Defined in​

packages/core/src/types.ts:1713


speed?​

optional speed: number

The speaking speed

Defined in​

packages/core/src/types.ts:1715