dexter icon indicating copy to clipboard operation
dexter copied to clipboard

feat: add OpenRouter provider support

Open Rish-it opened this issue 1 month ago • 0 comments

Adds OpenRouter as an LLM provider, enabling unified access to multiple models via a single API key.

Changes:

  • llm.ts: Add model factories for openai/, anthropic/, google/ prefixes
  • ModelSelector.tsx: Add OpenRouter with GPT-5.2, Claude Opus 4.5, Gemini 3 Pro
  • env.ts: Add openrouter to provider config
  • env.example & README.md: Document usage

Closes #26

Rish-it avatar Jan 09 '26 10:01 Rish-it