Route Claude Code and other coding agents to the model providers you choose, with fail-over and per-task routing.
npm install -g @musistudio/claude-code-routerClaude Code Router (CCR) sits between your coding agent and the model APIs. You connect providers once, then route requests to the model you want, fail over when one is down, and add capabilities with plugins.
npm install -g @musistudio/claude-code-router
Configure your providers, then start your agent through the router. The README has the command for each tool.
diegosouzapw · Tool / CLI
A free AI gateway with one OpenAI-compatible endpoint that routes across hundreds of providers, many with free tiers.
Alishahryar1 · Tool / CLI
A local proxy that runs Claude Code, Codex and other agents on free-tier providers, falling back automatically when one goes down.
NVIDIA NeMo · Tool / CLI
NVIDIA's Rust proxy that routes each LLM call to the cheapest model that can still do the job, keeping native OpenAI and Anthropic APIs.