Skip to content

Commit 2c2c1d2

Browse files
committed
real-time quickstart
1 parent 4556d1c commit 2c2c1d2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/ai-services/openai/concepts/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The `gpt-4o-realtime-preview` model is part of the GPT-4o model family and suppo
229229

230230
GPT-4o audio is available in the East US 2 (`eastus2`) and Sweden Central (`swedencentral`) regions. To use GPT-4o audio, you need to [create](../how-to/create-resource.md) or use an existing resource in one of the supported regions.
231231

232-
When your resource is created, you can [deploy](../how-to/create-resource.md#deploy-a-model) the GPT-4o audio model. If you are performing a programmatic deployment, the **model** name is `gpt-4o-realtime-preview`. For more information on how to use GPT-4o audio, see the [GPT-4o audio documentation](realtime-audio-quickstart.md).
232+
When your resource is created, you can [deploy](../how-to/create-resource.md#deploy-a-model) the GPT-4o audio model. If you are performing a programmatic deployment, the **model** name is `gpt-4o-realtime-preview`. For more information on how to use GPT-4o audio, see the [GPT-4o audio documentation](../realtime-audio-quickstart.md).
233233

234234
Details about maximum request tokens and training data are available in the following table.
235235

articles/ai-services/openai/realtime-audio-quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Most users of the Realtime API need to deliver and receive audio from an end-use
2323

2424
Currently only `gpt-4o-realtime-preview` version: `2024-10-01-preview` supports real-time audio.
2525

26-
The `gpt-4o-realtime-preview` model is available for global deployments in [East US 2 and Sweden Central regions](../concepts/models.md#global-standard-model-availability).
26+
The `gpt-4o-realtime-preview` model is available for global deployments in [East US 2 and Sweden Central regions](./concepts/models.md#global-standard-model-availability).
2727

2828
> [!IMPORTANT]
2929
> The system stores your prompts and completions as described in the "Data Use and Access for Abuse Monitoring" section of the service-specific Product Terms for Azure OpenAI Service, except that the Limited Exception does not apply. Abuse monitoring will be turned on for use of the `gpt-4o-realtime-preview` API even for customers who otherwise are approved for modified abuse monitoring.
@@ -38,13 +38,13 @@ Support for the Realtime API was first added in API version `2024-10-01-preview`
3838
## Prerequisites
3939

4040
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
41-
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
41+
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](./how-to/create-resource.md).
4242

4343
## Deploy a model for real-time audio
4444

4545
Before you can use GPT-4o real-time audio, you need a deployment of the `gpt-4o-realtime-preview` model in a supported region as described in the [supported models](#supported-models) section.
4646

47-
You can deploy the model from the [Azure AI Studio model catalog](../../../ai-studio/how-to/model-catalog-overview.md) or from your project in AI Studio. Follow these steps to deploy a `gpt-4o-realtime-preview` model from the model catalog:
47+
You can deploy the model from the [Azure AI Studio model catalog](../../ai-studio/how-to/model-catalog-overview.md) or from your project in AI Studio. Follow these steps to deploy a `gpt-4o-realtime-preview` model from the model catalog:
4848

4949
1. Sign in to [AI Studio](https://ai.azure.com) and go to the **Home** page.
5050
1. Select **Model catalog** from the left sidebar.
@@ -71,7 +71,7 @@ To chat with your deployed `gpt-4o-realtime-preview` model in the [Azure AI Stud
7171
1. Select your deployed `gpt-4o-realtime-preview` model from the **Deployment** dropdown.
7272
1. Select **Enable microphone** to allow the browser to access your microphone. If you already granted permission, you can skip this step.
7373

74-
:::image type="content" source="../media/how-to/real-time/real-time-playground.png" alt-text="Screenshot of the real-time audio playground with the deployed model selected." lightbox="../media/how-to/real-time/real-time-playground.png":::
74+
:::image type="content" source="./media/how-to/real-time/real-time-playground.png" alt-text="Screenshot of the real-time audio playground with the deployed model selected." lightbox="./media/how-to/real-time/real-time-playground.png":::
7575

7676
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.
7777
1. Optionally, change settings such as threshold, prefix padding, and silence duration.
@@ -129,5 +129,5 @@ You can run the sample code locally on your machine by following these steps. Re
129129
130130
## Related content
131131
132-
* Learn more about Azure OpenAI [deployment types](./deployment-types.md)
133-
* Learn more about Azure OpenAI [quotas and limits](../quotas-limits.md)
132+
* Learn more about Azure OpenAI [deployment types](./how-to/deployment-types.md)
133+
* Learn more about Azure OpenAI [quotas and limits](quotas-limits.md)

0 commit comments

Comments
 (0)