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-foundry/azure-openai-in-azure-ai-foundry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ If you've been using Azure OpenAI Studio, all your work, such as your deployment
32
32
33
33
:::image type="content" source="media/azure-openai-in-ai-studio/studio-home.png" alt-text="Screenshot shows the new Azure OpenAI in Azure AI Foundry portal." lightbox="media/azure-openai-in-ai-studio/studio-home.png":::
34
34
35
-
Use the left navigation area to perform your tasks with Azure OpenAI models:
35
+
Use the left pane to perform your tasks with Azure OpenAI models:
36
36
37
37
***Select models**: The **Model catalog** houses all the available Azure OpenAI models.
Copy file name to clipboardExpand all lines: articles/ai-foundry/concepts/models-featured.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ DeepSeek family of models includes DeepSeek-R1, which excels at reasoning tasks
146
146
| Model | Type | Capabilities |
147
147
| ------ | ---- | --- |
148
148
|[DeepSeek-V3](https://ai.azure.com/explore/models/deepseek-v3/version/1/registry/azureml-deepseek)|[chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context)| - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text, JSON |
149
-
|[DeepSeek-R1](https://ai.azure.com/explore/models/deepseek-r1/version/1/registry/azureml-deepseek)|[chat-completion with reasoning content](../model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context)| - **Input:** text (16,384 tokens) <br /> - **Output:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
149
+
|[DeepSeek-R1](https://ai.azure.com/explore/models/deepseek-r1/version/1/registry/azureml-deepseek)|[chat-completion with reasoning content](../model-inference/how-to/use-chat-reasoning.md?context=/azure/ai-foundry/context/context)| - **Input:** text (163,840 tokens) <br /> - **Output:** text (163,840 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text. |
150
150
151
151
For a tutorial on DeepSeek-R1, see [Tutorial: Get started with DeepSeek-R1 reasoning model in Azure AI model inference](../model-inference/tutorials/get-started-deepseek-r1.md?context=/azure/ai-foundry/context/context).
152
152
@@ -240,7 +240,7 @@ For more examples of how to use Phi-3 family models, see the following examples:
240
240
241
241
Mistral AI offers two categories of models, namely:
242
242
243
-
-_Premium models_: These include Mistral Large, Mistral Small, and Ministral 3B models, and are available as serverless APIs with pay-as-you-go token-based billing.
243
+
-_Premium models_: These include Mistral Large, Mistral Small, Mistral-OCR-2503, and Ministral 3B models, and are available as serverless APIs with pay-as-you-go token-based billing.
244
244
-_Open models_: These include Mistral-small-2503, Codestral, and Mistral Nemo (that are available as serverless APIs with pay-as-you-go token-based billing), and [Mixtral-8x7B-Instruct-v01, Mixtral-8x7B-v01, Mistral-7B-Instruct-v01, and Mistral-7B-v01](../how-to/deploy-models-mistral-open.md)(that are available to download and run on self-hosted managed endpoints).
245
245
246
246
@@ -252,6 +252,7 @@ Mistral AI offers two categories of models, namely:
|[Mistral-OCR-2503](https://aka.ms/aistudio/landing/mistral-ocr-2503)| image to text | - **Input:** image or PDF pages (1,000 pages, max 50MB PDF file) <br> - **Output:** text <br /> - **Tool calling:** No <br /> - **Response formats:** Text, JSON, Markdown |
255
256
|[Mistral-small-2503](https://aka.ms/aistudio/landing/mistral-small-2503)|[chat-completion (with images)](../model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context)| - **Input:** text and images (131,072 tokens), <br> image-based tokens are 16px x 16px <br> blocks of the original images <br /> - **Output:** text (4,096 tokens) <br /> - **Tool calling:** Yes <br /> - **Response formats:** Text, JSON |
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/costs-plan-manage.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ You can also view resource group costs directly from the Azure portal. To do so:
141
141
1. Sign in to [Azure portal](https://portal.azure.com).
142
142
1. Select **Resource groups**.
143
143
1. Find and select the resource group that contains your Azure AI Foundry resources.
144
-
1. From the left navigation menu, select **Cost analysis**.
144
+
1. From the left pane, select **Cost analysis**.
145
145
146
146
:::image type="content" source="../media/cost-management/project-costs/costs-per-resource-group.png" alt-text="Screenshot of the Azure portal cost analysis at the resource group level." lightbox="../media/cost-management/project-costs/costs-per-resource-group.png":::
147
147
@@ -153,9 +153,9 @@ Models deployed as a service using pay-as-you-go are offered through the Azure M
153
153
154
154
1. Sign in to [Azure portal](https://portal.azure.com).
155
155
156
-
1. On the left navigation area, select **Cost Management + Billing** and then, on the same menu, select **Cost Management**.
156
+
1. On the left pane, select **Cost Management + Billing** and then, on the same menu, select **Cost Management**.
157
157
158
-
1. On the left navigation area, under the section **Cost Management**, select now **Cost Analysis**.
158
+
1. On the left pane, under the section **Cost Management**, select now **Cost Analysis**.
159
159
160
160
1. Select a view such as **Resources**. The cost associated with each resource is displayed.
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/troubleshoot-deploy-and-monitor.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,10 @@ After you deployed a prompt flow, you got the error message: "Tool load failed i
47
47
48
48
To fix this error, take the following steps to manually assign the ML Data scientist role to your endpoint. It might take several minutes for the new role to take effect.
49
49
50
-
1. Go to your project in [Azure AI Foundry](https://ai.azure.com) and select **Management center** from the left navigation menu to open the settings page.
50
+
1. Go to your project in [Azure AI Foundry](https://ai.azure.com) and select **Management center** from the left pane to open the settings page.
51
51
1. Under the **Project** heading, select **Overview**.
52
52
1. Under **Quick reference**, select the link to your resource group to open it in the Azure portal.
53
-
1. Select **Access control (IAM)** from the left navigation menu in the Azure portal.
53
+
1. Select **Access control (IAM)** from the left pane in the Azure portal.
54
54
1. Select **Add role assignment**.
55
55
1. Select **Azure ML Data Scientist**, and select __Next__.
56
56
1. Select **Managed Identity**.
@@ -59,7 +59,7 @@ To fix this error, take the following steps to manually assign the ML Data scien
59
59
1. Select your endpoint's name.
60
60
1. Select **Select**.
61
61
1. Select **Review + Assign**.
62
-
1. Return to your project in Azure AI Foundry portal and select **Deployments** from the left navigation menu.
62
+
1. Return to your project in Azure AI Foundry portal and select **Deployments** from the left pane.
63
63
1. Select your deployment.
64
64
1. Test the prompt flow deployment.
65
65
@@ -75,10 +75,10 @@ This error message refers to a situation where the deployment build failed. You
75
75
76
76
__Option 1: Find the build log for the Azure default blob storage.__
77
77
78
-
1. Go to your project in [Azure AI Foundry](https://ai.azure.com) and select **Management center** from the left navigation menu to open the settings page.
78
+
1. Go to your project in [Azure AI Foundry](https://ai.azure.com) and select **Management center** from the left pane to open the settings page.
79
79
1. Under the **Hub** heading, select **Overview**.
80
80
1. In the section for **Connected resources**, select the link to your storage account name. This name should be the name of the storage account listed in the error message you received. You'll be taken to the storage account page in the [Azure portal](https://portal.azure.com).
81
-
1. On the storage account page, select **Data Storage** > **Containers** from the left navigation menu.
81
+
1. On the storage account page, select **Data Storage** > **Containers** from the left pane.
82
82
1. Select the container name that's listed in the error message you received.
83
83
1. Select through folders to find the build logs.
84
84
@@ -88,7 +88,7 @@ __Option 2: Find the build log within Azure Machine Learning studio.__
88
88
> This option to access the build log uses [Azure Machine Learning studio](https://ml.azure.com), which is a different portal than [Azure AI Foundry](https://ai.azure.com).
89
89
90
90
1. Go to [Azure Machine Learning studio](https://ml.azure.com).
91
-
2. Select **Endpoints** from the left navigation menu.
91
+
2. Select **Endpoints** from the left pane.
92
92
3. Select your endpoint name. It might be identical to your deployment name.
93
93
4. Select the link to **Environment** from the deployment section.
94
94
5. Select **Build log** at the top of the environment details page.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/deploy-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ To work with a model, you first deploy it into a project. If you don't yet have
19
19
20
20
:::image type="content" source="../media/tutorials/chat/home-page.png" alt-text="Screenshot of the home page if with no projects." lightbox="../media/tutorials/chat/home-page.png":::
21
21
22
-
* If you have projects but aren't in one, select the project you wish to use, then select **Model catalog** from the left navigation pane.
23
-
* If you are in a project, select **Model catalog** from the left navigation pane.
22
+
* If you have projects but aren't in one, select the project you wish to use, then select **Model catalog** from the left pane.
23
+
* If you are in a project, select **Model catalog** from the left pane.
24
24
25
25
1. Select the **gpt-4o-mini** model from the list of models. You can use the search bar to find it.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/find-deployments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ ms.date: 10/09/2024
10
10
ms.custom: include, ignite-2024
11
11
---
12
12
13
-
You can always find the endpoint's details, URL, and access keys by navigating to your project's **Management center** from the left navigation pane. Then, select **Models + endpoints**.
13
+
You can always find the endpoint's details, URL, and access keys by navigating to your project's **Management center** from the left pane. Then, select **Models + endpoints**.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/region-availability-maas.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Phi-3-Medium-4K-Instruct <br> Phi-3-Medium-128K-Instruct | Not applicable | E
88
88
| Model | Offer Availability Region | Hub/Project Region for Deployment | Hub/Project Region for Fine tuning |
89
89
|---------|---------|---------|---------|
90
90
Codestral-2501 | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong SAR <br> Israel | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | Not available |
91
+
Mistral OCR 25.03 | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong SAR <br> Israel | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | Not available |
91
92
Mistral Nemo | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong SAR <br> Israel | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | East US 2 <br> East US <br> North Central US <br> South Central US <br> West US <br> West US 3 |
92
93
Mistral Small 25.03 <br> Mistral Small | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong SAR <br> Israel | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | Not available |
93
94
Ministral-3B | [Microsoft Managed Countries/Regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong SAR<br> Israel | East US <br> East US 2 <br> North Central US <br> South Central US <br> Sweden Central <br> West US <br> West US 3 | East US 2 <br> East US <br> North Central US <br> South Central US <br> West US <br> West US 3 |
0 commit comments