GPT-Realtime
gpt-realtime
Low-latency speech-to-speech model over the Realtime WebSocket API. Live voice chat, transcription and tool use.
Realtime Audio
| Model ID | gpt-realtime |
|---|---|
| Context | 128k |
| Output | 16384 |
| Modalities | text,audio |
API
curl https://noxery.net/v1/chat/completions \
-H "Authorization: Bearer nox-ANAHTAR" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-realtime", "messages": [{"role": "user", "content": "Hello"}]}'