Overview
GroqSTTService
provides high-accuracy speech recognition using Groq’s hosted Whisper API with ultra-fast inference speeds. It uses Voice Activity Detection (VAD) to process speech segments efficiently for optimal performance and accuracy.
Groq STT API Reference
Pipecat’s API methods for Groq STT integration
Example Implementation
Complete example with Groq ecosystem integration
Groq Documentation
Official Groq STT documentation and features
Groq Console
Access API keys and Whisper models
Installation
To use Groq services, install the required dependency:Prerequisites
Groq Account Setup
Before using Groq STT services, you need:- Groq Account: Sign up at Groq Console
- API Key: Generate an API key from your console dashboard
- Model Access: Ensure access to Whisper transcription models
Required Environment Variables
GROQ_API_KEY
: Your Groq API key for authentication