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/includes/realtime-deploy-model.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ ms.topic: include
7
7
ms.date: 1/21/2025
8
8
---
9
9
10
-
To deploy the `gpt-4o-mini-realtime-preview` model in the Azure AI Foundry portal:
10
+
To deploy the `gpt-4o-realtime` model in the Azure AI Foundry portal:
11
11
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create or select your project.
12
12
1. Select **Models + endpoints** from under **My assets** in the left pane.
13
13
1. Select **+ Deploy model** > **Deploy base model** to open the deployment window.
14
-
1. Search for and select the `gpt-4o-mini-realtime-preview` model and then select **Confirm**.
14
+
1. Search for and select the `gpt-4o-realtime` model and then select **Confirm**.
15
15
1. Review the deployment details and select **Deploy**.
16
16
1. Follow the wizard to finish deploying the model.
17
17
18
-
Now that you have a deployment of the `gpt-4o-mini-realtime-preview` model, you can interact with it in the Azure AI Foundry portal **Audio** playground or Realtime API.
18
+
Now that you have a deployment of the `gpt-4o-realtime` model, you can interact with it in the Azure AI Foundry portal **Audio** playground or Realtime API.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/includes/realtime-javascript.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 3/20/2025
12
12
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>
13
13
- <ahref="https://nodejs.org/"target="_blank">Node.js LTS or ESM support.</a>
14
14
- An Azure OpenAI resource created in one of the supported regions. For more information about region availability, see the [models and versions documentation](../concepts/models.md#global-standard-model-availability).
15
-
- Then, you need to deploy a `gpt-4o-mini-realtime-preview` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
15
+
- Then, you need to deploy a `gpt-4o-realtime` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
16
16
17
17
### Microsoft Entra ID prerequisites
18
18
@@ -72,8 +72,8 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
72
72
// You will need to set these environment variables or edit the following values
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/includes/realtime-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,18 @@ ms.date: 3/20/2025
13
13
14
14
## Use the GPT-4o real-time audio
15
15
16
-
To chat with your deployed `gpt-4o-mini-realtime-preview` model in the [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs)**Real-time audio** playground, follow these steps:
16
+
To chat with your deployed `gpt-4o-realtime` model in the [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs)**Real-time audio** playground, follow these steps:
17
17
18
-
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and select your project that has your deployed `gpt-4o-mini-realtime-preview` model.
18
+
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and select your project that has your deployed `gpt-4o-realtime` model.
19
19
1. Select **Playgrounds** from the left pane.
20
20
1. Select **Audio playground** > **Try the Audio playground**.
21
21
22
22
> [!NOTE]
23
-
> The **Chat playground** doesn't support the `gpt-4o-mini-realtime-preview` model. Use the **Audio playground** as described in this section.
23
+
> The **Chat playground** doesn't support the `gpt-4o-realtime` model. Use the **Audio playground** as described in this section.
24
24
25
-
1. Select your deployed `gpt-4o-mini-realtime-preview` model from the **Deployment** dropdown.
25
+
1. Select your deployed `gpt-4o-realtime` model from the **Deployment** dropdown.
26
26
27
-
:::image type="content" source="../media/how-to/real-time/real-time-playground.png" alt-text="Screenshot of the audio playground with the deployed model selected." lightbox="../media/how-to/real-time/real-time-playground.png":::
27
+
<!--:::image type="content" source="../media/how-to/real-time/real-time-playground.png" alt-text="Screenshot of the audio playground with the deployed model selected." lightbox="../media/how-to/real-time/real-time-playground.png":::-->
28
28
29
29
1. Optionally, you can edit contents in the **Give the model instructions and context** text box. Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality, tell it what it should and shouldn't answer, and tell it how to format responses.
30
30
1. Optionally, change settings such as threshold, prefix padding, and silence duration.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/includes/realtime-python.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 3/20/2025
12
12
- An Azure subscription. <ahref="https://azure.microsoft.com/free/ai-services"target="_blank">Create one for free</a>.
13
13
- <ahref="https://www.python.org/"target="_blank">Python 3.8 or later version</a>. We recommend using Python 3.10 or later, but having at least Python 3.8 is required. If you don't have a suitable version of Python installed, you can follow the instructions in the [VS Code Python Tutorial](https://code.visualstudio.com/docs/python/python-tutorial#_install-a-python-interpreter) for the easiest way of installing Python on your operating system.
14
14
- An Azure OpenAI resource created in one of the supported regions. For more information about region availability, see the [models and versions documentation](../concepts/models.md#global-standard-model-availability).
15
-
- Then, you need to deploy a `gpt-4o-mini-realtime-preview` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
15
+
- Then, you need to deploy a `gpt-4o-realtime` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
16
16
17
17
## Microsoft Entra ID prerequisites
18
18
@@ -109,12 +109,12 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
0 commit comments