Overview
GladiaSTTService
provides real-time speech recognition using Gladia’s WebSocket API with support for 99+ languages, custom vocabulary, translation, sentiment analysis, and advanced audio processing features for comprehensive transcription.
Gladia STT API Reference
Pipecat’s API methods for Gladia STT integration
Example Implementation
Complete example with interruption handling
Gladia Documentation
Official Gladia documentation and features
Gladia Platform
Access multilingual transcription and API keys
Installation
To use Gladia services, install the required dependency:Prerequisites
Gladia Account Setup
Before using Gladia STT services, you need:- Gladia Account: Sign up at Gladia
- API Key: Generate an API key from your account dashboard
- Region Selection: Choose your preferred region (EU-West or US-West)
Required Environment Variables
GLADIA_API_KEY
: Your Gladia API key for authenticationGLADIA_REGION
: Your preferred region (optional, defaults to “eu-west”)