claude-max-api-proxy is a community tool that exposes your Claude Max/Pro subscription as an OpenAI-compatible API endpoint. This allows you to use your subscription with any tool that supports the OpenAI API format.Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why use this?
| Approach | Cost | Best For |
|---|---|---|
| Anthropic API | Pay per token (~75/M output for Opus) | Production apps, high volume |
| Claude Max subscription | $200/month flat | Personal use, development, unlimited usage |
How it works
- Accepts OpenAI-format requests at
http://localhost:3456/v1/chat/completions - Converts them to Claude Code CLI commands
- Returns responses in OpenAI format (streaming supported)
Getting started
Built-in catalog
| Model ID | Maps To |
|---|---|
claude-opus-4 | Claude Opus 4 |
claude-sonnet-4 | Claude Sonnet 4 |
claude-haiku-4 | Claude Haiku 4 |
Advanced configuration
Proxy-style OpenAI-compatible notes
Proxy-style OpenAI-compatible notes
This path uses the same proxy-style OpenAI-compatible route as other custom
/v1 backends:- Native OpenAI-only request shaping does not apply
- No
service_tier, no Responsesstore, no prompt-cache hints, and no OpenAI reasoning-compat payload shaping - Hidden OpenClaw attribution headers (
originator,version,User-Agent) are not injected on the proxy URL
Auto-start on macOS with LaunchAgent
Auto-start on macOS with LaunchAgent
Create a LaunchAgent to run the proxy automatically:
Links
- npm: https://www.npmjs.com/package/claude-max-api-proxy
- GitHub: https://github.com/atalovesyou/claude-max-api-proxy
- Issues: https://github.com/atalovesyou/claude-max-api-proxy/issues
Notes
- This is a community tool, not officially supported by Anthropic or OpenClaw
- Requires an active Claude Max/Pro subscription with Claude Code CLI authenticated
- The proxy runs locally and does not send data to any third-party servers
- Streaming responses are fully supported
For native Anthropic integration with Claude CLI or API keys, see Anthropic provider. For OpenAI/Codex subscriptions, see OpenAI provider.
Related
Anthropic provider
Native OpenClaw integration with Claude CLI or API keys.
OpenAI provider
For OpenAI/Codex subscriptions.
Model selection
Overview of all providers, model refs, and failover behavior.
Configuration
Full config reference.