Hey all
I love Claude Code but was burning through my Anthropic credits way too fast. Wanted to hook it up to cheaper providers like OpenRouter, but Claude Code expects Anthropic's API format.
So I built a simple proxy that sits in the middle - Claude Code thinks it's talking to Anthropic, but I'm actually hitting whatever LLM I want. Bonus: I had multiple API subscriptions sitting around, so I added key rotation to cycle through them all efficiently. Would be happy to get some feedback or suggestions to improve it.