Common errors
Safe retry policy
Retry only transient failures such as429, 500, 502, and 504.
- Authentication failures
- Invalid JSON or invalid request bodies
- Missing required provider headers
- Unsupported model names
- Requests that already produced a successful streamed response
Debug checklist
- Confirm the base URL matches the compatible API.
- Confirm the API key is stored as
APIXO_API_KEY. - Confirm the model name is supported by that API format.
- Test the same request without streaming.
- Save the response body and status code before contacting support.