1rgs/claude-code-proxy
A proxy server that routes Anthropic API requests to OpenAI, Gemini, or Anthropic models to enable Claude Code on non-Anthropic backends.

Velocity · 7d
+8.1
★ / day
Trend
→steady
star history
This project provides a middleware proxy that translates Anthropic API calls to work with OpenAI, Google Gemini, or direct Anthropic backends. It leverages LiteLLM as the underlying translation layer to support multiple LLM providers. Users configure API keys and preferred providers through environment variables, then route their Claude Code traffic through the proxy to use alternative models.