Skip to content

Commit fd4df14

Browse files
committed
audio models for AOAI
1 parent 33aea5d commit fd4df14

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

articles/ai-foundry/model-inference/concepts/content-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: nitinme
1414
# Content filtering for model inference in Azure AI services
1515

1616
> [!IMPORTANT]
17-
> The content filtering system isn't applied to prompts and completions processed by the audio models such as Whisper in Azure OpenAI Service. Learn more about the [Audio API in Azure OpenAI](../../../ai-services/openai/concepts/models.md?tabs=audio#audio-models).
17+
> The content filtering system isn't applied to prompts and completions processed by the audio models such as Whisper in Azure OpenAI Service. Learn more about the [Audio API in Azure OpenAI](../../../ai-services/openai/concepts/models.md?tabs=standard-audio#standard-models-by-endpoint).
1818
1919
Azure AI model inference in Azure AI Services includes a content filtering system that works alongside core models and it's powered by [Azure AI Content Safety](https://azure.microsoft.com/products/cognitive-services/ai-content-safety). This system works by running both the prompt and completion through an ensemble of classification models designed to detect and prevent the output of harmful content. The content filtering system detects and takes action on specific categories of potentially harmful content in both input prompts and output completions. Variations in API configurations and application design might affect completions and thus filtering behavior.
2020

articles/ai-services/openai/concepts/content-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: nitinme
1414
# Content filtering
1515

1616
> [!IMPORTANT]
17-
> The content filtering system isn't applied to prompts and completions processed by the audio models such as Whisper in Azure OpenAI Service. Learn more about the [Audio API in Azure OpenAI](models.md?tabs=audio#audio-models).
17+
> The content filtering system isn't applied to prompts and completions processed by the audio models such as Whisper in Azure OpenAI Service. Learn more about the [Audio API in Azure OpenAI](models.md?tabs=standard-audio#standard-models-by-endpoint).
1818
1919
Azure OpenAI Service includes a content filtering system that works alongside core models, including DALL-E image generation models. This system works by running both the prompt and completion through an ensemble of classification models designed to detect and prevent the output of harmful content. The content filtering system detects and takes action on specific categories of potentially harmful content in both input prompts and output completions. Variations in API configurations and application design might affect completions and thus filtering behavior.
2020

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure OpenAI Service is powered by a diverse set of models with different capabi
2727
| [GPT-3.5](#gpt-35) | A set of models that improve on GPT-3 and can understand and generate natural language and code. |
2828
| [Embeddings](#embeddings-models) | A set of models that can convert text into numerical vector form to facilitate text similarity. |
2929
| [DALL-E](#dall-e-models) | A series of models that can generate original images from natural language. |
30-
| [Audio](?tabs=audio#audio-models) | A series of models for speech to text, translation, and text to speech. |
30+
| [Audio](?tabs=standard-audio#standard-models-by-endpoint) | A series of models for speech to text, translation, and text to speech. |
3131

3232
## computer-use-preview
3333

@@ -239,7 +239,7 @@ The DALL-E models generate images from text prompts that the user provides. DALL
239239

240240
The audio models via the `/audio` API can be used for speech to text, translation, and text to speech.
241241

242-
For more information see [Audio models](?tabs=audio#audio-models) in this article.
242+
For more information see [Audio models](?tabs=standard-audio#standard-models-by-endpoint) in this article.
243243

244244
## Model summary table and region availability
245245

articles/ai-services/openai/includes/text-to-speech-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ recommendations: false
1212
## Prerequisites
1313

1414
- An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
15-
- An Azure OpenAI resource with a text to speech model (such as `tts`) deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
15+
- An Azure OpenAI resource with a text to speech model (such as `tts`) deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1616
- [The .NET 8.0 SDK](https://dotnet.microsoft.com/en-us/download)
1717

1818
### Microsoft Entra ID prerequisites

articles/ai-services/openai/includes/whisper-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 3/11/2025
1010
## Prerequisites
1111

1212
- An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
13-
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
13+
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1414
- [The .NET 8.0 SDK](https://dotnet.microsoft.com/en-us/download)
1515

1616
### Microsoft Entra ID prerequisites

articles/ai-services/openai/includes/whisper-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ author: eric-urban
1616
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
1717
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
1818
- [Azure CLI](/cli/azure/install-azure-cli) used for passwordless authentication in a local development environment, create the necessary context by signing in with the Azure CLI.
19-
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
19+
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
2020

2121
### Microsoft Entra ID prerequisites
2222

articles/ai-services/openai/includes/whisper-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: eric-urban
1414

1515
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
1616
- <a href="https://aka.ms/installpowershell" target="_blank">You can use either the latest version, PowerShell 7, or Windows PowerShell 5.1.</a>
17-
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
17+
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1818

1919
## Set up
2020

articles/ai-services/openai/includes/whisper-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 3/19/2024
1010
## Prerequisites
1111

1212
- An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
13-
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
13+
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1414
- [Python 3.8 or later](https://www.python.org)
1515
- The following Python library: os
1616

articles/ai-services/openai/includes/whisper-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: eric-urban
1313

1414
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
1515

16-
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
16+
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1717

1818
- Be sure that you are assigned at least the [Cognitive Services Contributor](../how-to/role-based-access-control.md#cognitive-services-contributor) role for the Azure OpenAI resource.
1919

articles/ai-services/openai/includes/whisper-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: eric-urban
1717
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
1818
- [TypeScript](https://www.typescriptlang.org/download/)
1919
- [Azure CLI](/cli/azure/install-azure-cli) used for passwordless authentication in a local development environment, create the necessary context by signing in with the Azure CLI.
20-
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=audio#audio-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
20+
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
2121

2222
### Microsoft Entra ID prerequisites
2323

0 commit comments

Comments
 (0)