Skip to content

Commit 45f054d

Browse files
committed
fix: build
1 parent 27e0f30 commit 45f054d

File tree

32 files changed

+58
-58
lines changed

32 files changed

+58
-58
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
@@ -11,7 +11,7 @@ ms.custom: ignite-2024, github-universe-2024
1111
manager: nitinme
1212
---
1313

14-
# Content filtering for model inference in Azure AI services
14+
# Content filtering for Azure AI Foundry Models
1515

1616
> [!IMPORTANT]
1717
> The content filtering system isn't applied to prompts and completions processed by audio models such as Whisper in Azure OpenAI in Azure AI Foundry Models. Learn more about the [Audio models in Azure OpenAI](../../../ai-services/openai/concepts/models.md?tabs=standard-audio#standard-deployment-regional-models-by-endpoint).

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ ms.custom: references_regions, tool_generated
1515

1616
# Models available in Azure AI Foundry Models
1717

18-
Azure AI Foundry Models gives you access to flagship models in Azure AI to consume them as APIs without hosting them on your infrastructure.
18+
Azure AI Foundry Models gives you access to flagship models in Azure AI Foundry to consume them as APIs without hosting them on your infrastructure.
1919

20-
:::image type="content" source="../media/models/models-catalog.gif" alt-text="An animation showing Azure AI Foundry portal model catalog section and the models available." lightbox="../media/models/models-catalog.gif":::
20+
A selection of models is offered directly by Microsoft under [Azure Direct Models](#azure-direct-models) which brings the most powerful options to developers to build AI applications. We also enable the breath of models by partnering with key players in the industry and bringing [Azure Ecosystem Models](#azure-ecosystem-models).
2121

22-
Foundry Models makes
22+
:::image type="content" source="../media/models/models-catalog.gif" alt-text="An animation showing Azure AI Foundry portal model catalog section and the models available." lightbox="../media/models/models-catalog.gif":::
2323

2424
## Azure Direct Models
2525

articles/ai-foundry/model-inference/how-to/configure-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Certain models in AI Foundry Models are offered directly by the model provider t
2121

2222
## Country availability
2323

24-
Pay-as-you-go billing is available only to users whose Azure subscription belongs to a billing account in a country/region where the model offer is available. Availability varies per model provider and model SKU. Read [Region availability for models](../../how-to/deploy-models-serverless-availability.md).
24+
Azure Ecosystem Models with Pay-as-you-go billing is available only to users whose Azure subscription belongs to a billing account in a country/region where the model offer is available. Availability varies per model provider and model SKU. Read [Region availability for models](../../how-to/deploy-models-serverless-availability.md).
2525

2626
## Troubleshooting
2727

articles/ai-foundry/model-inference/how-to/github/create-model-deployments.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add and configure models to Azure AI model inference
2+
title: Add and configure models to Azure AI Foundry Models
33
titleSuffix: Azure AI Foundry for GitHub
44
description: Learn how to add and configure new models to the Azure AI model inference endpoint in Azure AI Foundry for GitHub.
55
ms.service: azure-ai-model-inference
@@ -12,26 +12,26 @@ ms.author: fasantia
1212
recommendations: false
1313
---
1414

15-
# Add and configure models to Azure AI services
15+
# Add and configure models from Azure AI Foundry Models
1616

1717
You can decide and configure which models are available for inference in the Azure AI services resource model's inference endpoint. When a given model is configured, you can then generate predictions from it by indicating its model name or deployment name on your requests. No further changes are required in your code to use it.
1818

19-
In this article, you learn how to add a new model to Azure AI model inference.
19+
In this article, you learn how to add a new model from Azure AI Foundry Models.
2020

2121
## Prerequisites
2222

2323
To complete this article, you need:
2424

25-
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI model inference](../quickstart-github-models.md) if it's your case.
26-
* An Azure AI services resource. For more information, see [Create an Azure AI Services resource](../../../../ai-services/multi-service-resource.md?context=/azure/ai-services/model-inference/context/context).
25+
* An Azure subscription. If you're using [GitHub Models](https://docs.github.com/en/github-models/), you can upgrade your experience and create an Azure subscription in the process. Read [Upgrade from GitHub Models to Azure AI Foundry Models](../quickstart-github-models.md) if it's your case.
26+
* An Azure AI services resource. For more information, see [Create an Azure AI Foundry resource](../quickstart-create-resources.md).
2727

2828
## Add a model
2929

