Overview
Vowen uses AI in two ways:- AI Enhancement: polishes your transcriptions (grammar, formatting)
- Command Mode: processes voice instructions with full AI capabilities
Supported Providers
Vowen supports 10 providers. Click any provider name in the table to go directly to the page where you generate an API key.
The free plan supports one configured provider at a time. Custom API and adding multiple providers as backups both require Pro.
Setup Steps
1
Open AI Settings
Go to Settings > AI Setup.
2
Click Setup on a provider
Each provider card has a Setup button. Click it to open the configuration popup.
3
Paste your API key
Enter the key from the provider’s dashboard. The popup also has a “See how to retrieve API key here” link that opens the provider’s API key page in your browser.

4
Pick a default model
Choose from the dropdown. The recommended model is pre-selected. Different models offer different speed, quality, and cost trade-offs.
5
Click Connect
Vowen verifies the key and saves it. A green check on the provider card means it’s the active connection.
Custom API setup
The Custom API provider works with any OpenAI-compatible endpoint (Ollama, LM Studio, vLLM, self-hosted models, internal gateways). Its setup popup has one extra field.
- API Key (optional): leave blank if your endpoint doesn’t require auth.
- Base URL (required): point at your endpoint, e.g.,
http://localhost:11434/v1for Ollama. - Default model: the model identifier your endpoint expects (e.g.,
gpt-4o-mini,llama3.1).
Disconnecting a provider
Open the Setup popup on a connected provider (its card has a gear icon and a green check). A Disconnect button appears in the bottom right. Click it to remove the key and clear the active connection.
Where to Get API Keys
Each card opens the provider’s developer console where you sign up and generate a key.Free tier
Groq
Generous free tier. Ideal for daily dictation.
Generous free tier with multimodal support.
Cerebras
Free tier with ultra-fast inference.
DeepSeek
Free tier with limited monthly tokens.
Paid
OpenAI
Requires payment method. Top overall quality.
Anthropic
Requires funded credits. Starter credits on signup.
Azure
Requires Azure subscription. Enterprise compliance.
AWS Bedrock
Requires AWS account. Enable models, create key.
Multi-provider gateways
OpenRouter
One key, 700+ models. Several free options.
Self-hosted
Custom API
Point Vowen at any OpenAI-compatible endpoint. Works with Ollama, LM Studio, vLLM, and self-hosted models.
Switching Providers
Configuring more than one provider is recommended. AI APIs occasionally go down or hit rate limits, and having a second provider connected means you can switch in seconds instead of scrambling to set up a new key mid-outage.- The active provider shows a green check on its card
- Click any configured provider to make it active
- API keys stay saved, so no need to re-enter them when switching
- If your active provider has an outage, switching to a configured backup is one click away
Model Selection
After connecting a provider, click the gear icon on the provider card to select which model to use. Models vary in:- Speed: how quickly responses come back
- Quality: how well it follows instructions and formats text
- Cost: per-token pricing (relevant for paid providers)
Rate Limits
If you hit rate limits (especially on free tiers):- Switch between providers (e.g., alternate between Groq and Gemini)
- Use a larger model that has higher limits
- Wait a few minutes for limits to reset
- Consider upgrading to a paid tier for heavy usage
Security
Your API keys are:- Encrypted at rest using your OS’s secure keystore (Keychain or DPAPI)
- Never sent to Vowen servers, only to your selected AI provider
- Stored locally on your machine, never on our infrastructure