What problem does it solve?
Groq enables ultra-fast OpenAI-compatible chat completions and low-latency Whisper speech-to-text so you can reduce response time in conversational and voice workflows.
Core Features & Use Cases
- Fast Inference (OpenAI-compatible chat): Send prompts to Groq’s
/chat/completions endpoint for rapid text generation and tool/function calling, optimized for EOS routing and real-time UX.
- Voice Transcription (Whisper STT): Transcribe Discord voice recordings via Groq’s native
/audio/transcriptions (whisper-large-v3 or whisper-large-v3-turbo) for turning speech into actionable text.
- Reliable Streaming & Structured Output: Use SSE streaming for token-by-token replies and JSON mode for structured extraction and function calling.
Quick Start
Set your Groq API key in the environment variable GROQ_API_KEY, then ask the AI to “Transcribe the attached audio using whisper-large-v3-turbo with language en, and return the transcript.”