Skip to main content
Cartesia is a speech-to-text plugin. It transcribes the caller’s audio into text for the LLM over Cartesia’s streaming WebSocket API, using the ink-whisper model.
Cartesia is also available as a text-to-speech plugin.

Setup

Set your Cartesia API key in the worker environment. Generate a key from the Cartesia dashboard:

Usage

Import the plugin and pass it to the pipeline’s stt slot.

Parameters

Constructor parameters for the Python SDK (CartesiaSTT).

Import paths

Transcribed text passes to the LLM once turn detection decides the caller has finished speaking.