You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-cohere-command.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: How to use Cohere Command chat models with Azure AI studio
3
-
titleSuffix: Azure AI studio
4
-
description: Learn how to use Cohere Command chat models with Azure AI studio.
2
+
title: How to use Cohere Command chat models with Azure AI Studio
3
+
titleSuffix: Azure AI Studio
4
+
description: Learn how to use Cohere Command chat models with Azure AI Studio.
5
5
ms.service: azure-ai-studio
6
6
ms.topic: how-to
7
-
ms.date: 08/05/2024
8
-
ms.reviewer: kritifaujdar
9
-
reviewer: fkriti
7
+
ms.date: 08/08/2024
8
+
ms.reviewer: fasantia
9
+
reviewer: santiagxf
10
10
ms.author: mopeakande
11
11
author: msakande
12
12
ms.custom: references_regions, generated
@@ -67,7 +67,7 @@ The following models are available:
67
67
68
68
## Prerequisites
69
69
70
-
To use Cohere Command chat models with Azure AI studio, you need the following prerequisites:
70
+
To use Cohere Command chat models with Azure AI Studio, you need the following prerequisites:
71
71
72
72
### A model deployment
73
73
@@ -101,7 +101,7 @@ Read more about the [Azure AI inference package and reference](https://aka.ms/az
101
101
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
102
102
103
103
> [!TIP]
104
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Cohere Command chat models.
104
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Cohere Command chat models.
105
105
106
106
### Create a client to consume the model
107
107
@@ -502,7 +502,7 @@ The following models are available:
502
502
503
503
## Prerequisites
504
504
505
-
To use Cohere Command chat models with Azure AI studio, you need the following prerequisites:
505
+
To use Cohere Command chat models with Azure AI Studio, you need the following prerequisites:
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
535
535
536
536
> [!TIP]
537
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Cohere Command chat models.
537
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Cohere Command chat models.
538
538
539
539
### Create a client to consume the model
540
540
@@ -951,7 +951,7 @@ The following models are available:
951
951
952
952
## Prerequisites
953
953
954
-
To use Cohere Command chat models with Azure AI studio, you need the following prerequisites:
954
+
To use Cohere Command chat models with Azure AI Studio, you need the following prerequisites:
955
955
956
956
### A model deployment
957
957
@@ -1006,7 +1006,7 @@ using System.Reflection;
1006
1006
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
1007
1007
1008
1008
> [!TIP]
1009
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Cohere Command chat models.
1009
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Cohere Command chat models.
1010
1010
1011
1011
### Create a client to consume the model
1012
1012
@@ -1425,7 +1425,7 @@ The following models are available:
1425
1425
1426
1426
## Prerequisites
1427
1427
1428
-
To use Cohere Command chat models with Azure AI studio, you need the following prerequisites:
1428
+
To use Cohere Command chat models with Azure AI Studio, you need the following prerequisites:
1429
1429
1430
1430
### A model deployment
1431
1431
@@ -1450,7 +1450,7 @@ Models deployed with the [Azure AI model inference API](https://aka.ms/azureai/m
1450
1450
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
1451
1451
1452
1452
> [!TIP]
1453
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Cohere Command chat models.
1453
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Cohere Command chat models.
1454
1454
1455
1455
### Create a client to consume the model
1456
1456
@@ -1996,7 +1996,7 @@ For more examples of how to use Cohere, see the following examples and tutorials
1996
1996
1997
1997
Quotaismanagedperdeployment. Eachdeploymenthasaratelimitof200,000tokensperminuteand1,000APIrequestsperminute. However, wecurrentlylimitonedeploymentpermodelperproject. ContactMicrosoftAzureSupportifthecurrentratelimitsaren't sufficient for your scenarios.
1998
1998
1999
-
Cohere models deployed as a serverless API are offered by Cohere through the Azure Marketplace and integrated with Azure AI studio for use. You can find the Azure Marketplace pricing when deploying the model.
1999
+
Cohere models deployed as a serverless API are offered by Cohere through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying the model.
2000
2000
2001
2001
Each time a project subscribes to a given offer from the Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference; however, multiple meters are available to track each scenario independently.
# How to use Cohere Embed V3 models with Azure AI studio
16
+
# How to use Cohere Embed V3 models with Azure AI Studio
17
17
18
-
In this article, you learn about Cohere Embed V3 models and how to use them with Azure AI studio.
18
+
In this article, you learn about Cohere Embed V3 models and how to use them with Azure AI Studio.
19
19
The Cohere family of models includes various models optimized for different use cases, including chat completions, embeddings, and rerank. Cohere models are optimized for various use cases that include reasoning, summarization, and question answering.
20
20
21
21
@@ -46,7 +46,7 @@ Cohere Embed Multilingual is a text representation model used for semantic searc
46
46
47
47
## Prerequisites
48
48
49
-
To use Cohere Embed V3 models with Azure AI studio, you need the following prerequisites:
49
+
To use Cohere Embed V3 models with Azure AI Studio, you need the following prerequisites:
50
50
51
51
### A model deployment
52
52
@@ -235,7 +235,7 @@ Cohere Embed Multilingual is a text representation model used for semantic searc
235
235
236
236
## Prerequisites
237
237
238
-
To use Cohere Embed V3 models with Azure AI studio, you need the following prerequisites:
238
+
To use Cohere Embed V3 models with Azure AI Studio, you need the following prerequisites:
239
239
240
240
### A model deployment
241
241
@@ -426,7 +426,7 @@ Cohere Embed Multilingual is a text representation model used for semantic searc
426
426
427
427
## Prerequisites
428
428
429
-
To use Cohere Embed V3 models with Azure AI studio, you need the following prerequisites:
429
+
To use Cohere Embed V3 models with Azure AI Studio, you need the following prerequisites:
To use Jais chat models with Azure AI studio, you need the following prerequisites:
40
+
To use Jais chat models with Azure AI Studio, you need the following prerequisites:
32
41
33
42
### A model deployment
34
43
@@ -62,7 +71,7 @@ Read more about the [Azure AI inference package and reference](https://aka.ms/az
62
71
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
63
72
64
73
> [!TIP]
65
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Jais chat models.
74
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Jais chat models.
66
75
67
76
### Create a client to consume the model
68
77
@@ -270,9 +279,18 @@ except HttpResponseError as ex:
270
279
271
280
::: zone pivot="programming-language-javascript"
272
281
282
+
## Jais chat models
283
+
284
+
None
285
+
286
+
You can learn more about the models in their respective model card:
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
305
323
306
324
> [!TIP]
307
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Jais chat models.
325
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Jais chat models.
308
326
309
327
### Create a client to consume the model
310
328
@@ -535,9 +553,18 @@ catch (error) {
535
553
536
554
::: zone pivot="programming-language-csharp"
537
555
556
+
## Jais chat models
557
+
558
+
None
559
+
560
+
You can learn more about the models in their respective model card:
To use Jais chat models with Azure AI studio, you need the following prerequisites:
567
+
To use Jais chat models with Azure AI Studio, you need the following prerequisites:
541
568
542
569
### A model deployment
543
570
@@ -592,7 +619,7 @@ using System.Reflection;
592
619
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
593
620
594
621
> [!TIP]
595
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Jais chat models.
622
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Jais chat models.
To use Jais chat models with Azure AI studio, you need the following prerequisites:
857
+
To use Jais chat models with Azure AI Studio, you need the following prerequisites:
822
858
823
859
### A model deployment
824
860
@@ -843,7 +879,7 @@ Models deployed with the [Azure AI model inference API](https://aka.ms/azureai/m
843
879
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
844
880
845
881
> [!TIP]
846
-
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI studio with the same code and structure, including Jais chat models.
882
+
> The [Azure AI model inference API](https://aka.ms/azureai/modelinference) allows you to talk with most models deployed in Azure AI Studio with the same code and structure, including Jais chat models.
847
883
848
884
### Create a client to consume the model
849
885
@@ -1139,7 +1175,7 @@ For more examples of how to use Jais, see the following examples and tutorials:
1139
1175
1140
1176
Quota is managed per deployment. Each deployment has a rate limit of200,000 tokens per minute and 1,000API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits aren't sufficient for your scenarios.
1141
1177
1142
-
Jais models deployed as a serverless API are offered by G42 through the Azure Marketplace and integrated with Azure AI studio for use. You can find the Azure Marketplace pricing when deploying the model.
1178
+
Jais models deployed as a serverless API are offered by G42 through the Azure Marketplace and integrated with Azure AI Studio for use. You can find the Azure Marketplace pricing when deploying the model.
1143
1179
1144
1180
Each time a project subscribes to a given offer from the Azure Marketplace, a new resource is created to track the costs associated with its consumption. The same resource is used to track costs associated with inference; however, multiple meters are available to track each scenario independently.
0 commit comments