Overview
CartesiaSTTService
provides real-time speech recognition using Cartesia’s WebSocket API with the ink-whisper
model, supporting streaming transcription with both interim and final results for low-latency applications.
Cartesia STT API Reference
Pipecat’s API methods for Cartesia STT integration
Example Implementation
Complete example with transcription logging
Cartesia Documentation
Official Cartesia STT documentation and features
Cartesia Platform
Access API keys and transcription models
Installation
To use Cartesia services, install the required dependency:Prerequisites
Cartesia Account Setup
Before using Cartesia STT services, you need:- Cartesia Account: Sign up at Cartesia
- API Key: Generate an API key from your account dashboard
- Model Access: Ensure access to the ink-whisper transcription model
Required Environment Variables
CARTESIA_API_KEY
: Your Cartesia API key for authentication