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.