Run a local proxy between the Claude Code CLI and Anthropic to route around pricing and limits with NVIDIA-hosted frontier models.
What's inside
by Divjot Sahni · EZYE Consulting · ezye.com.au
Why the proxy works
Claude Code sends every request to a base URL it reads from an environment variable
A proxy sits on your machine, catches that request, and decides where it actually goes
This is the single line that flips control from Anthropic to you...
Repointing the CLI
Set ANTHROPIC_BASE_URL to your local server address
Drop in your NVIDIA API key so the proxy can call frontier models
Map Opus and Sonnet to the NVIDIA-hosted models you want to run instead...
Free access — enter your email below