Skip to content

Commit 02b5e27

Browse files
committed
gpt-4o real-time audio preview
1 parent 387202a commit 02b5e27

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ recommendations: false
1515

1616
Azure OpenAI GPT-4o 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.
1717

18-
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 real-time API isn't designed to connect directly to end user devices and relies on client integrations to terminate end user audio streams.
18+
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 real-time API isn't designed to connect directly to end user devices and relies on client integrations to terminate end user audio streams.
1919

2020
## Supported models
2121

@@ -55,7 +55,7 @@ You can deploy the model from the Azure OpenAI model catalog or from your projec
5555
1. Modify other default settings depending on your requirements.
5656
1. Select **Deploy**. You land on the deployment details page.
5757

58-
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.
58+
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.
5959

6060
## Use the GPT-4o real-time audio API
6161

@@ -64,7 +64,7 @@ Now that you have a deployment of the `gpt-4o-realtime-preview` model, you can u
6464
6565
Right now, the fastest way to get started with GPT-4o real-time audio is to download the sample code from the [Azure OpenAI GPT-4o real-time audio repository on GitHub](https://github.com/azure-samples/aoai-realtime-audio-sdk).
6666

67-
The JavaScript web sample demonstrates how to use the GPT-4o real-time audio API to interact with the model in real-time. The sample code includes a simple web interface that captures audio from the user's microphone and sends it to the model for processing. The model responds with text and audio, which the sample code renders in the web interface.
67+
The JavaScript web sample demonstrates how to use the GPT-4o real-time audio API to interact with the model in real time. The sample code includes a simple web interface that captures audio from the user's microphone and sends it to the model for processing. The model responds with text and audio, which the sample code renders in the web interface.
6868

6969
1. Clone the repository to your local machine:
7070

articles/ai-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ items:
105105
href: ./how-to/assistants-logic-apps.md
106106
- name: File search
107107
href: ./how-to/file-search.md
108-
- name: Audio in real-time
108+
- name: Audio in real time
109109
href: ./how-to/audio-real-time.md
110110
- name: Batch
111111
href: ./how-to/batch.md

zone-pivots/zone-pivot-groups.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -841,14 +841,3 @@ groups:
841841
title: Python
842842
- id: programming-language-powershell
843843
title: PowerShell
844-
# Owner: eur
845-
- id: openai-studio-cs-py
846-
title: Programming languages
847-
prompt: Choose your preferred usage method
848-
pivots:
849-
- id: programming-language-ai-studio
850-
title: AI Studio
851-
- id: programming-language-csharp
852-
title: C#
853-
- id: programming-language-python
854-
title: Python

0 commit comments

Comments
 (0)