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-websockets.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,6 @@ The GPT real-time models are available for global deployments in [East US 2 and
33
33
-`gpt-realtime` (`2025-08-28`)
34
34
-`gpt-realtime-mini` (`2025-10-06`)
35
35
36
-
You should use API version `2025-04-01-preview` in the URL for the Realtime API.
37
-
38
36
For more information about supported models, see the [models and versions documentation](../concepts/models.md#audio-models).
39
37
40
38
## Prerequisites
@@ -56,25 +54,25 @@ You can construct a full request URI by concatenating:
56
54
- The secure WebSocket (`wss://`) protocol.
57
55
- Your Azure OpenAI resource endpoint hostname, for example, `my-aoai-resource.openai.azure.com`
58
56
- The `openai/realtime` API path.
59
-
- An `api-version` query string parameter for a supported API version such as `2024-12-17`
60
57
- A `deployment` query string parameter with the name of your `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model deployment.
58
+
--**(Preview version only)** An `api-version` query string parameter for a supported API version such as `2025-04-01-preview`
61
59
62
60
The following example is a well-constructed `/realtime` request URI:
-**Microsoft Entra** (recommended): Use token-based authentication with the `/realtime` API for an Azure OpenAI resource with managed identity enabled. Apply a retrieved authentication token using a `Bearer` token with the `Authorization` header.
80
78
-**API key**: An `api-key` can be provided in one of two ways:
0 commit comments