Skip to content

Commit 19b1f03

Browse files
Merge pull request #6463 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-08 05:06 UTC
2 parents ba81df5 + 4c3c7a3 commit 19b1f03

File tree

81 files changed

+532
-661
lines changed

Some content is hidden

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

81 files changed

+532
-661
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,16 @@
519519
"source_path": "articles/machine-learning/how-to-package-models.md",
520520
"redirect_url": "/azure/machine-learning/concept-endpoints",
521521
"redirect_document_id": false
522+
},
523+
{
524+
"source_path": "articles/ai-services/create-account-terraform.md",
525+
"redirect_url": "/azure/ai-foundry/how-to/create-resource-terraform",
526+
"redirect_document_id": false
527+
},
528+
{
529+
"source_path": "articles/ai-services/create-account-bicep.md",
530+
"redirect_url": "/azure/ai-foundry/how-to/create-resource-template",
531+
"redirect_document_id": false
522532
}
523533
]
524534
}

articles/ai-foundry/openai/how-to/reasoning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
7777
| **custom tool type** | Enables raw text (non-json) outputs |
7878
| [`lark_tool`](#python-lark) | Allows you to use some of the capabilities of [Python lark](https://github.com/lark-parser/lark) for more flexible constraining of model responses |
7979

80+
For more information, we also recommend reading OpenAI's [GPT-5 prompting cookbook guide](https://cookbook.openai.com/examples/gpt-5/gpt-5_prompting_guide) and their [GPT-5 feature guide](https://platform.openai.com/docs/guides/latest-model)
81+
8082
# [O-Series Reasoning Models](#tab/o-series)
8183

8284
| **Feature** | **codex-mini**, **2025-05-16** | **o3-pro**, **2025-06-10** | **o4-mini**, **2025-04-16** | **o3**, **2025-04-16** | **o3-mini**, **2025-01-31** |**o1**, **2024-12-17** | **o1-mini**, **2024-09-12** |

articles/ai-services/create-account-bicep.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

articles/ai-services/create-account-terraform.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

articles/ai-services/language-service/concepts/model-lifecycle.md

Lines changed: 13 additions & 13 deletions
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: 07/22/2025
9+
ms.date: 08/07/2025
1010
ms.author: lajanuar
1111
---
1212

@@ -35,18 +35,18 @@ By default, API and SDK requests use the latest Generally Available model. To us
3535
3636
Use the following table to find which model versions support each feature:
3737

38-
| Feature | Supported generally available (GA) version | Latest supported preview versions |
39-
|-----------------------------------------------------|------------------------------------------------|---------------------------------------------|
40-
| Sentiment Analysis and opinion mining | `latest` | |
41-
| Language Detection | `latest` | |
42-
| Entity Linking | `latest` | |
43-
| Named Entity Recognition (NER) | `latest` | `2025-05-15-preview` |
44-
| Personally Identifiable Information (PII) detection | `latest` | `2025-05-15-preview` |
45-
| PII detection for conversations | `latest` | `2024-11-01-preview` |
46-
| Question answering | `latest` | |
47-
| Text Analytics for health | `latest` | `2023-04-15-preview` |
48-
| Key phrase extraction | `latest` | |
49-
| Summarization | `latest` | `2025-06-10-preview` (only available for `issue` and `resolution` aspects in conversation summarization) |
38+
| Feature | Supported generally available (GA) version | Latest supported preview versions |
39+
|--|--|--|
40+
| Sentiment Analysis and opinion mining | `latest` | |
41+
| Language Detection | `latest` | |
42+
| Entity Linking | `latest` | |
43+
| Named Entity Recognition (NER) | `latest` | `2025-08-01-preview` |
44+
| Personally Identifiable Information (PII) detection | `latest` | `2025-08-01-preview` |
45+
| PII detection for conversations | `latest` | `2024-11-01-preview` |
46+
| Question answering | `latest` | |
47+
| Text Analytics for health | `latest` | `2023-04-15-preview` |
48+
| Key phrase extraction | `latest` | |
49+
| Summarization | `latest` | `2025-06-10-preview` (only available for `issue` and `resolution` aspects in conversation summarization) |
5050

5151

5252
## Custom features
226 KB
Loading

0 commit comments

Comments
 (0)