Skip to content

Commit 4556d1c

Browse files
committed
real-time quickstart
1 parent 32ef3fc commit 4556d1c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@
135135
"redirect_url": "/azure/ai-services/openai/concepts/fine-tuning-considerations",
136136
"redirect_document_id": true
137137
},
138+
{
139+
"source_path_from_root": "/articles/ai-services/openai/how-to/audio-real-time.md",
140+
"redirect_url": "/azure/ai-services/openai/realtime-audio-quickstart",
141+
"redirect_document_id": false
142+
},
138143
{
139144
"source_path_from_root": "/articles/ai-services/content-safety/concepts/incident-response.md",
140145
"redirect_url": "/azure/ai-services/content-safety/concepts/custom-categories-rapid",

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](../how-to/audio-real-time.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

File renamed without changes.

articles/ai-services/openai/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ items:
3838
href: dall-e-quickstart.md
3939
- name: Use your data
4040
href: use-your-data-quickstart.md
41+
- name: Realtime API for speech and audio (preview)
42+
href: realtime-audio-quickstart.md
4143
- name: Whisper model
4244
href: whisper-quickstart.md
4345
- name: Text to speech (preview)
@@ -162,8 +164,6 @@ items:
162164
- name: Function calling
163165
href: ./how-to/fine-tuning-functions.md
164166
displayName: fine-tuning, finetuning
165-
- name: Realtime API for speech and audio (Preview)
166-
href: ./how-to/audio-real-time.md
167167
- name: Use your data
168168
items:
169169
- name: Text data

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Azure OpenAI GPT-4o audio is part of the GPT-4o model family that supports low-l
4444

4545
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).
4646

47-
For more information, see the [GPT-4o real-time audio documentation](./how-to/audio-real-time.md).
47+
For more information, see the [GPT-4o real-time audio documentation](realtime-audio-quickstart.md).
4848

4949
### Global batch support updates
5050

0 commit comments

Comments
 (0)