Skip to content

bodhi-realtime-agent / CartesiaTTSConfig

Interface: CartesiaTTSConfig

Defined in: transport/cartesia-tts-provider.ts:8

Configuration for the Cartesia TTS provider.

Properties

apiKey

apiKey: string

Defined in: transport/cartesia-tts-provider.ts:10

Cartesia API key. Required.


emotion?

optional emotion: string[]

Defined in: transport/cartesia-tts-provider.ts:20

Emotion tags (e.g. ['cheerful', 'friendly']). Default: [].


language?

optional language: string

Defined in: transport/cartesia-tts-provider.ts:16

ISO 639-1 language code (e.g. 'en'). Default: 'en'.


modelId?

optional modelId: string

Defined in: transport/cartesia-tts-provider.ts:14

Model identifier. Default: 'sonic-2'.


speed?

optional speed: number | "normal" | "slowest" | "slow" | "fast" | "fastest"

Defined in: transport/cartesia-tts-provider.ts:18

Speech speed control. Default: 'normal'.


voiceId

voiceId: string

Defined in: transport/cartesia-tts-provider.ts:12

Cartesia voice ID. Required.

Built with VitePress