Overview
GroqTTSService
provides fast text-to-speech synthesis using Groq’s TTS API with multiple voice options. The service operates at a fixed 48kHz sample rate and offers efficient audio streaming for real-time applications with ultra-low latency.
Groq TTS API Reference
Pipecat’s API methods for Groq TTS integration
Example Implementation
Complete example with Groq STT and LLM
Groq Documentation
Official Groq API documentation and models
Voice Options
Explore available voice models and features
Installation
To use Groq services, install the required dependencies:Prerequisites
Groq Account Setup
Before using Groq TTS services, you need:- Groq Account: Sign up at Groq Console
- API Key: Generate an API key from your account dashboard
- Voice Selection: Choose from available voice models
Required Environment Variables
GROQ_API_KEY
: Your Groq API key for authentication