Overview
Groq delivers speech-to-text through its OpenAI Whisper-compatible HTTP API, accelerated by the LPU inference engine for extremely fast transcription. It supports a wide range of languages and is well-suited for real-time voice assistant pipelines that require near-instant transcripts.Authentication
| Key | Description |
|---|---|
key | API key from console.groq.com |
Configuration
| Option | Description |
|---|---|
model | Whisper model: whisper-large-v3-turbo (fast), whisper-large-v3 (highest accuracy) |
language | ISO-639-1 language code (e.g. en, es, fr, de, ja, zh). Leave blank for automatic detection |
Getting Started
Add Groq credentials to your vault
Navigate to Integration → Vault in the Rapida dashboard. Add your Groq API key from your Groq console.
Select Groq as your STT provider
When configuring your assistant, open Audio Settings and choose Groq as your Speech-to-Text provider.