Use APIXO as a Gemini-compatible API gateway. Keep the Gemini 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/v1beta/models/{model}:generateContent |
| API key | APIXO_API_KEY from APIXO API Keys |
| API key header | x-goog-api-key |
| Model location | URL path {model} |
Quickstart
Streaming
JavaScript fetch example
Use a Gemini-compatible request URL with your APIXO API key.Supported Gemini models
gemini-3.1-pro-previewgemini-3.1-flash-lite-previewgemini-3-pro-previewgemini-3-flash-previewgemini-2.5-progemini-2.5-flashgemini-2.5-flash-lite
Troubleshooting
401: missing or invalid API key400: invalid Gemini request body, endpoint, 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.