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/openai/concepts/models.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
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Azure OpenAI in Azure AI Foundry Models
3
3
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
5
5
author: mrbullwinkle #ChrisHMSFT
6
6
ms.author: mbullwin #chrhoder#
7
7
manager: nitinme
@@ -58,7 +58,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
58
58
|`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 |
59
59
|`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 |
60
60
|`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 |
62
62
63
63
## gpt-oss
64
64
@@ -73,7 +73,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
73
73
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
74
74
| --- | :--- |:--- |:---|:---: |
75
75
|`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 |
77
77
78
78
<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.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/how-to/reasoning.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
@@ -77,7 +77,7 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
77
77
|**custom tool type**| Enables raw text (non-json) outputs |
78
78
|[`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 |
79
79
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).
0 commit comments