Skip the $100–200/month Anthropic Max plan. Route Claude Code through GMI Cloud and pay only for what you use – same models, no rate limits, no quota caps.
2026年4月14日

Anthropic's Claude Code is one of the best AI coding tools right now. But the official Max plan costs $100–$200/month, and the pay-as-you-go API comes with rate limits that kill long agentic sessions. There's a better path: route Claude Code through GMI Cloud and pay only for what you actually use, same models, no quotas, no monthly commitment.
The token pricing is identical to Anthropic directly, $3/$15 per 1M tokens for Sonnet 4.6. The real wins are:
For a solo dev doing occasional sessions, this easily beats paying $20–$200/month upfront.
Open a fresh terminal window on your Mac.
nano ~/.zshrc
Use the ↓ arrow key to go to the very last line.
Replace your_gmi_api_key_here with your real key:
export ANTHROPIC_BASE_URL=https://api.gmi-serving.com
export ANTHROPIC_AUTH_TOKEN=your_gmi_api_key_here
export API_TIMEOUT_MS=600000
export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1
export ANTHROPIC_MODEL="anthropic/claude-sonnet-4.6"
export ANTHROPIC_SMALL_FAST_MODEL="anthropic/claude-sonnet-4.6"
export ANTHROPIC_DEFAULT_SONNET_MODEL="anthropic/claude-sonnet-4.6"
export ANTHROPIC_DEFAULT_OPUS_MODEL="anthropic/claude-opus-4.6"
export ANTHROPIC_DEFAULT_HAIKU_MODEL="anthropic/claude-haiku-4.6"
Press Ctrl + X, then Y, then Enter.
source ~/.zshrc
claude /logout
claude
No login screen. No $5 prompt. No rate limits. Claude Code connects straight to GMI Cloud.
GMI Cloud helps you architect, deploy, optimize, and scale your AI strategies