3030
[!INCLUDE [add-model-deployments](../../includes/github/add-model-deployments.md)]
3131

3232
## Use the model
3333

34-
Deployed models in Azure AI services can be consumed using the [Azure AI model's inference endpoint](../../concepts/endpoints.md) for the resource.
34+
Deployed models in Azure AI Foundry Models can be consumed using the [Azure AI model's inference endpoint](../../concepts/endpoints.md) for the resource.
3535

3636
To use it:
3737

@@ -54,4 +54,4 @@ When creating model deployments, you can configure additional settings including
5454
5555
## Next steps
5656

57-
* [Develop applications using Azure AI model inference service in Azure AI services](../../supported-languages.md)
57+
* [Develop applications using Azure AI Foundry Models](../../supported-languages.md)

articles/ai-foundry/model-inference/how-to/manage-costs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Plan to manage costs for model inference in Azure AI Services
3-
description: Learn how to plan for and manage costs for Azure AI model inference in Azure AI Services by using cost analysis in the Azure portal.
2+
title: Plan to manage costs for Azure AI Foundry Models
3+
description: Learn how to plan for and manage costs for Azure AI Foundry Models in Azure AI Foundry by using cost analysis in the Azure portal.
44
author: santiagxf
55
ms.author: fasantia
66
ms.custom: subject-cost-optimization
@@ -10,19 +10,19 @@ ms.date: 1/21/2025
1010
---
1111

1212

13-
# Plan to manage costs for model inference in Azure AI Services
13+
# Plan to manage costs for Azure AI Foundry Models
1414

15-
This article describes how you can view, plan for, and manage costs for model inference in Azure AI Services.
15+
This article describes how you can view, plan for, and manage costs for Azure AI Foundry Models.
1616

17-
Although this article is about planning for and managing costs for model inference in Azure AI Services, you're billed for all Azure services and resources used in your Azure subscription.
17+
Although this article is about planning for and managing costs for Azure AI Foundry Models, you're billed for all Azure services and resources used in your Azure subscription.
1818

1919
## Prerequisites
2020

2121
* Cost analysis in Cost Management supports most Azure account types, but not all of them. To view the full list of supported account types, see [Understand Cost Management data](/azure/cost-management-billing/costs/understand-cost-mgt-data?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
2222
* To view cost data, you need at least read access for an Azure account. For information about assigning access to cost management data, see [Assign access to data](/azure/cost-management/assign-access-acm-data?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
2323

2424

25-
## Understand model inference billing model
25+
## Understand Azure AI Foundry Models billing model
2626

2727
Language models understand and process inputs by breaking them down into tokens. For reference, each token is roughly four characters for typical English text. Models that can process images or audio break down them into tokens too for billing purposes. The number of tokens per image or audio content depends on the model and the resolution of the input.
2828

articles/ai-foundry/model-inference/includes/configure-marketplace/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: include
99

1010
## Permissions required to subscribe to Azure Ecosystem Models
1111

12-
Azure Ecosystem Models available for deployment (for example, Cohere models) require Azure Marketplace. Model providers define the license terms and set the price for use of their models using Azure Marketplace.
12+
[Azure Ecosystem Models](../../concepts/models.md#azure-ecosystem-models) available for deployment (for example, Cohere models) require Azure Marketplace. Model providers define the license terms and set the price for use of their models using Azure Marketplace.
1313

1414
When deploying third-party models, ensure you have the following permissions in your account:
1515

articles/ai-foundry/model-inference/includes/use-chat-completions/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use chat completion models in your application, you need:
2626

2727
[!INCLUDE [how-to-prerequisites-csharp](../how-to-prerequisites-csharp.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure models to Azure AI services](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
* This example uses `mistral-large-2407`.
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use chat completion models in your application, you need:
2626

2727
[!INCLUDE [how-to-prerequisites-java](../how-to-prerequisites-java.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure models to Azure AI services](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
* This example uses `mistral-large-2407`.
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use chat completion models in your application, you need:
2626

2727
[!INCLUDE [how-to-prerequisites-javascript](../how-to-prerequisites-javascript.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure models to Azure AI services](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
## Use chat completions
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use chat completion models in your application, you need:
2626

2727
[!INCLUDE [how-to-prerequisites-python](../how-to-prerequisites-python.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure models to Azure AI services](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
* This example uses `mistral-large-2407`.
3232

0 commit comments

Comments
 (0)