You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/how-to/realtime-audio-webrtc.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The GPT real-time models are available for global deployments in [East US 2 and
36
36
-`gpt-realtime` (version 2025-08-28)
37
37
-`gpt-realtime-mini` (version 2025-10-06)
38
38
39
-
You should use API version `2025-04-01-preview` in the URL for the Realtime API. The API version is included in the sessions URL.
39
+
You should use API version `2025-08-28` in the URL for the Realtime API. The API version is included in the sessions URL.
40
40
41
41
For more information about supported models, see the [models and versions documentation](../concepts/models.md#audio-models).
42
42
@@ -54,14 +54,14 @@ You use different URLs to get an ephemeral API key and connect to the Realtime A
54
54
55
55
| URL | Description |
56
56
|---|---|
57
-
| Sessions URL | The `/realtime/sessions` URL is used to get an ephemeral API key. The sessions URL includes the Azure OpenAI resource URL, deployment name, the `/realtime/sessions` path, and the API version.<br/><br/>You should use API version `2025-04-01-preview` in the URL.<br/><br/>For an example and more information, see the [Sessions URL](#sessions-url) section in this article.|
57
+
| Sessions URL | The `/realtime/sessions` URL is used to get an ephemeral API key. The sessions URL includes the Azure OpenAI resource URL, deployment name, the `/realtime/sessions` path, and the API version.<br/><br/>You should use API version `2025-08-28` in the URL.<br/><br/>For an example and more information, see the [Sessions URL](#sessions-url) section in this article.|
58
58
| WebRTC URL | The WebRTC URL is used to establish a WebRTC peer connection with the Realtime API. The WebRTC URL includes the region and the `realtimeapi-preview.ai.azure.com/v1/realtimertc` path.<br/><br/>The supported regions are `eastus2` and `swedencentral`.<br/><br/>For an example and more information, see the [Sessions URL](#webrtc-url) section in this article.|
59
59
60
60
### Sessions URL
61
61
Here's an example of a well-constructed `realtime/sessions` URL that you use to get an ephemeral API key:
0 commit comments