Capabilities
realtimeTool UsePrompt Cache
- Context
- 32K
- Max output
- 4K
gpt-realtime-2
| Official price | Catalog price | Discount |
|---|---|---|
| Input $4.00 / Output $24.00 | Input $4.00 / Output $24.00 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-realtime-2",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'