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.