Free Groq Voice Recognition
Overview
100% FREE voice recognition powered by Groq's complimentary Whisper API (whisper-large-v3 model). No credit card required, no usage limits.
Convert audio messages, voice notes, and recordings to text in 50+ languages. Perfect for:
- ๐๏ธ Voice message transcription
- ๐ Meeting notes
- โฟ Accessibility features
- ๐ค Voice-controlled automation
Cost: $0.00
- โ Completely free Groq API tier
- โ No credit card needed
- โ No monthly fees
- โ Generous rate limits
- โ Whisper-large-v3 model (most accurate)
Setup
1. Get Your FREE Groq API Key
- Visit https://console.groq.com/
- Sign up for free (takes 30 seconds)
- Navigate to API Keys
- Create a new API key
- Copy the key
That's it! No payment required.
2. Configure Proxy (If in Restricted Regions)
Groq API may require a proxy in certain regions (e.g., mainland China).
Add to your TOOLS.md:
### Proxy Settings
- HTTP Proxy: http://127.0.0.1:7890
### Voice Recognition (FREE Groq Whisper)
- API Key: gsk_your_key_here
- Model: whisper-large-v3
- Language: zh (or your preferred language)
- Requires Proxy: Yes (if in restricted region)
3. Test the Skill
Send a voice message and ask me to transcribe it!
Usage Examples
Basic Transcription:
User: [sends voice message]
You: You said: "ไฝ ๅฅฝ๏ผ่ฟๆฏไธๆกๆต่ฏๆถๆฏ"
With Language Hint:
User: ่ฏๅซ่ฟๆฎต่ฑๆ่ฏญ้ณ
You: [automatically uses language=en]
Batch Processing:
User: ๅธฎๆ่ฏๅซ่ฟไธชๆไปถๅคน้ๆๆ็่ฏญ้ณๆไปถ
You: [processes all .ogg/.mp3/.wav files]
Supported Languages
- ๐จ๐ณ Chinese (zh) - Mandarin, Cantonese
- ๐บ๐ธ English (en) - US, UK, Australian
- ๐ฏ๐ต Japanese (ja)
- ๐ฐ๐ท Korean (ko)
- ๐ซ๐ท French (fr)
- ๐ฉ๐ช German (de)
- ๐ช๐ธ Spanish (es)
- ๐ฎ๐น Italian (it)
- ๐ต๐น Portuguese (pt)
- ๐ท๐บ Russian (ru)
- ... and 40+ more
Technical Details
API Endpoint:
https://api.groq.com/openai/v1/audio/transcriptions
Model: whisper-large-v3 (OpenAI's most accurate model)
Supported Formats:
- OGG/OPUS (Feishu, Telegram default)
- MP3
- WAV
- M4A
- WebM
Proxy Requirements:
- Use HTTP proxy (not SOCKS5)
- Default:
http://127.0.0.1:7890
Troubleshooting
โ "Forbidden" Error:
- Check API key is valid
- Ensure proxy is configured (if in restricted region)
- Try HTTP proxy instead of SOCKS5
โ "File Not Found":
- Check file path is absolute
- Ensure file exists
โ Slow Response:
- Check proxy speed
- Groq API is usually fast (< 1s for short audio)
Privacy & Security
- โ Audio processed by Groq's API (not stored permanently)
- โ API key stored locally in your TOOLS.md
- โ No data sent to third parties
- โ Open-source and auditable
Why Groq?
FREE vs Paid Alternatives:
| Service | Cost | Accuracy | Speed |
|---|---|---|---|
| Groq (FREE) | $0 | โญโญโญโญโญ | โกโกโกโกโก |
| OpenAI Whisper | $0.006/min | โญโญโญโญโญ | โกโกโก |
| Google Speech | $0.006/min | โญโญโญโญ | โกโกโกโก |
| AWS Transcribe | $0.024/min | โญโญโญโญ | โกโกโก |
Groq's free tier offers:
- Same Whisper-large-v3 model as OpenAI
- Faster inference (Groq's LPU chip)
- No usage limits (fair use policy)
- No credit card required
Contributing
Want to improve this skill?
- Fork on ClawHub
- Submit improvements
- Share with the community
License
MIT - Free to use, modify, and distribute.
Enjoy FREE voice recognition! ๐
No more paying for transcription services. Groq's complimentary API makes professional-grade speech-to-text accessible to everyone.






