Skip to content

Commit 1ccf559

Browse files
authored
Update sdk-overview.md
1 parent 545c437 commit 1ccf559

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,39 @@
11
---
22
title: How to get started with Azure AI SDKs
33
titleSuffix: Azure AI Studio
4-
description: This article provides instructions on how to get started with Azure AI SDKs.
4+
description: This article provides an overview of available Azure AI SDKs.
55
manager: nitinme
66
ms.service: azure-ai-studio
77
ms.custom:
88
- build-2024
99
ms.topic: overview
10-
ms.date: 5/21/2024
11-
ms.reviewer: eur
10+
ms.date: 8/9/2024
11+
ms.reviewer: dantaylo
1212
ms.author: eur
1313
author: eric-urban
1414
---
1515

1616
# Overview of the Azure AI SDKs
1717

18-
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
19-
2018
Microsoft offers a variety of packages that you can use for building generative AI applications in the cloud. In most applications, you need to use a combination of packages to manage and use various Azure services that provide AI functionality. We also offer integrations with open-source libraries like LangChain and mlflow for use with Azure. In this article we'll give an overview of the main services and SDKs you can use with Azure AI Studio.
2119

2220
For building generative AI applications, we recommend using the following services and SDKs:
23-
* [Azure Machine Learning](../../../machine-learning/overview-what-is-azure-machine-learning.md) for the hub and project infrastructure used in AI Studio to organize your work into projects, manage project artifacts (data, evaluation runs, traces), fine-tune & deploy models, and connect to external services and resources
24-
* [Azure AI Services](../../../ai-services/what-are-ai-services.md) provides pre-built and customizable intelligent APIs and models, with support for Azure OpenAI, Search, Speech, Vision, and Language
21+
* [Azure Machine Learning](../../../machine-learning/overview-what-is-azure-machine-learning.md) for the hub and project infrastructure used in AI Studio to organize your work into projects, manage project artifacts (data, evaluation runs, traces), fine-tune & deploy models, and connect to external services and resources.
22+
* [Azure AI services](../../../ai-services/what-are-ai-services.md) provides pre-built and customizable intelligent APIs and models, with support for Azure OpenAI, Azure AI Search, Speech, Vision, and Language.
2523
* [Prompt flow](https://microsoft.github.io/promptflow/index.html) for developer tools to streamline the end-to-end development cycle of LLM-based AI application, with support for inferencing, indexing, evaluation, deployment, and monitoring.
2624

2725
For each of these, there are separate sets of management libraries and client libraries.
2826

2927
## Management libraries for creating and managing cloud resources
3028

31-
Azure [Management libraries](/azure/developer/python/sdk/azure-sdk-overview#create-and-manage-azure-resources-with-management-libraries) (also "control plane" or "management plane"), for creating and managing cloud resources that are used by your application.
29+
Azure [management libraries](/azure/developer/python/sdk/azure-sdk-overview#create-and-manage-azure-resources-with-management-libraries) (also "control plane" or "management plane"), for creating and managing cloud resources that are used by your application.
3230

3331
Azure Machine Learning
3432
* [Azure Machine Learning Python SDK (v2)](/python/api/overview/azure/ai-ml-readme)
3533
* [Azure Machine Learning CLI (v2)](/azure/machine-learning/how-to-configure-cli?view=azureml-api-2&tabs=public)
3634
* [Azure Machine Learning REST API](/rest/api/azureml)
3735

38-
Azure AI Services
36+
Azure AI services
3937
* [Azure AI Services Python Management Library](/python/api/overview/azure/mgmt-cognitiveservices-readme?view=azure-python)
4038
* [Azure AI Search Python Management Library](/python/api/azure-mgmt-search/azure.mgmt.search?view=azure-python)
4139
* [Azure CLI commands for Azure AI Search](/azure/search/search-manage-azure-cli)
@@ -49,7 +47,7 @@ Prompt flow
4947

5048
Azure [Client libraries](/azure/developer/python/sdk/azure-sdk-overview#connect-to-and-use-azure-resources-with-client-libraries) (also called "data plane") for connecting to and using provisioned services from runtime application code.
5149

52-
Azure AI Services
50+
Azure AI services
5351
* [Azure AI services SDKs](../../../ai-services/reference/sdk-package-resources.md?context=/azure/ai-studio/context/context)
5452
* [Azure AI services REST APIs](../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context)
5553

0 commit comments

Comments
 (0)