One endpoint. Nine models. Unlimited potential. Drop-in compatible with Claude Code, VS Code, and Cursor.
curl https://claudmax.pro/v1/chat/completions \
-H "Authorization: Bearer cmx_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-7",
"messages": [{"role": "user", "content": "Hello!"}]
}'Installation
Drop-in setup for every environment. Two env vars and you're live.
unset ANTHROPIC_API_KEY ANTHROPIC_AUTH_TOKEN ANTHROPIC_BASE_URL
mkdir -p ~/.claude
cat > ~/.claude/settings.json << 'SETTINGS'
{
"apiKeyHelper": "printf '%s\n' 'cmx_your_key_here'",
"env": {
"ANTHROPIC_BASE_URL": "https://claudmax.pro",
"CLAUDE_CODE_API_KEY_HELPER_TTL_MS": "3600000"
}
}
SETTINGSclaudeAll Claude Code requests now route through ClaudMax. Supports streaming, tool use, and all models.
Available Models
Live from /v1/models
| Model | Tier | Context | Status |
|---|---|---|---|