#Is streaming on API available for both input text and output audio?
1 messages · Page 1 of 1 (latest)
AI-generated Answer for canarywolfs
Yes, streaming is available for both input text and output audio. The WebSocket streaming endpoint allows you to send text messages and receive audio data back in real-time. This setup is designed to handle partial text chunks as input and generate corresponding audio chunks, minimizing latency.
Si I can stream the text to the api and I’ll receive audio chunks on the same wss connection? Is SSE supported?