Skip to content

Commit 0cddaa2

Browse files
Merge pull request #6474 from mrbullwinkle/mrb_08_08_2025_models_page
[Azure OpenAI[ Updates
2 parents 94cfa57 + c4a1fb7 commit 0cddaa2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure OpenAI in Azure AI Foundry Models
33
titleSuffix: Azure OpenAI
4-
description: Learn about the model capabilities that are available with Azure OpenAI.
4+
description: Learn about the model capabilities for models like GPT-5, GPT-5-mini, GPT-5-nano, and GPT-5-chat
55
author: mrbullwinkle #ChrisHMSFT
66
ms.author: mbullwin #chrhoder#
77
manager: nitinme
@@ -58,7 +58,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
5858
| `gpt-5` (2025-08-07) | - [Reasoning](../how-to/reasoning.md) <br> - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - Structured outputs.<br> - Text and image processing. <br> - Functions, tools, and parallel tool calling. <br> [Full summary of capabilities](../how-to/reasoning.md). | 272,000 | 128,000 | October 24, 2024 |
5959
| `gpt-5-mini` (2025-08-07) | - [Reasoning](../how-to/reasoning.md) <br> - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - Structured outputs.<br> - Text and image processing. <br> - Functions, tools, and parallel tool calling. <br> [Full summary of capabilities](../how-to/reasoning.md). | 272,000 | 128,000 | June 24, 2024 |
6060
| `gpt-5-nano` (2025-08-07) | - [Reasoning](../how-to/reasoning.md) <br> - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - Structured outputs.<br> - Text and image processing. <br> - Functions, tools, and parallel tool calling. <br> [Full summary of capabilities](../how-to/reasoning.md). | 272,000 | 128,000 | May 31, 2024 |
61-
| `gpt-5-chat` (2025-08-07)<br>**Preview** | - Chat Completions API. <br> - [Responses API](../how-to/responses.md). - Text only | 128,000 | 16,384 | October 24, 2024 |
61+
| `gpt-5-chat` (2025-08-07)<br>**Preview** | - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - Text only | 128,000 | 16,384 | October 24, 2024 |
6262

6363
## gpt-oss
6464

@@ -73,7 +73,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
7373
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
7474
| --- | :--- |:--- |:---|:---: |
7575
| `gpt-oss-120b` (Preview) | - Text in/text out only <br> - Chat Completions API <br> - Streaming <br> - Function calling <br> - Structured outputs <br> - Reasoning <br> - Available for deployment<sup>1</sup> and via [managed compute](../../how-to/deploy-models-managed.md) | 131,072 | 131,072 | May 31, 2024 |
76-
| `gpt-oss-20b` (Preview) | - Text in/text out only <br> - Chat Completions API <br> - Streaming <br> - Function calling <br> - Structured outputs <br> - Reasoning <br> - Available via [managed compute only](../../how-to/deploy-models-managed.md) | 131,072 | 131,072 | May 31, 2024 |
76+
| `gpt-oss-20b` (Preview) | - Text in/text out only <br> - Chat Completions API <br> - Streaming <br> - Function calling <br> - Structured outputs <br> - Reasoning <br> - Available via [managed compute](../../how-to/deploy-models-managed.md) and [Foundry Local](../../foundry-local/get-started.md#run-the-latest-openai-open-source-model) | 131,072 | 131,072 | May 31, 2024 |
7777

7878
<sup>1</sup> Unlike other Azure OpenAI models `gpt-oss-120b` requires an [Azure AI Foundry project](/azure/ai-foundry/quickstarts/get-started-code?tabs=azure-ai-foundry&pivots=fdp-project) to deploy the model.
7979

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ 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)
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).
8181

8282
# [O-Series Reasoning Models](#tab/o-series)
8383

0 commit comments

Comments
 (0)