Skip to content

Commit fa0a155

Browse files
Merge pull request #7536 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-07 22:06 UTC
2 parents c4f0684 + b667c26 commit fa0a155

25 files changed

+195
-145
lines changed

articles/ai-foundry/concepts/content-filtering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ You can also enable the following special output filters:
6767
- **Protected material for text**: Protected material text describes known text content (for example, song lyrics, articles, recipes, and selected web content) that a large language model might output.
6868
- **Protected material for code**: Protected material code describes source code that matches a set of source code from public repositories, which a large language models might output without proper citation of source repositories.
6969
- **Groundedness**: The groundedness detection filter detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users.
70+
- **Personally identifiable information (PII)**: The PII filter detects whether the text responses of large language models (LLMs) contain personally identifiable information (PII). PII refers to any information that can be used to identify a particular individual, such as a name, address, phone number, email address, social security number, driver's license number, passport number, or similar information.
7071

7172
[!INCLUDE [create-content-filter](../includes/create-content-filter.md)]
7273

articles/ai-foundry/foundry-models/concepts/content-filter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The content filtering system integrated in the Foundry Models service in Azure A
4747
| Self-Harm | Self-harm describes language related to physical actions intended to purposely hurt, injure, damage one's body or kill oneself. <br><br> This category includes, but isn't limited to: <ul><li>Eating Disorders</li><li>Bullying and intimidation</li></ul> |
4848
| Protected Material for Text<sup>*</sup> | Protected material text describes known text content (for example, song lyrics, articles, recipes, and selected web content) that large language models can return as output.
4949
| Protected Material for Code | Protected material code describes source code that matches a set of source code from public repositories, which large language models can output without proper citation of source repositories.
50+
| Personally identifiable information (PII) | Personally identifiable information (PII) refers to any information that can be used to identify a particular individual. PII detection involves analyzing text content in LLM completions and filtering any PII that was returned. |
5051
|User Prompt Attacks |User prompt attacks are user prompts designed to provoke the generative AI model into exhibiting behaviors it was trained to avoid or to break the rules set in the system message. Such attacks can vary from intricate roleplay to subtle subversion of the safety objective. |
5152
|Indirect Attacks |Indirect Attacks, also referred to as Indirect Prompt Attacks or Cross-Domain Prompt Injection Attacks, are a potential vulnerability where third parties place malicious instructions inside of documents that the generative AI system can access and process. Requires [OpenAI models with document embedding and formatting](../../openai/concepts/content-filter-document-embedding.md). |
5253

articles/ai-foundry/foundry-models/includes/model-matrix/data-zone-standard.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
title: Data zone standard availability for Azure Direct models
33
manager: nitinme
44
ms.topic: include
5-
ms.date: 09/15/2025
5+
ms.date: 10/07/2025
66
---
77

88
<!-- ## DataZoneStandard.md -->
99

10-
| **Region** | **grok-3-mini** | **grok-3** |
11-
|:-------------------|:---------------:|:----------:|
12-
| eastus |||
13-
| eastus2 |||
14-
| francecentral | - | - |
15-
| germanywestcentral | - | - |
16-
| italynorth | - | - |
17-
| northcentralus |||
18-
| polandcentral | - | - |
19-
| southcentralus |||
20-
| spaincentral | - | - |
21-
| swedencentral | - | - |
22-
| westeurope | - | - |
23-
| westus |||
24-
| westus3 |||
10+
| **Region** | **mistral-document-ai-2505** | **grok-4-fast-reasoning** | **grok-4-fast-non-reasoning** |**grok-3** | **grok-3-mini** |
11+
|:-------------------|:-----------------------------:|:-------------------------:|:-----------------------------:|:----------:|:---------------:|
12+
| eastus ||||||
13+
| eastus2 ||||||
14+
| francecentral || - | - | - | - |
15+
| germanywestcentral || - | - | - | - |
16+
| italynorth || - | - | - | - |
17+
| northcentralus ||||||
18+
| norwayeast || - | - | - | - |
19+
| polandcentral || - | - | - | - |
20+
| southcentralus ||||||
21+
| spaincentral || - | - | - | - |
22+
| swedencentral || - | - | - | - |
23+
| switzerlandnorth || - | - | - | - |
24+
| switzerlandwest || - | - | - | - |
25+
| westeurope || - | - | - | - |
26+
| westus ||||||
27+
| westus3 ||||||
2528

