Supported providers
| Provider | Popular models | Strengths |
|---|---|---|
| Anthropic | Claude 4, Claude Sonnet | Best reasoning, coding, tool use |
| OpenAI | GPT-4.5, GPT-4o | Strong general purpose, vision |
| Gemini 2.5 Pro, Flash | Huge context windows, multimodal | |
| Ollama | Llama 3, Mistral, Phi | Full privacy, no API key, free |
Adding a provider
- In the app
- During onboarding
Open Settings (⌘ ,) → scroll to Providers → enter your API key → press Enter or click Save.The provider is immediately enabled.
Recommended models
| Use case | Model | Why |
|---|---|---|
| Daily driver | anthropic:claude-sonnet-4-20250514 | Best balance of speed + capability |
| Complex reasoning | anthropic:claude-4-20250514 | Most capable, deeper thinking |
| Fast responses | openai:gpt-4o | Quick, solid for simple tasks |
| Large files | google:gemini-2.5-pro | 1M token context window |
| Full privacy | ollama:llama3.1 | Everything runs locally |
Switching models
Use the model selector at the bottom of the chat input. You can change models mid-conversation — no restart needed.API key security
API keys are stored in your operating system’s native credential manager:| Platform | Storage |
|---|---|
| macOS | Keychain Access |
| Windows | Windows Credential Manager |
| Linux | Secret Service (GNOME Keyring / KDE Wallet) |
~/.ori/ deletion.
Getting API keys
| Provider | Where to get a key |
|---|---|
| Anthropic | console.anthropic.com → API Keys |
| OpenAI | platform.openai.com → API Keys |
| aistudio.google.com → Get API Key | |
| Ollama | No key needed — install Ollama and pull a model |