Model Catalog and Collections

The Model Catalog in Azure Machine Learning studio is the hub to discover and use a wide range of models that enable you to build Generative AI applications. The model catalog features hundreds of models across model providers such as Azure OpenAI service, Mistral, Meta, Cohere, Nvidia, Hugging Face, including models trained by Microsoft. Models from providers other than Microsoft are Non-Microsoft Products, as defined in Microsoft’s Product Terms, and subject to the terms provided with the model.

Model Collections

Models are organized by Collections in the Model Catalog. There are three types of collections in the Model Catalog:

  • Models curated by Azure AI: The most popular third-party open weight and propriety models packaged and optimized to work seamlessly on the Azure AI platform. Use of these models is subject to the model provider’s license terms provided with the model. When deployed in Azure Machine Learning, availability of the model is subject to the applicable Azure SLA, and Microsoft provides support for deployment issues. Models from partners such as Meta, NVIDIA, Mistral AI are examples of models available in the “Curated by Azure AI” collection on the Catalog. These models can be identified by a green checkmark on the model tiles in the catalog or you can filter by the “Curated by Azure AI” collection.
  • Azure OpenAI models, exclusively available on Azure: Flagship Azure OpenAI models via the 'Azure OpenAI' collection through an integration with the Azure OpenAI Service. These models are supported by Microsoft and their use is subject to the product terms and SLA for Azure OpenAI Service.
  • Open models from the Hugging Face hub: Hundreds of models from the HuggingFace hub are accessible via the 'Hugging Face' collection for real time inference with online endpoints. Hugging face creates and maintains models listed in HuggingFace collection. Use HuggingFace forum or HuggingFace support for help. Learn more about how to deploy models from Hugging Face.

Suggesting additions to the Model Catalog: You can submit a request to add a model to the model catalog using this form.

Model Catalog capabilities overview

For information on Azure OpenAI models, refer to Azure OpenAI Service.

For models Curated by Azure AI and Open models from the Hugging Face hub, some of these can be deployed as Real-time endpoints and some of these are available to be deployed using Pay-as-you-go billing (Models as a Service). These models can be discovered, compared, evaluated, fine-tuned (when supported) and deployed at scale and integrated into your Generative AI applications with enterprise-grade security and data governance.

  • Discover: Review model cards, try sample inference and browse code samples to evaluate, fine-tune, or deploy the model.
  • Compare: Compare benchmarks across models and datasets available in the industry to assess which one meets your business scenario.
  • Evaluate: Evaluate if the model is suited for your specific workload by providing your own test data. Evaluation metrics make it easy to visualize how well the selected model performed in your scenario.
  • Fine-tune: Customize fine-tunable models using your own training data and pick the best model by comparing metrics across all your fine-tuning jobs. Built-in optimizations speed up fine-tuning and reduce the memory and compute needed for fine-tuning.
  • Deploy: Deploy pretrained models or fine-tuned models seamlessly for inference. Models that can be deployed to real-time endpoints can also be downloaded.

Model deployment: Real-time endpoints and Models as a Service (Pay-as-you-go)

Model Catalog offers two distinct ways to deploy models from the catalog for your use: real-time endpoints and pay-as-you go inferencing. The deployment options available for each model vary; learn more about the features of the deployment options, and the options available for specific models, in the tables below. Learn more about data processing with the deployment options.

Features Real-time inference with Managed Online Endpoints Pay-as-you-go with Models as a Service
Deployment experience and billing Model weights are deployed to dedicated Virtual Machines with Managed Online Endpoints. The managed online endpoint, which can have one or more deployments, makes available a REST API for inference. You're billed for the Virtual Machine core hours used by the deployments. Access to models is through a deployment that provisions an API to access the model. The API provides access to the model hosted in a central GPU pool, managed by Microsoft, for inference. This mode of access is referred to as “Models as a Service”. You're billed for inputs and outputs to the APIs, typically in tokens; pricing information is provided before you deploy.
API authentication Keys and Microsoft Entra ID authentication. Learn more. Keys only.
Content safety Use Azure Content Safety service APIs. Azure AI Content Safety filters are available integrated with inference APIs. Azure AI Content Safety filters may be billed separately.
Network isolation Managed Virtual Network with Online Endpoints. Learn more.

