Skip to content

Commit 860e217

Browse files
committed
reverse openai changes
1 parent 068add6 commit 860e217

20 files changed

+22
-22
lines changed

articles/ai-foundry/how-to/benchmark-model-in-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this article, you learn to streamline your model selection process in the Azu
2525

2626
## Prerequisites
2727

28-
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
28+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
2929

3030
- An [Azure AI Foundry project](create-projects.md).
3131

articles/ai-foundry/how-to/deploy-models-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To modify and interact with an Azure OpenAI model in the [Azure AI Foundry](http
2929

3030
## Prerequisites
3131

32-
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
32+
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions don't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
3333

3434
- An [[!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)]](create-projects.md?pivots=fdp-project).
3535

articles/ai-foundry/openai/how-to/azure-developer-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this article to learn how to automate resource deployment for Azure OpenAI O
1717

1818
## Prerequisites
1919

20-
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
20+
- An Azure subscription. [Create one for free](https://azure.microsoft.com/free/cognitive-services).
2121
- The Azure Developer CLI [installed](/azure/developer/azure-developer-cli/install-azd) on your machine.
2222
- Ability to assign permissions at the Subscription level (Owner or User Access Administrator).
2323

articles/ai-foundry/openai/how-to/provisioned-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following guide walks you through key steps in creating a provisioned deploy
2020

2121
## Prerequisites
2222

23-
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
23+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
2424
- Azure Contributor or Cognitive Services Contributor role
2525

2626
## Obtain/verify PTU quota availability.

articles/ai-foundry/openai/how-to/realtime-audio-websockets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For more information about supported models, see the [models and versions docume
3939

4040
Before you can use GPT real-time audio, you need:
4141

42-
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
42+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
4343
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](create-resource.md).
4444
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
4545

articles/ai-foundry/openai/how-to/realtime-audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See the [models and versions documentation](../concepts/models.md#audio-models)
3737

3838
Before you can use GPT real-time audio, you need:
3939

40-
- [!INCLUDE [azure-subscription](../includes/azure-subscription.md)]
40+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
4141
- An Azure OpenAI resource created in a [supported region](#supported-models). For more information, see [Create a resource and deploy a model with Azure OpenAI](create-resource.md).
4242
- You need a deployment of the `gpt-4o-realtime-preview`, `gpt-4o-mini-realtime-preview`, or `gpt-realtime` model in a supported region as described in the [supported models](#supported-models) section. You can deploy the model from the [Azure AI Foundry portal model catalog](../../../ai-foundry/how-to/model-catalog-overview.md) or from your project in Azure AI Foundry portal.
4343

articles/ai-foundry/openai/includes/audio-completions-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use this guide to get started generating audio with the Azure OpenAI SDK for Pyt
1515

1616
## Prerequisites
1717

18-
- [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
18+
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
1919
- <a href="https://www.python.org/" target="_blank">Python 3.8 or later version</a>. We recommend using Python 3.10 or later, but having at least Python 3.8 is required. If you don't have a suitable version of Python installed, you can follow the instructions in the [VS Code Python Tutorial](https://code.visualstudio.com/docs/python/python-tutorial#_install-a-python-interpreter) for the easiest way of installing Python on your operating system.
2020
- An Azure OpenAI resource created in one of the supported regions. For more information about region availability, see the [models and versions documentation](../concepts/models.md#global-standard-model-availability).
2121
- Then, you need to deploy a `gpt-4o-mini-audio-preview` model with your Azure OpenAI resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).

articles/ai-foundry/openai/includes/audio-completions-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 1/21/2025
1313

1414
## Prerequisites
1515

16-
- [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
16+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
1717
- <a href="https://nodejs.org/" target="_blank">Node.js LTS or ESM support.</a>
1818
- [TypeScript](https://www.typescriptlang.org/download/) installed globally.
1919
- An Azure OpenAI resource created in one of the supported regions. For more information about region availability, see the [models and versions documentation](../concepts/models.md#global-standard-model-availability).

articles/ai-foundry/openai/includes/batch/batch-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212

1313
## Prerequisites
1414

15-
* [!INCLUDE [azure-subscription](../../../includes/azure-subscription.md)]
15+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
1616
* Python 3.8 or later version
1717
* The following Python library: `openai`
1818
* [Jupyter Notebooks](https://jupyter.org/)

articles/ai-foundry/openai/includes/chat-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 3/21/2025
1313

1414
## Prerequisites
1515

16-
- [!INCLUDE [azure-subscription](../../includes/azure-subscription.md)]
16+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
1717
- [Go 1.21.0](https://go.dev/dl/) or higher installed locally.
1818
- An Azure OpenAI in Azure AI Foundry Models resource with the `gpt-4` model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
1919

0 commit comments

Comments
 (0)