Skip to content

Commit a18bf60

Browse files
authored
Merge pull request #613 from eric-urban/eur/aoai
gpt-4o audio preview
2 parents 9fd9173 + 82e6347 commit a18bf60

File tree

4 files changed

+27
-30
lines changed

4 files changed

+27
-30
lines changed

articles/ai-services/openai/how-to/audio-real-time.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.custom: references_regions
1212
recommendations: false
1313
---
1414

15-
# GPT-4o Realtime API for speech and audio
15+
# GPT-4o Realtime API for speech and audio (Preview)
1616

1717
Azure OpenAI GPT-4o Realtime API for speech and audio is part of the GPT-4o model family that supports low-latency, "speech in, speech out" conversational interactions. The GPT-4o audio `realtime` API is designed to handle real-time, low-latency conversational interactions, making it a great fit for use cases involving live interactions between a user and a model, such as customer support agents, voice assistants, and real-time translators.
1818

19-
Most users of this API need to deliver and receive audio from an end-user in real time, including applications that use WebRTC or a telephony system. The Realtime API isn't designed to connect directly to end user devices and relies on client integrations to terminate end user audio streams.
19+
Most users of the Realtime API need to deliver and receive audio from an end-user in real time, including applications that use WebRTC or a telephony system. The Realtime API isn't designed to connect directly to end user devices and relies on client integrations to terminate end user audio streams.
2020

2121
## Supported models
2222

@@ -43,7 +43,7 @@ Support for the Realtime API was first added in API version `2024-10-01-preview`
4343

4444
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.
4545

46-
You can deploy the model from the Azure OpenAI model catalog or from your project in AI Studio. Follow these steps to deploy a `gpt-4o-realtime-preview` model from the [AI Studio model catalog](../../../ai-studio/how-to/model-catalog-overview.md):
46+
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:
4747

4848
1. Sign in to [AI Studio](https://ai.azure.com) and go to the **Home** page.
4949
1. Select **Model catalog** from the left sidebar.
@@ -54,7 +54,7 @@ You can deploy the model from the Azure OpenAI model catalog or from your projec
5454
1. Modify other default settings depending on your requirements.
5555
1. Select **Deploy**. You land on the deployment details page.
5656

57-
Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can use the playground to interact with the model in real time. Select **Early access playground** from the list of playgrounds in the left pane.
57+
Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can use the Realtime API to interact with it in real time.
5858

5959
## Use the GPT-4o Realtime API
6060

articles/ai-services/openai/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ items:
111111
href: ./how-to/assistants-logic-apps.md
112112
- name: File search
113113
href: ./how-to/file-search.md
114-
- name: Audio in real time
115-
href: ./how-to/audio-real-time.md
116114
- name: Batch
117115
href: ./how-to/batch.md
118116
- name: Completions & chat completions
@@ -164,6 +162,8 @@ items:
164162
- name: Function calling
165163
href: ./how-to/fine-tuning-functions.md
166164
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

0 commit comments

Comments
 (0)