Zro

Claude Code

Run Claude Code against the Messages API.

Claude Code uses the Messages API. zro launch starts it with a session-scoped provider configuration and leaves your normal Claude Code config untouched.

zro launch claude --model deepseek-v4.1-flash

Switch models during a session with /model inside Claude Code.

Manual configuration

Claude Code reads the endpoint root (without /v1):

export ANTHROPIC_BASE_URL="https://zro.moonmath.ai"
export ANTHROPIC_AUTH_TOKEN="sk-..."
export ANTHROPIC_MODEL="deepseek-v4.1-flash"

Use any model ID from Models. kimi-k3 is a strong choice for long, tool-heavy sessions.

On this page