Szerkesztés

Share via


Overview of the Azure AI SDKs

Important

Some of the features described in this article might only be available in preview. This preview is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see Supplemental Terms of Use for Microsoft Azure Previews.

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.

For building generative AI applications, we recommend using the following services and SDKs:

  • Azure Machine Learning 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
  • Azure AI Services provides pre-built and customizable intelligent APIs and models, with support for Azure OpenAI, Search, Speech, Vision, and Language
  • Prompt flow 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.

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

Management libraries for creating and managing cloud resources

Azure Management libraries (also "control plane" or "management plane"), for creating and managing cloud resources that are used by your application.

Azure Machine Learning

Azure AI Services

Prompt flow

Client libraries used in runtime application code

Azure Client libraries (also called "data plane") for connecting to and using provisioned services from runtime application code.

Azure AI Services

Prompt flow