Whisper Input supports free switching between the two major AI services, configured as follows:
Groq service configuration process:
- Visit the Groq website to sign up for an account and get an API KEY!
- Copy the environment template file:
cp .env.example .env - Set in the .env file:
SERVICE_PLATFORM=groqGROQ_API_KEY=你的实际密钥
SiliconFlow service configuration:
- Requesting API credentials through the SiliconFlow platform
- Similarly modify the .env file parameters:
SERVICE_PLATFORM=siliconflowSILICONFLOW_API_KEY=你的实际密钥
Comparison of technical solutions:
| service provider | model version | responsiveness | free quota |
|---|---|---|---|
| Groq | Whisper Large V3 | 1-1.5 seconds | 50,000 characters/month |
| SiliconFlow | SenseVoiceSmall | 0.5-1 seconds | 30,000 characters/month |
Note: Configuration changes require a restart of the application to take effect. It is recommended that first-time users prioritize the Groq service for better documentation support and stability.
This answer comes from the articleWhisper Input: a free and high-speed voice-to-text transcription service using GroqThe




























