Skip to content

Commit f57bd77

Browse files
authored
Merge pull request #2857 from MicrosoftDocs/main
2/10/2025 PM Publish
2 parents 0738f46 + 4e3de1f commit f57bd77

File tree

156 files changed

+1087
-717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+1087
-717
lines changed

articles/ai-foundry/model-inference/how-to/quickstart-ai-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ You can use any of the supported SDKs to get predictions out from the endpoint.
125125

126126
* OpenAI SDK
127127
* Azure OpenAI SDK
128-
* Azure AI Inference SDK
129-
* Azure AI Foundry SDK
128+
* Azure AI Inference package
129+
* Azure AI Projects package
130130

131-
See the [supported languages and SDKs](../supported-languages.md) section for more details and examples. The following example shows how to use the Azure AI model inference SDK with the newly deployed model:
131+
See the [supported languages and SDKs](../supported-languages.md) section for more details and examples. The following example shows how to use the Azure AI Inference package with the newly deployed model:
132132

133133
[!INCLUDE [code-create-chat-client](../includes/code-create-chat-client.md)]
134134

articles/ai-foundry/model-inference/includes/feature-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: include file
33
description: include file
44
author: msakande
55
ms.author: mopeakande
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: include
88
ms.date: 1/28/2025
99
ms.custom: include file

articles/ai-foundry/model-inference/reference/reference-model-inference-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AI Model Inference API
33
titleSuffix: Azure AI Foundry
44
description: Learn about how to use the Azure AI Model Inference API
55
manager: scottpolly
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: conceptual
88
ms.date: 01/31/2025
99
ms.reviewer: fasantia

articles/ai-foundry/model-inference/reference/reference-model-inference-chat-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AI Model Inference Chat Completions
33
titleSuffix: Azure AI Foundry
44
description: Reference for Azure AI Model Inference Chat Completions API
55
manager: scottpolly
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: conceptual
88
ms.date: 01/28/2025
99
ms.reviewer: fasantia

articles/ai-foundry/model-inference/reference/reference-model-inference-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AI Model Inference Embeddings API
33
titleSuffix: Azure AI Foundry
44
description: Reference for Azure AI Model Inference Embeddings API
55
manager: scottpolly
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: conceptual
88
ms.date: 01/28/2025
99
ms.reviewer: fasantia

articles/ai-foundry/model-inference/reference/reference-model-inference-images-embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AI Model Inference Image Embeddings
33
titleSuffix: Azure AI Foundry
44
description: Reference for Azure AI Model Inference Image Embeddings API
55
manager: scottpolly
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: conceptual
88
ms.date: 01/28/2025
99
ms.reviewer: fasantia

articles/ai-foundry/model-inference/reference/reference-model-inference-info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure AI Model Inference Get Info
33
titleSuffix: Azure AI Foundry
44
description: Reference for Azure AI Model Inference Get Info API
55
manager: scottpolly
6-
ms.service: azure-ai-studio
6+
ms.service: azure-ai-foundry
77
ms.topic: conceptual
88
ms.date: 01/28/2025
99
ms.reviewer: fasantia

articles/ai-services/anomaly-detector/includes/quickstarts/anomaly-detector-client-library-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 01/18/2024
1010
ms.author: mbullwin
1111
---
1212

13-
<a href="https://aka.ms/anomaly-detector-dotnet-ref" target="_blank">Library reference documentation</a> |<a href="https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/anomalydetector" target="_blank">Library source code</a> | <a href="https://www.nuget.org/packages/Azure.AI.AnomalyDetector/3.0.0-preview.5" target="_blank">Package (NuGet)</a> |<a href="https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/anomalydetector/Azure.AI.AnomalyDetector/samples" target="_blank">Find the sample code on GitHub</a>
13+
<a href="/dotnet/api/overview/azure/ai.anomalydetector-readme" target="_blank">Library reference documentation</a> |<a href="https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/anomalydetector" target="_blank">Library source code</a> | <a href="https://www.nuget.org/packages/Azure.AI.AnomalyDetector/3.0.0-preview.5" target="_blank">Package (NuGet)</a> |<a href="https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/anomalydetector/Azure.AI.AnomalyDetector/samples" target="_blank">Find the sample code on GitHub</a>
1414

1515
Get started with the Anomaly Detector client library for C#. Follow these steps to install the package start using the algorithms provided by the service. The Anomaly Detector service enables you to find abnormalities in your time series data by automatically using the best-fitting models on it, regardless of industry, scenario, or data volume.
1616

articles/ai-services/anomaly-detector/includes/quickstarts/anomaly-detector-client-library-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: mbullwin
1111
ms.custom: devx-track-js
1212
---
1313

14-
<a href="https://go.microsoft.com/fwlink/?linkid=2090788" target="_blank">Library reference documentation</a> |<a href="https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/anomalydetector" target="_blank">Library source code</a> | <a href="https://www.npmjs.com/package/%40azure/ai-anomaly-detector" target="_blank">Package (npm)</a> |<a href="https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/javascript/AnomalyDetector" target="_blank">Find the sample code on GitHub</a>
14+
<a href="/javascript/api/overview/azure/ai-anomaly-detector-readme" target="_blank">Library reference documentation</a> |<a href="https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/anomalydetector" target="_blank">Library source code</a> | <a href="https://www.npmjs.com/package/%40azure/ai-anomaly-detector" target="_blank">Package (npm)</a> |<a href="https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/javascript/AnomalyDetector" target="_blank">Find the sample code on GitHub</a>
1515

1616
Get started with the Anomaly Detector client library for JavaScript. Follow these steps to install the package, and start using the algorithms provided by the service. The Anomaly Detector service enables you to find abnormalities in your time series data by automatically using the best-fitting model on it, regardless of industry, scenario, or data volume.
1717

articles/ai-services/anomaly-detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: mbullwin
1111
recommendations: false
1212
---
1313

14-
<a href="https://go.microsoft.com/fwlink/?linkid=2090370" target="_blank">Library reference documentation</a> |<a href="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/anomalydetector/azure-ai-anomalydetector" target="_blank">Library source code</a> | <a href="https://pypi.org/project/azure-ai-anomalydetector/" target="_blank">Package (PyPi)</a> |<a href="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/anomalydetector/azure-ai-anomalydetector/samples" target="_blank">Find the sample code on GitHub</a>
14+
<a href="/python/api/overview/azure/ai-anomalydetector-readme" target="_blank">Library reference documentation</a> |<a href="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/anomalydetector/azure-ai-anomalydetector" target="_blank">Library source code</a> | <a href="https://pypi.org/project/azure-ai-anomalydetector/" target="_blank">Package (PyPi)</a> |<a href="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/anomalydetector/azure-ai-anomalydetector/samples" target="_blank">Find the sample code on GitHub</a>
1515

1616
Get started with the Anomaly Detector client library for Python. Follow these steps to install the package and start using the algorithms provided by the service. The Anomaly Detector service enables you to find abnormalities in your time series data by automatically using the best-fitting models on it, regardless of industry, scenario, or data volume.
1717

0 commit comments

Comments
 (0)