Skip to content

Commit 99a3f88

Browse files
name-change-mistral.md
1 parent 16c5fff commit 99a3f88

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/ai-studio/how-to/deploy-models-mistral.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to deploy Mistral family of models with Azure AI Studio
33
titleSuffix: Azure AI Studio
4-
description: Learn how to deploy Mistral-large with Azure AI Studio.
4+
description: Learn how to deploy Mistral Large with Azure AI Studio.
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
@@ -16,16 +16,16 @@ ms.custom: [references_regions]
1616
# How to deploy Mistral models with Azure AI Studio
1717

1818
Mistral AI offers two categories of models in AI Studio:
19-
* Premium models: Mistral-large. These models are available with pay-as-you-go token based billing with Models as a Service in the AI Studio model catalog.
19+
* Premium models: Mistral Large. These models are available with pay-as-you-go token based billing with Models as a Service in the AI Studio model catalog.
2020
* Open models: Mixtral-8x7B-Instruct-v01, Mixtral-8x7B-v01, Mistral-7B-Instruct-v01, and Mistral-7B-v01. These models are also available in the AI Studio model catalog and can be deployed to dedicated VM instances in your own Azure subscription with Managed Online Endpoints.
2121

2222
You can browse the Mistral family of models in the Model Catalog by filtering on the Mistral collection.
2323

24-
## Mistral-large
24+
## Mistral Large
2525

26-
In this article, you learn how to use Azure AI Studio to deploy the Mistral-large model as a service with pay-as you go billing.
26+
In this article, you learn how to use Azure AI Studio to deploy the Mistral Large model as a service with pay-as you go billing.
2727

28-
Mistral-large is Mistral AI's most advanced Large Language Model (LLM). It can be used on any language-based task thanks to its state-of-the-art reasoning and knowledge capabilities.
28+
Mistral Large is Mistral AI's most advanced Large Language Model (LLM). It can be used on any language-based task thanks to its state-of-the-art reasoning and knowledge capabilities.
2929

3030
Additionally, mistral-large is:
3131

@@ -36,11 +36,11 @@ Additionally, mistral-large is:
3636

3737
[!INCLUDE [Azure AI Studio preview](../includes/preview-ai-studio.md)]
3838

39-
## Deploy Mistral-large with pay-as-you-go
39+
## Deploy Mistral Large with pay-as-you-go
4040

4141
Certain models in the model catalog can be deployed as a service with pay-as-you-go, providing a way to consume them as an API without hosting them on your subscription, while keeping the enterprise security and compliance organizations need. This deployment option doesn't require quota from your subscription.
4242

43-
Mistral-large can be deployed as a service with pay-as-you-go, and is offered by Mistral AI through the Microsoft Azure Marketplace. Note that Mistral AI can change or update the terms of use and pricing of this model.
43+
Mistral Large can be deployed as a service with pay-as-you-go, and is offered by Mistral AI through the Microsoft Azure Marketplace. Note that Mistral AI can change or update the terms of use and pricing of this model.
4444

4545
### Prerequisites
4646

@@ -89,11 +89,11 @@ To create a deployment:
8989
1. You can return to the Deployments page, select the deployment, and note the endpoint's **Target** URL and the Secret **Key**, which you can use to call the deployment for chat completions using the [`<target_url>/v1/chat/completions`](#chat-api) API.
9090
1. You can always find the endpoint's details, URL, and access keys by navigating to the **Build** tab and selecting **Deployments** from the Components section.
9191

92-
To learn about billing for the Mistral AI model deployed with pay-as-you-go, see [Cost and quota considerations for Mistral-large deployed as a service](#cost-and-quota-considerations-for-mistral-large-deployed-as-a-service).
92+
To learn about billing for the Mistral AI model deployed with pay-as-you-go, see [Cost and quota considerations for Mistral Large deployed as a service](#cost-and-quota-considerations-for-mistral-large-deployed-as-a-service).
9393

94-
### Consume the Mistral-large model as a service
94+
### Consume the Mistral Large model as a service
9595

96-
Mistral-large can be consumed using the chat API.
96+
Mistral Large can be consumed using the chat API.
9797

9898
1. On the **Build** page, select **Deployments**.
9999

@@ -105,7 +105,7 @@ Mistral-large can be consumed using the chat API.
105105

106106
For more information on using the APIs, see the [reference](#reference-for-mistral-large-deployed-as-a-service) section.
107107

108-
### Reference for Mistral-large deployed as a service
108+
### Reference for Mistral Large deployed as a service
109109

110110
#### Chat API
111111

@@ -247,7 +247,7 @@ The following is an example response:
247247

248248
## Cost and quotas
249249

250-
### Cost and quota considerations for Mistral-large deployed as a service
250+
### Cost and quota considerations for Mistral Large deployed as a service
251251

252252
Mistral models deployed as a service are offered by Mistral AI through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying the model.
253253

0 commit comments

Comments
 (0)