Use APIXO as a Claude-compatible API gateway. Keep the Anthropic Messages request format, replace the base URL, and use your APIXO API key.Documentation Index
Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What to change
| Setting | APIXO value |
|---|---|
| Base URL | https://llm.apixo.ai |
| Request URL | https://llm.apixo.ai/v1/messages |
| API key | APIXO_API_KEY from APIXO API Keys |
| API key header | x-api-key |
| Required version header | anthropic-version: 2023-06-01 |
| Model location | Request body model |
Quickstart
Streaming
SDK example
Use the Anthropic SDK with APIXO’s base URL.Supported Claude models
claude-opus-4-7claude-opus-4-6claude-opus-4-6-thinkingclaude-opus-4-5-20251101claude-opus-4-5-20251101-thinkingclaude-sonnet-4-6claude-sonnet-4-6-thinkingclaude-sonnet-4-5-20250929claude-sonnet-4-5-20250929-thinkingclaude-haiku-4-5-20251001claude-haiku-4-5-20251001-thinking
Troubleshooting
401: missing or invalid API key400: invalid Messages API request body, unsupported model id, or missingmax_tokens429: rate limit or temporary capacity limit502/504: upstream provider error or timeout
429, 502, and 504 with backoff. Fix 400 and 401 before retrying.