OpenWhispr gives you four ways to process speech. Pick the one that fits your workflow.Documentation Index
Fetch the complete documentation index at: https://docs.openwhispr.com/llms.txt
Use this file to discover all available pages before exploring further.
OpenWhispr Cloud
Sign in with Google, Apple (macOS), Microsoft, or email — no API keys needed.- Free plan — 2,000 words/week with a 7-day Pro trial for new accounts
- Pro plan — unlimited transcriptions
- Fastest option, no model downloads
- Audio is processed on OpenWhispr’s servers
Bring your own key (BYOK)
Use your own API keys from third-party providers:| Provider | What you get |
|---|---|
| OpenAI | Whisper API for transcription, GPT for AI agent |
| Groq | Ultra-fast inference with Llama and Mixtral |
| AssemblyAI | Alternative transcription provider |
| Mistral | Voxtral transcription model |
Enterprise
Point OpenWhispr at your organization’s cloud LLM account — no personal API keys, no proxy. Credentials resolve through the standard cloud SDK chain (SSO, assumed roles, env vars).- AWS Bedrock — generally available
- Azure OpenAI and GCP Vertex AI — coming soon
Local processing
Download a model and process everything on your device. Audio never leaves your machine.- Whisper — multiple model sizes from 75 MB to 3 GB
- NVIDIA Parakeet — fast multilingual model (~680 MB)
- Works offline after initial model download
- See local models for setup
Comparison
| Cloud | BYOK | Enterprise | Local | |
|---|---|---|---|---|
| Setup | Sign in | Add API key | Configure cloud credentials | Download model |
| Speed | Fast | Fast | Fast | Depends on model |
| Privacy | Audio sent to servers | Audio sent to provider | Audio sent to your cloud account | Fully private |
| Internet | Required | Required | Required | Not needed |
| Cost | Free tier or Pro plan | Your provider’s pricing | Your cloud account’s pricing | Free |