Deployment options

Model Real-time endpoints Pay-as-you-go
Llama family models Llama-2-7b
Llama-2-7b-chat
Llama-2-13b
Llama-2-13b-chat
Llama-2-70b
Llama-2-70b-chat
Llama-3-8B-Instruct
Llama-3-70B-Instruct
Llama-3-8B
Llama-3-70B
Llama-3-70B-Instruct
Llama-3-8B-Instruct
Llama-2-7b
Llama-2-7b-chat
Llama-2-13b
Llama-2-13b-chat
Llama-2-70b
Llama-2-70b-chat
Mistral family models mistralai-Mixtral-8x22B-v0-1
mistralai-Mixtral-8x22B-Instruct-v0-1
mistral-community-Mixtral-8x22B-v0-1
mistralai-Mixtral-8x7B-v01
mistralai-Mistral-7B-Instruct-v0-2
mistralai-Mistral-7B-v01
mistralai-Mixtral-8x7B-Instruct-v01
mistralai-Mistral-7B-Instruct-v01
Mistral-large
Mistral-small
Cohere family models Not available Cohere-command-r-plus
Cohere-command-r
Cohere-embed-v3-english
Cohere-embed-v3-multilingual
Other models Available Not available

A diagram showing models as a service and Real time end points service cycle.

Real-time endpoints

The capability to deploy models to real-time endpoints builds on platform capabilities of Azure Machine Learning to enable seamless integration, across the entire LLMOps lifecycle, of the wide collection of models in the Model Catalog.

A diagram showing the LLMops life cycle.

How are models made available for Real-time endpoints?

The models are made available through Azure Machine Learning registries that enable ML first approach to hosting and distributing Machine Learning assets such as model weights, container runtimes for running the models, pipelines for evaluating and fine-tuning the models and datasets for benchmarks and samples. These ML Registries build on top of highly scalable and enterprise ready infrastructure that:

Evaluate and fine-tune models deployed as Real-time endpoints

You can evaluate and fine-tune in the “Curated by Azure AI” collection in Azure Machine Learning using Azure Machine Learning Pipelines. You can either choose to bring your own evaluation and fine-tuning code and just access model weights or use Azure Machine Learning components that offer built-in evaluation and fine-tuning capabilities. To learn more, follow this link.

Deploy models for inference as Real-time endpoints

Models available for deployment to Real-time endpoints can be deployed to Azure Machine Learning Online Endpoints for real-time inference or can be used for Azure Machine Learning Batch Inference to batch process your data. Deploying to Online endpoints requires you to have Virtual Machine quota in your Azure Subscription for the specific SKUs needed to optimally run the model. Some models allow you to deploy to temporarily shared quota for testing the model. Learn more about deploying models:

Build Generative AI Apps with Real-time endpoints

Prompt flow offers capabilities for prototyping, experimenting, iterating, and deploying your AI applications. You can use models deployed as Real-time endpoints in Prompt Flow with the Open Model LLM tool. You can also use the REST API exposed by the Real-time endpoints in popular LLM tools like LangChain with the Azure Machine Learning extension.

Content safety for models deployed as Real-time endpoints

Azure AI Content Safety (AACS) service is available for use with Real-time endpoints to screen for various categories of harmful content such as sexual content, violence, hate, and self-harm and advanced threats such as Jailbreak risk detection and Protected material text detection. You can refer to this notebook for reference integration with AACS for Llama 2 or use the Content Safety (Text) tool in Prompt Flow to pass responses from the model to AACS for screening. You'll be billed separately as per AACS pricing for such use.

Work with models not in the Model Catalog

For models not available in the Model Catalog, Azure Machine Learning provides an open and extensible platform for working with models of your choice. You can bring a model with any framework or runtime using Azure Machine Learning’s open and extensible platform capabilities such as Azure Machine Learning environments for containers that can package frameworks and runtimes and Azure Machine Learning pipelines for code to evaluate or fine-tune the models. Refer to this notebook for sample reference to import models and work with the built-in runtimes and pipelines.