articles/ai-foundry/foundry-models/includes/models-azure-direct-others.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: azure-ai-foundry
55
ms.subservice: azure-ai-foundry-model-inference
66
ms.topic: include
7-
ms.date: 09/26/2025
7+
ms.date: 10/07/2025
88
ms.author: mopeakande
99
author: msakande
1010
---
@@ -69,7 +69,7 @@ See [the Microsoft model collection in Azure AI Foundry portal](https://ai.azure
6969

7070
| Model | Type | Capabilities | Deployment type (region availability) | Project type |
7171
| ------ | ---- | ------------ | ------------------------------------- | ------------ |
72-
| [mistral-document-ai-2505](https://ai.azure.com/explore/models/mistral-document-ai-2505/version/1/registry/azureml-mistral/?cid=learnDocs) | Image-to-Text | - **Input:** image or PDF pages (30 pages, max 30MB PDF file) <br /> - **Output:** text <br /> - **Languages:** en <br /> - **Tool calling:** no <br /> - **Response formats:** Text, JSON, Markdown |- Global standard (all regions) | Foundry |
72+
| [mistral-document-ai-2505](https://ai.azure.com/explore/models/mistral-document-ai-2505/version/1/registry/azureml-mistral/?cid=learnDocs) | Image-to-Text | - **Input:** image or PDF pages (30 pages, max 30MB PDF file) <br /> - **Output:** text <br /> - **Languages:** en <br /> - **Tool calling:** no <br /> - **Response formats:** Text, JSON, Markdown |- Global standard (all regions) <br /> - Data zone standard (US and EU) | Foundry |
7373

7474
See [the Mistral model collection in Azure AI Foundry portal](https://ai.azure.com/explore/models?&selectedCollection=Mistral+AI/?cid=learnDocs). You can also find several Mistral models available [from partners and community](../concepts/models-from-partners.md#mistral-ai).
7575

@@ -95,8 +95,8 @@ benchmarks. [Registration is required for access to the grok-4 model](https://ak
9595
| Model | Type | Capabilities | Deployment type (region availability) | Project type |
9696
| ------ | ---- | ------------ | ------------------------------------- | ------------ |
9797
| [grok-4](https://ai.azure.com/explore/models/grok-4/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (256,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
98-
| [grok-4-fast-reasoning](https://ai.azure.com/explore/models/grok-4-fast-reasoning/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (2,000,000 tokens) <br /> - **Output:** text (2,000,000 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
99-
| [grok-4-fast-non-reasoning](https://ai.azure.com/explore/models/grok-4-fast-non-reasoning/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (2,000,000 tokens) <br /> - **Output:** text (2,000,000 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
98+
| [grok-4-fast-reasoning](https://ai.azure.com/explore/models/grok-4-fast-reasoning/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (2,000,000 tokens) <br /> - **Output:** text (2,000,000 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) <br> - Data zone standard (US) | Foundry, Hub-based |
99+
| [grok-4-fast-non-reasoning](https://ai.azure.com/explore/models/grok-4-fast-non-reasoning/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text, image (2,000,000 tokens) <br /> - **Output:** text (2,000,000 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) <br> - Data zone standard (US) | Foundry, Hub-based |
100100
| [grok-code-fast-1](https://ai.azure.com/explore/models/grok-code-fast-1/version/1/registry/azureml-xa/?cid=learnDocs) | chat-completion | - **Input:** text (256,000 tokens) <br /> - **Output:** text (8,192 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) | Foundry, Hub-based |
101101
| [grok-3](https://ai.azure.com/explore/models/grok-3/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text |- Global standard (all regions) <br> - Data zone standard (US) | Foundry, Hub-based |
102102
| [grok-3-mini](https://ai.azure.com/explore/models/grok-3-mini/version/1/registry/azureml-xai/?cid=learnDocs) | chat-completion | - **Input:** text (131,072 tokens) <br /> - **Output:** text (131,072 tokens) <br /> - **Languages:** `en` <br /> - **Tool calling:** yes <br /> - **Response formats:** text | - Global standard (all regions) <br> - Data zone standard (US) | Foundry, Hub-based |

0 commit comments

Comments
 (0)