Skip to content

Commit c04af3b

Browse files
Merge pull request #2505 from msakande/freshness-azure-ai-model-inference
update for freshness
2 parents 89cc147 + 640a1b0 commit c04af3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-foundry/model-inference/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: msakande
77
reviewer: santiagxf
88
ms.service: azure-ai-model-inference
99
ms.topic: concept-article
10-
ms.date: 1/21/2025
10+
ms.date: 01/24/2025
1111
ms.author: mopeakande
1212
ms.reviewer: fasantia
1313
ms.custom: generated
@@ -20,7 +20,7 @@ Azure AI model inference provides access to the most powerful models available i
2020

2121
Azure AI model inference provides a way to **consume models as APIs without hosting them on your infrastructure**. Models are hosted in a Microsoft-managed infrastructure, which enables API-based access to the model provider's model. API-based access can dramatically reduce the cost of accessing a model and simplify the provisioning experience.
2222

23-
Azure AI model inference is part of Azure AI Services and users can access the service through [REST APIs](../../ai-studio/reference/reference-model-inference-api.md), [SDKs in several languages](supported-languages.md) including Python, C#, JavaScript, and Java. It can also be used from [Azure AI Foundry by configuring a connection](how-to/configure-project-connection.md).
23+
Azure AI model inference is part of Azure AI Services, and users can access the service through [REST APIs](../../ai-studio/reference/reference-model-inference-api.md), [SDKs in several languages](supported-languages.md) such as Python, C#, JavaScript, and Java. You can also use the Azure AI model inference from [Azure AI Foundry by configuring a connection](how-to/configure-project-connection.md).
2424

2525
## Models
2626

@@ -42,9 +42,9 @@ You can get access to the key model providers in the industry including OpenAI,
4242

4343
## Pricing
4444

45-
Models that are offered by non-Microsoft providers (for example, Meta AI and Mistral models) are billed through Azure Marketplace. For such models, you're required to subscribe to the particular model offering in accordance with the [Microsoft Commercial Marketplace Terms of Use](/legal/marketplace/marketplace-terms). Users accept license terms for use of the models. Pricing information for consumption is provided during deployment.
45+
For models from non-Microsoft providers (for example, Meta AI and Mistral models), billing is through Azure Marketplace. For such models, you're required to subscribe to the particular model offering in accordance with the [Microsoft Commercial Marketplace Terms of Use](/legal/marketplace/marketplace-terms). Users accept license terms for use of the models. Pricing information for consumption is provided during deployment.
4646

47-
Models that are offered by Microsoft (for example, Phi-3 models and Azure OpenAI models) don't have this requirement, and they're billed via Azure meters as First Party Consumption Services. As described in the [Product Terms](https://www.microsoft.com/licensing/terms/welcome/welcomepage), you purchase First Party Consumption Services by using Azure meters, but they aren't subject to Azure service terms.
47+
For Microsoft models (for example, Phi-3 models and Azure OpenAI models) billing is via Azure meters as First Party Consumption Services. As described in the [Product Terms](https://www.microsoft.com/licensing/terms/welcome/welcomepage), you purchase First Party Consumption Services by using Azure meters, but they aren't subject to Azure service terms.
4848

4949
> [!TIP]
5050
> Learn how to [monitor and manage cost](how-to/manage-costs.md) in Azure AI model inference.
@@ -53,7 +53,7 @@ Models that are offered by Microsoft (for example, Phi-3 models and Azure OpenAI
5353

5454
At Microsoft, we're committed to the advancement of AI driven by principles that put people first. Generative models such as the ones available in Azure AI models have significant potential benefits, but without careful design and thoughtful mitigations, such models have the potential to generate incorrect or even harmful content.
5555

56-
Microsoft has made significant investments to help guard against abuse and unintended harm. These investments include:
56+
Microsoft helps guard against abuse and unintended harm by taking the following actions:
5757

5858
- Incorporating Microsoft's [principles for responsible AI use](https://www.microsoft.com/ai/responsible-ai)
5959
- Adopting a [code of conduct](/legal/cognitive-services/openai/code-of-conduct?context=/azure/ai-services/openai/context/context) for use of the service
@@ -62,9 +62,9 @@ Microsoft has made significant investments to help guard against abuse and unint
6262

6363
## Getting started
6464

65-
Azure AI Models is a new feature offering on Azure AI Services resources. You can get started with it the same way as any other Azure product where you [create and configure your resource for Azure AI model inference](how-to/quickstart-create-resources.md), or instance of the service, in your Azure Subscription. You can create as many resources as needed and configure them independently in case you have multiple teams with different requirements.
65+
Azure AI model inference is a new feature offering on Azure AI Services resources. You can get started with it the same way as any other Azure product where you [create and configure your resource for Azure AI model inference](how-to/quickstart-create-resources.md), or instance of the service, in your Azure Subscription. You can create as many resources as needed and configure them independently in case you have multiple teams with different requirements.
6666

67-
Once you create an Azure AI Services resource, you must deploy a model before you can start making API calls. By default, no models are available on it so you can control which ones to start from. See the tutorial [Create your first model deployment in Azure AI model inference](how-to/create-model-deployments.md).
67+
Once you create an Azure AI Services resource, you must deploy a model before you can start making API calls. By default, no models are available on it, so you can control which ones to start from. See the tutorial [Create your first model deployment in Azure AI model inference](how-to/create-model-deployments.md).
6868

6969
## Next steps
7070

0 commit comments

Comments
 (0)