Use APIXO as an OpenAI Responses-compatible API gateway. Keep the Responses API 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 |
|---|---|
| SDK Base URL | https://llm.apixo.ai/v1 |
| Endpoint | POST /responses |
| Request URL | https://llm.apixo.ai/v1/responses |
| API key | APIXO_API_KEY from APIXO API Keys |
| API key header | Authorization: Bearer $APIXO_API_KEY |
| Model location | Request body model |
Quickstart
Streaming
SDK example
Use the OpenAI SDK with APIXO’s Responses-compatible base URL.Supported OpenAI models
gpt-5.4gpt-5.4-progpt-5.4-minigpt-5.4-nanogpt-5.2gpt-5.1
Troubleshooting
401: missing or invalid API key400: invalid Responses API request body or unsupported model id429: rate limit or temporary capacity limit502/504: upstream provider error or timeout
429, 502, and 504 with backoff. Fix 400 and 401 before retrying.