Groq Whisper
/install groq-whisper
Groq Whisper
Cloud speech-to-text via Groq's Whisper API. No local model, no GPU, no fan spin.
Setup
- Get a free API key at
console.groq.com - Store it:
Or setmkdir -p ~/.config/groq echo '{"api_key":"gsk_your_key_here"}' > ~/.config/groq/credentials.json chmod 600 ~/.config/groq/credentials.jsonGROQ_API_KEYenv var.
Usage
# Transcribe an audio file
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg
# Specify language (default: en)
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg es
When to use
Call this script whenever you receive an audio/voice message attachment. Pass the file path directly — Groq handles ogg, mp3, wav, m4a, webm, and flac natively. No format conversion needed.
Details
- Model: whisper-large-v3 (best accuracy)
- Speed: Faster than real-time (typically \x3C2s for a 5-minute clip)
- Cost: Free tier available, no credit card required
- Privacy: Groq does not retain input data or train on it
- Requires:
curl,jq, Groq API key
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install groq-whisper - After installation, invoke the skill by name or use
/groq-whisper - Provide required inputs per the skill's parameter spec and get structured output
What is Groq Whisper?
Transcribe audio files using Groq's Whisper API (whisper-large-v3). Fast cloud-based speech-to-text with no local model required. Use when receiving voice me... It is an AI Agent Skill for Claude Code / OpenClaw, with 186 downloads so far.
How do I install Groq Whisper?
Run "/install groq-whisper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Groq Whisper free?
Yes, Groq Whisper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Groq Whisper support?
Groq Whisper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Groq Whisper?
It is built and maintained by Brice Thrower (@directorvector); the current version is v1.0.1.