Supported tools
Anything that speaks the Anthropic Messages API or OpenAI Chat Completions API works.
| Tool | Endpoint type | Setup |
|---|---|---|
| Claude Code | Anthropic | ANTHROPIC_BASE_URL=http://localhost:4000 ANTHROPIC_AUTH_TOKEN=sk-omni-… |
| Cline (VS Code) | Anthropic | Settings → custom base URL + key |
| OpenCode | Anthropic | Config: provider.baseURL + key |
| Cursor | OpenAI | OPENAI_BASE_URL=http://localhost:4000/v1 |
| Aider | OpenAI | aider --openai-api-base=http://localhost:4000/v1 |
| Continue | Both | Add provider in config.json |
| Pi (Omnizen fork) | Native | Drop-in binary, pre-configured |