Models as a Service (Pay-as-you-go)

Certain models in the Model Catalog can be deployed using Pay-as-you-go billing; this method of deployment is called Models-as-a Service (MaaS). Models available through MaaS are hosted in infrastructure managed by Microsoft, which enables API-based access to the model provider’s model. API based access can dramatically reduce the cost of accessing a model and significantly simplify the provisioning experience. Most MaaS models come with token-based pricing.

How are third-party models made available in MaaS?

A diagram showing model publisher service cycle.

Models that are available for pay-as-you-go deployment are offered by the model provider but hosted in Microsoft-managed Azure infrastructure and accessed via API. Model providers define the license terms and set the price for use of their models, while Azure Machine Learning service manages the hosting infrastructure, makes the inference APIs available, and acts as the data processor for prompts submitted and content output by models deployed via MaaS. Learn more about data processing for MaaS at the data privacy article.

Pay for model usage in MaaS

The discovery, subscription, and consumption experience for models deployed via MaaS is in the Azure AI Studio and Azure Machine Learning studio. Users accept license terms for use of the models, and pricing information for consumption is provided during deployment. Models from third party providers are billed through Azure Marketplace, in accordance with the Commercial Marketplace Terms of Use; models from Microsoft are billed using Azure meters as First Party Consumption Services. As described in the Product Terms, First Party Consumption Services are purchased using Azure meters but aren't subject to Azure service terms; use of these models is subject to the license terms provided.

Deploy models for inference through MaaS

Deploying a model through MaaS allows users to get access to ready to use inference APIs without the need to configure infrastructure or provision GPUs, saving engineering time and resources. These APIs can be integrated with several LLM tools and usage is billed as described in the previous section.

Fine-tune models through MaaS with Pay-as-you-go

For models that are available through MaaS and support fine-tuning, users can take advantage of hosted fine-tuning with pay-as-you-go billing to tailor the models using data they provide. For more information, see fine-tune a Llama 2 model in Azure AI Studio.

RAG with models deployed through MaaS

Azure AI Studio enables users to make use of Vector Indexes and Retrieval Augmented Generation. Models that can be deployed via MaaS can be used to generate embeddings and inferencing based on custom data to generate answers specific to their use case. For more information, see Retrieval augmented generation and indexes.

Regional availability of offers and models

Pay-as-you-go deployment is available only to users whose Azure subscription belongs to a billing account in a country where the model provider has made the offer available (see “offer availability region” in the table in the next section). If the offer is available in the relevant region, the user then must have a Workspace in the Azure region where the model is available for deployment or fine-tuning, as applicable (see “Workspace region” columns in the table below).

Model Offer availability region Workspace Region for Deployment Workspace Region for Finetuning
Llama-3-70B-Instruct
Llama-3-8B-Instruct
Microsoft Managed Countries East US 2, Sweden Central Not available
Llama-2-7b
Llama-2-13b
Llama-2-70b
Microsoft Managed Countries East US 2, West US 3 West US 3
Llama-2-7b-chat
Llama-2-13b-chat
Llama-2-70b-chat
Microsoft Managed Countries East US 2, West US 3 Not available
Mistral-Large
Mistral Small
Microsoft Managed Countries East US 2, Sweden Central Not available
Cohere-command-r-plus
Cohere-command-r
Cohere-embed-v3-english
Cohere-embed-v3-multilingual
Microsoft Managed Countries
Japan
East US 2, Sweden Central Not available

Content safety for models deployed via MaaS

Azure Machine Learning implements a default configuration of Azure AI Content Safety text moderation filters for harmful content (sexual content, violence, hate, and self-harm) for language models deployed via MaaS. Learn more about content filtering. Content filtering occurs synchronously as the service processes prompts to generate content, and you may be billed separately as per AACS pricing for such use. Complete this form to disable content filtering for models deployed as a service.

Learn more