Found a way to use Claude Code with NVIDIA Cloud models.

Posted by Amazing-Candle-1430@reddit | LocalLLaMA | View on Reddit | 3 comments

Just wanted to share a project I've been refining: "Arbiter." It's a local proxy that translates Anthropic's streaming format to OpenAI's format in real-time.

The main goal was to make Claude Code’s agentic features (tool use, disk access, terminal control) compatible with free cloud providers. I added some logic to handle the specific crash conditions that usually happen when people try to use LiteLLM or similar proxies directly with the Claude CLI.

Current status:

I'll post the repository info in the comments for those who want to check it out