Free, self-hosted gateway that routes across AI providers.
An MIT-licensed gateway that puts hundreds of providers behind one local OpenAI-compatible endpoint, falling back automatically when one runs out of quota. Works with Claude Code, Codex, Cursor and OpenCode.
Works with
Key info
- Pricing
- Open source
- Category
- Utilities
- Cost
- Free and open source (MIT); you run it yourself
- Install
- npm install -g omniroute
- What it does
- Routes requests across AI providers and falls back when one fails
- Works with
- Claude Code, Cursor, Cline and other tools, through an OpenAI-compatible endpoint
- Good for
- Stretching free model quotas across providers
Related reading
- Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert