| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-07 | 1.7 kB | |
| v1.1.0 -- OpenRouter BYOK support source code.tar.gz | 2026-05-07 | 1.4 MB | |
| v1.1.0 -- OpenRouter BYOK support source code.zip | 2026-05-07 | 1.5 MB | |
| Totals: 3 Items | 2.9 MB | 3 | |
Adds OpenRouter as a third AI provider option alongside Anthropic and OpenAI. One key gives users access to Claude, GPT, Gemini, Llama, and Mistral through a single account.
What's new
- New
OPENROUTER_API_KEYenv var — set it in.envsystem-wide, or paste a per-user key in Settings → AI Provider (encrypted with AES-256 before storage). - Premium-leaning model list — verified live against
https://openrouter.ai/api/v1/modelson 2026-05-07: anthropic/claude-opus-4.7(default — the most premium Anthropic model)anthropic/claude-opus-4.6-fastanthropic/claude-sonnet-4.6openai/gpt-5.5openai/gpt-5.4openai/gpt-5.4-minigoogle/gemini-3.1-pro-previewgoogle/gemini-3.1-flash-lite- Same UX as the existing Anthropic / OpenAI flow — pick provider, pick model, paste key, save. Provider is encrypted at rest and never leaves your machine except when calling OpenRouter directly.
Why use OpenRouter
If you want to switch between premium models without managing multiple provider accounts, OpenRouter is a single billing relationship that resells access to every major frontier model. Especially useful when comparing Claude vs GPT vs Gemini for the same generation task without juggling three keys.
Setup
- Get a key at openrouter.ai/keys
- Either set
OPENROUTER_API_KEY=sk-or-...in your.env, or paste it in Settings → AI Provider in the running app - Pick your model in the dropdown. Default is Claude Opus 4.7.
Backwards compatibility
No schema migration. Existing Anthropic / OpenAI configs continue to work unchanged. All 92 existing tests pass.