Values
| Field | Value |
|---|---|
| API Key | sk-your-key |
| Anthropic Base URL | https://moxus.ai |
| Model | A Claude or Anthropic-compatible model from Models and pricing |
Environment variables
If your tool supports environment variables, set:Custom Base URL support depends on the Claude Code version. If your tool has no Base URL setting, it may not be able to connect directly to Moxus AI.
Request format
Anthropic-compatible requests usually use/v1/messages and the x-api-key header. Test with cURL first:
When to use this path
- Your project already uses Claude Messages prompts or tool calls.
- You want Claude-style long-context code analysis.
- Your team already has Claude CLI workflows and only needs to replace endpoint and key.
Troubleshooting
Can I use the OpenAI Base URL for Claude Code?
Can I use the OpenAI Base URL for Claude Code?
Usually no. Claude Code-style tools use Anthropic protocol, so use
https://moxus.ai, not https://moxus.ai/v1.Which model name should I use?
Which model name should I use?
Use the exact model name shown in Models and pricing. If the model does not support Anthropic Messages, use an OpenAI-compatible client or choose another model.
There is no Base URL setting
There is no Base URL setting
The current tool version may only support Anthropic’s official service. Use Continue, Cursor, the OpenAI SDK, or a proxy you maintain.
