Skip to content

Commit 98104ef

Browse files
committed
2 parents e150d5f + eddc567 commit 98104ef

File tree

42 files changed

+1464
-1236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1464
-1236
lines changed

articles/ai-foundry/concepts/models-featured.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
181181

182182
| Model | Type | Capabilities |
183183
| ------ | ---- | ------------ |
184-
| [Llama-4-Scout-17B-16E-Instruct](https://aka.ms/aifoundry/landing/llama-4-scout-17b-16e-instruct) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text and image (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** Yes <br /> - **Response formats:** Text |
185-
| [Llama 4-Maverick-17B-128E-Instruct-FP8](https://aka.ms/aifoundry/landing/llama-4-maverick-17b-128e-instruct-fp8) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text and image (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** Yes <br /> - **Response formats:** Text |
184+
| [Llama-4-Scout-17B-16E-Instruct](https://aka.ms/aifoundry/landing/llama-4-scout-17b-16e-instruct) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text and image (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
185+
| [Llama 4-Maverick-17B-128E-Instruct-FP8](https://aka.ms/aifoundry/landing/llama-4-maverick-17b-128e-instruct-fp8) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text and image (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
186186
| [Llama-3.3-70B-Instruct](https://ai.azure.com/explore/models/Llama-3.3-70B-Instruct/version/4/registry/azureml-meta) | [chat-completion](../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context) | - **Input:** text (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
187187
| [Llama-3.2-90B-Vision-Instruct](https://ai.azure.com/explore/models/Llama-3.2-90B-Vision-Instruct/version/1/registry/azureml-meta) | [chat-completion (with images)](../model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context) | - **Input:** text and image (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
188188
| [Llama-3.2-11B-Vision-Instruct](https://ai.azure.com/explore/models/Llama-3.2-11B-Vision-Instruct/version/1/registry/azureml-meta) | [chat-completion (with images)](../model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context) | - **Input:** text and image (128,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Tool calling:** No <br /> - **Response formats:** Text |

articles/ai-foundry/how-to/create-manage-compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 11/07/2024
12+
ms.date: 06/06/2025
1313
ms.reviewer: deeikele
1414
ms.author: sgilley
1515
author: sdgilley

articles/ai-foundry/includes/create-hub-project-simple.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,17 @@ ms.custom: include, build-2024, ignite-2024
1212

1313
To create a [!INCLUDE [hub-project-name](hub-project-name.md)] in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs), follow these steps:
1414

15-
[!INCLUDE [tip-left-pane](../includes/tip-left-pane.md)]
16-
17-
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
18-
1. Select any existing project if you aren't already in one.
19-
20-
> [!IMPORTANT]
21-
> You must have an existing [!INCLUDE [fdp-project-name](fdp-project-name.md)] or [!INCLUDE [hub-project-name](hub-project-name.md)] before you can follow these steps. If you don't have an existing project, follow the steps in the [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first [!INCLUDE [fdp-project-name](fdp-project-name.md)].
15+
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
2216

23-
1. At the bottom of the left pane, select **Management center**.
24-
1. At the top of the page, select **All resources**.
25-
1. Select **Create**.
26-
27-
:::image type="content" source="../media/how-to/projects/management-center-create.png" alt-text="Screenshot shows the management center where you can create a hub based project.":::
17+
1. [!INCLUDE [create-project-access](create-project-access.md)]
2818

29-
1. Select **AI hub resource**.
30-
1. Enter a name for the project.
31-
1. If you have a hub, you'll see the one you most recently used selected.
32-
* If you have access to more than one hub, you can select a different hub from the dropdown.
33-
* If you want to create a new one, select **Create new hub** and supply a name.
34-
35-
:::image type="content" source="../media/how-to/projects/projects-create-details.png" alt-text="Screenshot of the project details page within the create project dialog." lightbox="../media/how-to/projects/projects-create-details.png":::
36-
37-
1. If you don't have a hub, a default one is created for you.
38-
1. Select **Create**.
19+
1. Select **AI hub resource**, then select **Next**.
20+
1. Enter a name for the project.
21+
1. If you have a hub, you'll see the one you most recently used selected.
22+
* If you have access to more than one hub, you can select a different hub from the dropdown.
23+
* If you want to create a new one, select **Create new hub** and supply a name.
24+
25+
:::image type="content" source="../media/how-to/projects/projects-create-details.png" alt-text="Screenshot of the project details page within the create project dialog." lightbox="../media/how-to/projects/projects-create-details.png":::
26+
27+
1. If you don't have a hub, a default one is created for you.
28+
1. Select **Create**.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
author: sdgilley
5+
ms.reviewer: sgilley
6+
ms.author: sgilley
7+
ms.service: azure-ai-foundry
8+
ms.topic: include
9+
ms.date: 06/05/2025
10+
ms.custom: include
11+
---
12+
13+
What you do next depends on where you are:
14+
15+
* **If you don't have any existing projects**: Follow the steps in [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first project.
16+
17+
* **If you're in a project**: Select the project breadcrumb, then select **Create new resource**.
18+
19+
:::image type="content" source="../media/how-to/projects/create-new-resource.png" alt-text="Screenshot shows creating a new project from a breadcrumb.":::
20+
21+
* **If you're not in a project**: Select **Create new** in the top right to create a new [!INCLUDE [fdp-project-name-plural](fdp-project-name.md)]
22+
23+
:::image type="content" source="../media/how-to/projects/create-new.png" alt-text="Screenshot shows how to create a new project in Azure AI Foundry.":::

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,12 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
6363

6464
To create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs), follow these steps:
6565

66-
1. Go to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
66+
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
6767

68-
2. What you do next depends on where you are:
68+
1. [!INCLUDE [create-project-access](create-project-access.md)]
6969

70-
* **If you don't have any existing projects**: Follow the steps in [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md) to create your first project.
71-
72-
* **If you're in a project**: Select the project breadcrumb, then select **Create new resource**.
73-
74-
:::image type="content" source="../media/how-to/projects/create-new-resource.png" alt-text="Screenshot shows creating a new project from a breadcrumb.":::
75-
76-
* **If you're not in a project**: Select **Create new** in the top right to create a new [!INCLUDE [fdp-project-name-plural](fdp-project-name.md)]
77-
78-
:::image type="content" source="../media/how-to/projects/create-new.png" alt-text="Screenshot shows how to create a new project in Azure AI Foundry.":::
70+
1. Select **Azure AI Foundry resource**, then select **Next**.
71+
1. Provide a name for your project and select **Create**. Or see next section for advanced options.
7972

8073
### Advanced options
8174

articles/ai-foundry/model-inference/concepts/models.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
9797

9898
See [this model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=meta).
9999

100+
### xAI
101+
102+
xAI's Grok 3 and Grok 3 Mini models are designed to excel in various enterprise domains. Grok 3, a non-reasoning model pre-trained by the Colossus datacenter, is tailored for business use cases such as data extraction, coding, and text summarization, with exceptional instruction-following capabilities. It supports a 131,072 token context window, allowing it to handle extensive inputs while maintaining coherence and depth, and is particularly adept at drawing connections across domains and languages. On the other hand, Grok 3 Mini is a lightweight reasoning model trained to tackle agentic, coding, mathematical, and deep science problems with test-time compute. It also supports a 131,072 token context window for understanding codebases and enterprise documents, and excels at using tools to solve complex logical problems in novel environments, offering raw reasoning traces for user inspection with adjustable thinking budgets.
103+
104+
| Model | Type | Tier | Capabilities |
105+
| ------ | ---- | --- | ------------ |
106+
| [grok-3](https://ai.azure.com/explore/models/grok-3/version/1/registry/azureml-xai) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
107+
| [grok-3-mini](https://ai.azure.com/explore/models/grok-3-mini/version/1/registry/azureml-xai) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
108+
109+
100110
## Models from Partners and Community
101111

102112
Models from Partners and Community available for deployment with pay-as-you-go billing (for example, Cohere models) are offered by the model provider but hosted in Microsoft-managed Azure infrastructure and accessed via API in the Azure AI Foundry. Model providers define the license terms and set the price for use of their models, while Azure AI Foundry manages the hosting infrastructure.
@@ -210,15 +220,6 @@ See [this model collection in Azure AI Foundry portal](https://ai.azure.com/expl
210220
| ------ | ---- | --- | ------------ |
211221
| [tsuzumi-7b](https://ai.azure.com/explore/models/Tsuzumi-7b/version/1/registry/azureml-nttdata) | chat-completion | Global standard | - **Input:** text (8,192 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` and `jp` <br /> - **Tool calling:** No <br /> - **Response formats:** Text |
212222

213-
### xAI
214-
215-
xAI's Grok 3 and Grok 3 Mini models are designed to excel in various enterprise domains. Grok 3, a non-reasoning model pre-trained by the Colossus datacenter, is tailored for business use cases such as data extraction, coding, and text summarization, with exceptional instruction-following capabilities. It supports a 131,072 token context window, allowing it to handle extensive inputs while maintaining coherence and depth, and is particularly adept at drawing connections across domains and languages. On the other hand, Grok 3 Mini is a lightweight reasoning model trained to tackle agentic, coding, mathematical, and deep science problems with test-time compute. It also supports a 131,072 token context window for understanding codebases and enterprise documents, and excels at using tools to solve complex logical problems in novel environments, offering raw reasoning traces for user inspection with adjustable thinking budgets.
216-
217-
| Model | Type | Tier | Capabilities |
218-
| ------ | ---- | --- | ------------ |
219-
| [grok-3](https://ai.azure.com/explore/models/grok-3/version/1/registry/azureml-xai) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
220-
| [grok-3-mini](https://ai.azure.com/explore/models/grok-3-mini/version/1/registry/azureml-xai) | chat-completion | Global standard | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |
221-
222223
## Open and protected models
223224

224225
The [Azure AI model catalog](../../../ai-studio/how-to/model-catalog-overview.md) offers a larger selection of models, from a bigger range of providers. As opposite to Azure AI Foundry Models where models are provided as APIs, these models might require you to host them on your infrastructure, including the creation of an AI hub and project, and providing the underlying compute quota to host the models.

articles/ai-foundry/what-is-azure-ai-foundry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ This table summarizes features available in the two project types:
5858
| Capability | [!INCLUDE [fdp](includes/fdp-project-name.md)] | [!INCLUDE[hub](includes/hub-project-name.md)] |
5959
| --- | --- | --- |
6060
| Agents | ✅ (GA) | ✅ (Preview only) |
61-
| Azure OpenAI models | ✅ (Native support) | Available via connections |
61+
| Azure AI Foundry Models including Azure OpenAI models | ✅ (Native support) | Available via connections |
62+
| AI Foundry API to work with agents and across models| ✅ (Native support) | Available via connections |
6263
| Project files (directly upload files and start experimenting) || |
6364
| Project-level isolation of files and outputs |||
6465
| Evaluations |||

articles/ai-services/language-service/conversational-language-understanding/concepts/data-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: conceptual
9-
ms.date: 11/21/2024
9+
ms.date: 06/05/2025
1010
ms.author: lajanuar
1111
ms.custom: language-service-custom-clu
1212
---

articles/ai-services/language-service/custom-text-classification/concepts/evaluation-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: laujan
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: conceptual
10-
ms.date: 11/21/2024
10+
ms.date: 6/6/2025
1111
ms.author: lajanuar
1212
ms.custom: language-service-custom-classification
1313
---
@@ -26,12 +26,12 @@ Model evaluation is triggered automatically after training is completed successf
2626

2727
`Recall = #True_Positive / (#True_Positive + #False_Negatives)`
2828

29-
* **F1 score**: The F1 score is a function of Precision and Recall. It's needed when you seek a balance between Precision and Recall.
29+
* **F1 score**: The F1 score is a function of precision and recall. It's needed when you seek a balance between precision and recall.
3030

3131
`F1 Score = 2 * Precision * Recall / (Precision + Recall)` <br>
3232

3333
>[!NOTE]
34-
> Precision, recall and F1 score are calculated for each class separately (*class-level* evaluation) and for the model collectively (*model-level* evaluation).
34+
> Precision, recall, and F1 score are calculated for each class separately (*class-level* evaluation) and for the model collectively (*model-level* evaluation).
3535
## Model-level and Class-level evaluation metrics
3636

3737
The definitions of precision, recall, and evaluation are the same for both class-level and model-level evaluations. However, the count of *True Positive*, *False Positive*, and *False Negative* differ as shown in the following example.
@@ -89,7 +89,7 @@ The below sections use the following example dataset:
8989
**F1 Score** = `2 * Precision * Recall / (Precision + Recall) = (2 * 0.8 * 0.67) / (0.8 + 0.67) = 0.73`
9090

9191
> [!NOTE]
92-
> For single-label classification models, the count of false negatives and false positives are always equal. Custom single-label classification models always predict one class for each document. If the prediction is not correct, FP count of the predicted class increases by one and FN of the actual class increases by one, overall count of FP and FN for the model will always be equal. This is not the case for multi-label classification, because failing to predict one of the classes of a document is counted as a false negative.
92+
> For single-label classification models, the number of false negatives and false positives are always equal. Custom single-label classification models always predict one class for each document. If the prediction is not correct, FP count of the predicted class increases by one and FN of the actual class increases by one, overall count of FP and FN for the model will always be equal. This is not the case for multi-label classification, because failing to predict one of the classes of a document is counted as a false negative.
9393
## Interpreting class-level evaluation metrics
9494

9595
So what does it actually mean to have a high precision or a high recall for a certain class?

0 commit comments

Comments
 (0)