Reading up on Realtime API
3 deep · digging since feb 20
- How OpenAI delivers low-latency voice AI at scale
OpenAI rearchitected its WebRTC stack into a split relay-plus-transceiver architecture to reduce latency for voice AI at global scale.
- Realtime Prompting Guide
OpenAI released gpt-realtime, a speech-to-speech model in the API, and published a prompting guide detailing techniques for instruction following, voice quality, and tool calling.
- Prompt Caching 201
Prompt caching reduces latency by up to 80% and costs by up to 90% by reusing computed key/value tensors for repeated prompt prefixes in OpenAI's API.