OpenRouter¶
Purpose¶
LLM routing gateway that provides unified API access to multiple LLM providers (OpenAI, Anthropic, Google, Meta/Llama, DeepSeek, etc.) through a single endpoint. Enables model-agnostic code and rapid experimentation across providers without managing multiple API clients.
How we use it¶
Provides LLM access for cases where we need provider flexibility or want to avoid multiple direct API integrations. Subscription poller at ~/.ecomonetize/scripts/subscription-pollers/ tracks usage cost.
Setup & credentials¶
OpenRouter API key stored in 1Password. Subscription poller feeds the internal Subscription Cost Report dashboard.
Owner¶
tbd — likely code.platform when Active
Related¶
- [[subscription-cost-report]] — tracks OpenRouter cost burn
- [[1password]] — credentials
- [[llama]], [[google-gemini]], [[deepseek]] — models accessible via OpenRouter
Notes¶
Useful for council review and model-diversity experiments since one API key covers multiple providers.