Use APIXO as a drop-in gateway by changing the SDK base URL and API key. Keep the same official request shape and switch models by changing theDocumentation Index
Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
model value.
Claude SDK
Use this when your app is built with the Anthropic Claude SDK or another Claude-compatible client.| Setting | Value |
|---|---|
| Base URL | https://llm.apixo.ai |
| API key env | APIXO_API_KEY |
| Model field | Request body model |
OpenAI SDK
Use this when your app is built with the OpenAI SDK and calls the Responses API.| Setting | Value |
|---|---|
| Base URL | https://llm.apixo.ai/v1 |
| API key env | APIXO_API_KEY |
| Model field | Request body model |
Gemini fetch client
Use this when your app calls Gemini-compatible HTTP endpoints directly.| Setting | Value |
|---|---|
| Base URL | https://llm.apixo.ai |
| API key env | APIXO_API_KEY |
| Model location | URL path /v1beta/models/{model}:generateContent |
Switch models
You do not need a different API key to switch models. Change only the model id used by the provider-compatible API.Supported models
Copy current Claude, OpenAI, and Gemini model ids.
Streaming
Enable streaming with each provider’s normal streaming option.
Claude API
Claude-compatible endpoint and curl example.
OpenAI Responses API
OpenAI-compatible endpoint and curl example.
Gemini API
Gemini-compatible endpoint and curl example.