APIXO keeps the streaming protocol of the compatible API you call. Use the same streaming switch and parser your existing Claude, OpenAI, or Gemini client already expects.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.
Streaming switches
| Compatible API | How to enable streaming |
|---|---|
| Claude API | Add "stream": true to the request body |
| OpenAI Responses API | Add "stream": true to the request body |
| Gemini API | Use the stream endpoint, such as :streamGenerateContent |
Claude streaming
OpenAI Responses streaming
Gemini streaming
Troubleshooting
- Test non-streaming first if a third-party app fails to read streamed events.
- Confirm the app supports the same provider streaming format.
- Confirm your API key is available as
APIXO_API_KEY. - Retry transient
429,502, and504errors with backoff.