We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ffffb + f5e7e01 commit 9c77b2dCopy full SHA for 9c77b2d
articles/ai-services/openai/how-to/realtime-audio-websockets.md
@@ -60,7 +60,7 @@ You can construct a full request URI by concatenating:
60
The following example is a well-constructed `/realtime` request URI:
61
62
```http
63
-wss://my-eastus2-openai-resource.openai.azure.com/openai/realtime?api-version=2024-12-17&deployment=gpt-4o-mini-realtime-preview-deployment-name
+wss://my-eastus2-openai-resource.openai.azure.com/openai/realtime?api-version=2025-04-01-preview&deployment=gpt-4o-mini-realtime-preview-deployment-name
64
```
65
66
To authenticate:
0 commit comments