musistudio/claude-code-router
A proxy/router tool that intercepts Claude Code requests and routes them to configurable AI model providers.

This project acts as an intermediary layer for Claude Code, enabling developers to route coding assistant requests to different AI models beyond Anthropic’s default offering. It supports multiple providers including OpenRouter, DeepSeek, Ollama, Gemini, Volcengine, and SiliconFlow. The tool offers request/response transformation, dynamic model switching via a CLI command, and a plugin system for extensibility. It also provides GitHub Actions integration for CI/CD-driven coding tasks.