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.
APIXO provides the official Google Gemini endpoints. Keep your Gemini request shape and switch the base URL to
https://llm.apixo.ai.Quick Start
Non-streaming
Streaming
Endpoints
POST /v1beta/models/{model}:generateContentPOST /v1beta/models/{model}:streamGenerateContent- Base URL:
https://llm.apixo.ai
Authentication
Your APIXO API key.
?key= query auth is not recommended and is disabled by default in production configuration.
Supported Gemini Models
gemini-2.5-progemini-3-pro-previewgemini-3.1-pro-preview
SDK Integration (JavaScript fetch)
Error Handling and Retry
401: missing or invalid API key400: invalid request body or missing required fields429: rate limit or daily quota exceeded502: upstream request failed504: upstream timeout
- Retry
429/502/504with exponential backoff - Do not retry
400/401before fixing request/auth issues
Quick Reference
| Item | Value |
|---|---|
| Base URL | https://llm.apixo.ai |
| Non-stream path | POST /v1beta/models/{model}:generateContent |
| Stream path | POST /v1beta/models/{model}:streamGenerateContent |
| Stream switch | path-based (separate stream endpoint) |
| Model location | URL path {model} |
| Auth header | x-goog-api-key |