Skip to content

Commit 70ce2d7

Browse files
committed
fix
1 parent bc6fca2 commit 70ce2d7

10 files changed

+335
-143
lines changed

articles/ai-studio/how-to/deploy-models-cohere-command.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
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.
55
ms.service: azure-ai-studio
66
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
1010
ms.author: mopeakande
1111
author: msakande
1212
ms.custom: references_regions, generated
@@ -67,7 +67,7 @@ The following models are available:
6767
6868
## Prerequisites
6969

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:
7171

7272
### A model deployment
7373

@@ -101,7 +101,7 @@ Read more about the [Azure AI inference package and reference](https://aka.ms/az
101101
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
102102

103103
> [!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.
105105
106106
### Create a client to consume the model
107107

@@ -502,7 +502,7 @@ The following models are available:
502502
503503
## Prerequisites
504504

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:
506506

507507
### A model deployment
508508

@@ -534,7 +534,7 @@ npm install @azure-rest/ai-inference
534534
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
535535

536536
> [!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.
538538
539539
### Create a client to consume the model
540540

@@ -951,7 +951,7 @@ The following models are available:
951951
952952
## Prerequisites
953953
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:
955955
956956
### A model deployment
957957
@@ -1006,7 +1006,7 @@ using System.Reflection;
10061006
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
10071007

10081008
> [!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.
10101010

10111011
### Create a client to consume the model
10121012

@@ -1425,7 +1425,7 @@ The following models are available:
14251425
14261426
## Prerequisites
14271427
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:
14291429
14301430
### A model deployment
14311431
@@ -1450,7 +1450,7 @@ Models deployed with the [Azure AI model inference API](https://aka.ms/azureai/m
14501450
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
14511451
14521452
> [!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.
14541454
14551455
### Create a client to consume the model
14561456
@@ -1996,7 +1996,7 @@ For more examples of how to use Cohere, see the following examples and tutorials
19961996

19971997
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API 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.
19981998
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.
20002000
20012001
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.
20022002

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: How to use Cohere Embed V3 models with Azure AI studio
3-
titleSuffix: Azure AI studio
4-
description: Learn how to use Cohere Embed V3 models with Azure AI studio.
2+
title: How to use Cohere Embed V3 models with Azure AI Studio
3+
titleSuffix: Azure AI Studio
4+
description: Learn how to use Cohere Embed V3 models with Azure AI Studio.
55
ms.service: azure-ai-studio
66
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
1010
ms.author: mopeakande
1111
author: msakande
1212
ms.custom: references_regions, generated
1313
zone_pivot_groups: azure-ai-model-catalog-samples-embeddings
1414
---
1515

16-
# How to use Cohere Embed V3 models with Azure AI studio
16+
# How to use Cohere Embed V3 models with Azure AI Studio
1717

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.
1919
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.
2020

2121

@@ -46,7 +46,7 @@ Cohere Embed Multilingual is a text representation model used for semantic searc
4646

4747
## Prerequisites
4848

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:
5050

5151
### A model deployment
5252

@@ -235,7 +235,7 @@ Cohere Embed Multilingual is a text representation model used for semantic searc
235235

236236
## Prerequisites
237237

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:
239239

240240
### A model deployment
241241

@@ -426,7 +426,7 @@ Cohere Embed Multilingual is a text representation model used for semantic searc
426426

427427
## Prerequisites
428428

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:
430430

431431
### A model deployment
432432

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

Lines changed: 51 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: How to use Jais chat models with Azure AI studio
3-
titleSuffix: Azure AI studio
4-
description: Learn how to use Jais chat models with Azure AI studio.
2+
title: How to use Jais chat models with Azure AI Studio
3+
titleSuffix: Azure AI Studio
4+
description: Learn how to use Jais chat models with Azure AI Studio.
55
ms.service: azure-ai-studio
66
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
1010
ms.author: mopeakande
1111
author: msakande
1212
ms.custom: references_regions, generated
@@ -26,9 +26,18 @@ JAIS 30b Chat is an autoregressive bi-lingual LLM for **Arabic** & **English**.
2626

2727
::: zone pivot="programming-language-python"
2828

29+
## Jais chat models
30+
31+
None
32+
33+
You can learn more about the models in their respective model card:
34+
35+
* [jais-30b-chat](https://aka.ms/azureai/landing/jais-30b-chat)
36+
37+
2938
## Prerequisites
3039

31-
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:
3241

3342
### A model deployment
3443

@@ -62,7 +71,7 @@ Read more about the [Azure AI inference package and reference](https://aka.ms/az
6271
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
6372

6473
> [!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.
6675
6776
### Create a client to consume the model
6877

@@ -270,9 +279,18 @@ except HttpResponseError as ex:
270279

271280
::: zone pivot="programming-language-javascript"
272281

282+
## Jais chat models
283+
284+
None
285+
286+
You can learn more about the models in their respective model card:
287+
288+
* [jais-30b-chat](https://aka.ms/azureai/landing/jais-30b-chat)
289+
290+
273291
## Prerequisites
274292

275-
To use Jais chat models with Azure AI studio, you need the following prerequisites:
293+
To use Jais chat models with Azure AI Studio, you need the following prerequisites:
276294

277295
### A model deployment
278296

@@ -304,7 +322,7 @@ npm install @azure-rest/ai-inference
304322
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
305323

306324
> [!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.
308326
309327
### Create a client to consume the model
310328

@@ -535,9 +553,18 @@ catch (error) {
535553
536554
::: zone pivot="programming-language-csharp"
537555
556+
## Jais chat models
557+
558+
None
559+
560+
You can learn more about the models in their respective model card:
561+
562+
* [jais-30b-chat](https://aka.ms/azureai/landing/jais-30b-chat)
563+
564+
538565
## Prerequisites
539566
540-
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:
541568
542569
### A model deployment
543570
@@ -592,7 +619,7 @@ using System.Reflection;
592619
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
593620

594621
> [!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.
596623

597624
### Create a client to consume the model
598625

@@ -816,9 +843,18 @@ catch (RequestFailedException ex)
816843
817844
::: zone pivot="programming-language-rest"
818845
846+
## Jais chat models
847+
848+
None
849+
850+
You can learn more about the models in their respective model card:
851+
852+
* [jais-30b-chat](https://aka.ms/azureai/landing/jais-30b-chat)
853+
854+
819855
## Prerequisites
820856
821-
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:
822858
823859
### A model deployment
824860
@@ -843,7 +879,7 @@ Models deployed with the [Azure AI model inference API](https://aka.ms/azureai/m
843879
In this section, you use the [Azure AI model inference API](https://aka.ms/azureai/modelinference) with a chat completions model for chat.
844880
845881
> [!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.
847883
848884
### Create a client to consume the model
849885
@@ -1139,7 +1175,7 @@ For more examples of how to use Jais, see the following examples and tutorials:
11391175

11401176
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API 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.
11411177
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.
11431179
11441180
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.
11451181

0 commit comments

Comments
 (0)