Skip to main content
Triggered for each incremental text chunk as the AI generates its response. This event is sent multiple times during response generation. Handle this event to display AI responses in real-time as they’re generated.

Event Properties

string
Event type. Always "realtime.response.audio_transcript.delta" for this event.
object
Event data object containing response information.
string
The new text chunk to append to the accumulated response.Example: "Hello there"
string
Unique identifier for this response. Used to track concurrent responses.Example: "resp-123456"
string
Alternative field name for the response ID. May be present for compatibility.Example: "resp-123456"

Usage Example