/install groq-whisper-api
Groq Whisper API (curl)
Transcribe an audio file via Groq’s OpenAI-compatible /openai/v1/audio/transcriptions endpoint.
Quick start
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
Defaults:
- Model:
whisper-large-v3-turbo - Output:
\x3Cinput>.txt
Useful flags
{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-large-v3 --out /tmp/transcript.txt
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language en
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel"
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json
API key
Set GROQ_API_KEY, or configure it in ~/.openclaw/openclaw.json:
{
skills: {
"groq-whisper-api": {
apiKey: "GROQ_KEY_HERE",
},
},
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install groq-whisper-api - After installation, invoke the skill by name or use
/groq-whisper-api - Provide required inputs per the skill's parameter spec and get structured output
What is Transcribe audio via Groq API (~10x cheaper than OpenAI API)?
Transcribe audio via Groq Automatic Speech Recognition (ASR) Models (Whisper). It is an AI Agent Skill for Claude Code / OpenClaw, with 429 downloads so far.
How do I install Transcribe audio via Groq API (~10x cheaper than OpenAI API)?
Run "/install groq-whisper-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Transcribe audio via Groq API (~10x cheaper than OpenAI API) free?
Yes, Transcribe audio via Groq API (~10x cheaper than OpenAI API) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Transcribe audio via Groq API (~10x cheaper than OpenAI API) support?
Transcribe audio via Groq API (~10x cheaper than OpenAI API) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Transcribe audio via Groq API (~10x cheaper than OpenAI API)?
It is built and maintained by maxceem (@maxceem); the current version is v1.0.0.