Skip to content

Commit b5dfabb

Browse files
Merge pull request #2803 from eric-urban/eur/restore-zone-pivots
restore zone pivot
2 parents bb5cdf0 + 86ddf89 commit b5dfabb

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Walkthrough on how to get started with audio generation using Azure
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 1/21/2025
8+
ms.date: 2/6/2025
99
author: eric-urban
1010
ms.author: eur
1111
ms.custom: references_regions
@@ -55,5 +55,5 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
5555

5656
## Related content
5757

58-
* Learn more about Azure OpenAI [deployment types](./how-to/deployment-types.md)
59-
* Learn more about Azure OpenAI [quotas and limits](quotas-limits.md)
58+
* Learn more about Azure OpenAI [deployment types](./how-to/deployment-types.md).
59+
* Learn more about Azure OpenAI [quotas and limits](quotas-limits.md).

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- references_regions
1212
- ignite-2024
1313
ms.topic: whats-new
14-
ms.date: 1/30/2025
14+
ms.date: 2/6/2025
1515
recommendations: false
1616
---
1717

@@ -23,14 +23,10 @@ This article provides a summary of the latest releases and major documentation u
2323

2424
### gpt-4o mini audio released
2525

26-
The `gpt-4o-audio-preview` (2024-12-17) model is the latest audio completions model. Use the `gpt-4o-audio-preview` model for audio generation. For more information, see the [audio generation quickstart](./audio-completions-quickstart.md).
26+
The `gpt-4o-mini-audio-preview` (2024-12-17) model is the latest audio completions model. For more information, see the [audio generation quickstart](./audio-completions-quickstart.md).
2727

2828
The `gpt-4o-mini-realtime-preview` (2024-12-17) model is the latest real-time audio model. The real-time models use the same underlying GPT-4o audio model as the completions API, but is optimized for low-latency, real-time audio interactions. For more information, see the [real-time audio quickstart](./realtime-audio-quickstart.md).
2929

30-
### GPT-4o audio completions
31-
32-
The `gpt-4o-audio-preview` model is now available for global deployments in [East US 2 and Sweden Central regions](./concepts/models.md#global-standard-model-availability). Use the `gpt-4o-audio-preview` model for audio generation.
33-
3430
## January 2025
3531

3632
### o3-mini released

zone-pivots/zone-pivot-groups.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ groups:
137137
prompt: Choose your preferred usage method
138138
pivots:
139139
- id: programming-language-studio
140-
title: Studio
140+
title: Portal
141141
- id: programming-language-csharp
142142
title: C#
143143
- id: programming-language-go
@@ -1028,3 +1028,18 @@ groups:
10281028
title: Python
10291029
- id: programming-language-csharp
10301030
title: C#
1031+
- id: audio-completions-quickstart
1032+
# Owner: eur
1033+
title: Programming languages
1034+
prompt: Choose a tool or API
1035+
pivots:
1036+
- id: ai-foundry-portal
1037+
title: Portal
1038+
- id: programming-language-javascript
1039+
title: JavaScript
1040+
- id: programming-language-python
1041+
title: Python
1042+
- id: programming-language-typescript
1043+
title: TypeScript
1044+
- id: rest-api
1045+
title: REST

0 commit comments

Comments
 (0)