GPT-Realtime
gpt-realtime
Modèle vocal à faible latence via l’API Realtime WebSocket. Conversation en direct, transcription et outils.
Temps réel Audio
| ID du modèle | gpt-realtime |
|---|---|
| Contexte | 128k |
| Sortie | 16384 |
| Modalités | 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": "Bonjour"}]}'