Streaming returns incremental output as SSE frames so users see responses earlier.Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported endpoints
/v1/responses/v1/chat/completions/v1/messages
Request
Response
SDK options
- TypeScript SDK:
client.streamResponse()andclient.streamText() - Python SDK:
client.stream_response()andclient.stream_text() - Vercel AI SDK:
streamText(...)with@ai-stats/ai-sdk-provider
Important limitation
At current gateway request-validation level, combining tools withstream: true is rejected (400 invalid_request). Use non-streaming for tool-calling loops.