Skip to content

Commit 94aba30

Browse files
Merge pull request #6568 from mrbullwinkle/mrb_08_13_2025_update_models_page
[Azure OpenAI] [CDA Feedback] Models page update
2 parents 98d9dd2 + 161e3c1 commit 94aba30

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Azure OpenAI in Azure AI Foundry Models offers a diverse set of models with diff
4646
| [`GPT-5 series`](../../openai/concepts/models.md#gpt-5) | **NEW** `gpt-5`, `gpt-5-mini`, `gpt-5-nano`, `gpt-5-chat` |
4747
| [gpt-oss](../../openai/concepts/models.md#gpt-oss) | Open-weight reasoning models |
4848
| [codex-mini](../../openai/concepts/models.md#o-series-models) | Fine-tuned version of o4-mini. |
49-
| [GPT-4.1 series](../../openai/concepts/models.md#gpt-41-series) | The latest model release from Azure OpenAI. |
49+
| [GPT-4.1 series](../../openai/concepts/models.md#gpt-41-series) | `gpt-4.1`, `gpt-4.1-mini`, `gpt-4.1-nano` |
5050
| [model-router](../../openai/concepts/models.md#model-router) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
5151
| [computer-use-preview](../../openai/concepts/models.md#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
5252
| [o-series models](../../openai/concepts/models.md#o-series-models) |[Reasoning models](../../openai/how-to/reasoning.md) with advanced problem solving and increased focus and capability. |
53-
| [GPT-4o, GPT-4o mini, and GPT-4 Turbo](../../openai/concepts/models.md#gpt-4o-and-gpt-4-turbo) | The latest, most capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
53+
| [GPT-4o, GPT-4o mini, and GPT-4 Turbo](../../openai/concepts/models.md#gpt-4o-and-gpt-4-turbo) | Capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
5454
| [GPT-4](../../openai/concepts/models.md#gpt-4) | A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
5555
| [GPT-3.5](../../openai/concepts/models.md#gpt-35) | A set of models that improve on GPT-3 and can understand and generate natural language and code. |
5656
| [Embeddings](../../openai/concepts/models.md#embeddings) | A set of models that can convert text into numerical vector form to facilitate text similarity. |

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
2525
| [`GPT-5 series`](#gpt-5) | **NEW** `gpt-5`, `gpt-5-mini`, `gpt-5-nano`, `gpt-5-chat` |
2626
| [gpt-oss](#gpt-oss) | **NEW** open-weight reasoning models |
2727
| [`codex-mini`](#o-series-models) | Fine-tuned version of o4-mini. |
28-
| [`GPT-4.1 series`](#gpt-41-series) | The latest model release from Azure OpenAI. |
28+
| [`GPT-4.1 series`](#gpt-41-series) | `gpt-4.1`, `gpt-4.1-mini`, `gpt-4.1-nano` |
2929
| [`model-router`](#model-router) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
3030
| [`computer-use-preview`](#computer-use-preview) | An experimental model trained for use with the Responses API computer use tool. |
3131
| [`o-series models`](#o-series-models) |[`Reasoning models`](../how-to/reasoning.md) with advanced problem solving and increased focus and capability. |
32-
| [`GPT-4o, GPT-4o mini, and GPT-4 Turbo`](#gpt-4o-and-gpt-4-turbo) | The latest, most capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
32+
| [`GPT-4o, GPT-4o mini, and GPT-4 Turbo`](#gpt-4o-and-gpt-4-turbo) | Capable Azure OpenAI models with multimodal versions, which can accept both text and images as input. |
3333
| [`GPT-4`](#gpt-4) | A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
3434
| [`GPT-3.5`](#gpt-35) | A set of models that improve on GPT-3 and can understand and generate natural language and code. |
3535
| [Embeddings](#embeddings) | A set of models that can convert text into numerical vector form to facilitate text similarity. |
@@ -236,9 +236,9 @@ See [Model versions](../concepts/model-versions.md) to learn about how Azure Ope
236236

237237
| Model ID | Description | Max request (tokens) | Training data (up to) |
238238
| --- | :--- |:--- |:---: |
239-
| `gpt-4o` (2024-11-20) <br> GPT-4o (Omni) | Latest large GA model. <br> - Structured outputs.<br> - Text and image processing. <br> - JSON Mode. <br> - Parallel function calling. <br> - Enhanced accuracy and responsiveness. <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision. <br> - Superior performance in non-English languages and in vision tasks. <br> - Enhanced creative writing ability. | Input: 128,000 <br> Output: 16,384 | October 2023 |
239+
| `gpt-4o` (2024-11-20) <br> GPT-4o (Omni) | - Structured outputs.<br> - Text and image processing. <br> - JSON Mode. <br> - Parallel function calling. <br> - Enhanced accuracy and responsiveness. <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision. <br> - Superior performance in non-English languages and in vision tasks. <br> - Enhanced creative writing ability. | Input: 128,000 <br> Output: 16,384 | October 2023 |
240240
|`gpt-4o` (2024-08-06) <br> GPT-4o (Omni) | - Structured outputs.<br> - Text and image processing. <br> - JSON Mode. <br> - Parallel function calling. <br> - Enhanced accuracy and responsiveness. <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision. <br> - Superior performance in non-English languages and in vision tasks. |Input: 128,000 <br> Output: 16,384 | October 2023 |
241-
|`gpt-4o-mini` (2024-07-18) <br> GPT-4o mini | Latest small GA model. <br> - Fast, inexpensive, capable model ideal for replacing GPT-3.5 Turbo series models. <br> - Text and image processing. <br>- JSON Mode. <br> - Parallel function calling. | Input: 128,000 <br> Output: 16,384 | October 2023 |
241+
|`gpt-4o-mini` (2024-07-18) <br> GPT-4o mini | - Fast, inexpensive, capable model ideal for replacing GPT-3.5 Turbo series models. <br> - Text and image processing. <br>- JSON Mode. <br> - Parallel function calling. | Input: 128,000 <br> Output: 16,384 | October 2023 |
242242
|`gpt-4o` (2024-05-13) <br> GPT-4o (Omni) | - Text and image processing. <br> - JSON Mode. <br> - Parallel function calling. <br> - Enhanced accuracy and responsiveness. <br> - Parity with English text and coding tasks compared to GPT-4 Turbo with Vision. <br> - Superior performance in non-English languages and in vision tasks. |Input: 128,000 <br> Output: 4,096| October 2023 |
243243
| `gpt-4` (turbo-2024-04-09) <br>GPT-4 Turbo with Vision | New generally available model. <br> - Replacement for all previous GPT-4 preview models (`vision-preview`, `1106-Preview`, `0125-Preview`). <br> - [Feature availability](#gpt-4o-and-gpt-4-turbo) is currently different, depending on the method of input and the deployment type. | Input: 128,000 <br> Output: 4,096 | December 2023 |
244244

@@ -251,7 +251,7 @@ GPT-3.5 models can understand and generate natural language or code. The most ca
251251

252252
| Model ID | Description | Max request (tokens) | Training data (up to) |
253253
| --------- |:---|:------:|:----:|
254-
| `gpt-35-turbo` (0125) *new* | Latest generally available model. <br> - JSON Mode. <br> - Parallel function calling. <br> - Reproducible output (preview). <br> - Higher accuracy when it responds in requested formats. <br> - Includes a fix for a bug that caused a text-encoding issue for non-English language function calls. | Input: 16,385<br> Output: 4,096 | Sep 2021 |
254+
| `gpt-35-turbo` (0125) *new* |- JSON Mode. <br> - Parallel function calling. <br> - Reproducible output (preview). <br> - Higher accuracy when it responds in requested formats. <br> - Includes a fix for a bug that caused a text-encoding issue for non-English language function calls. | Input: 16,385<br> Output: 4,096 | Sep 2021 |
255255
| `gpt-35-turbo` (1106) | Older generally available model. <br> - JSON Mode. <br> - Parallel function calling. <br> - Reproducible output (preview). | Input: 16,385<br> Output: 4,096 | Sep 2021|
256256
| `gpt-35-turbo-instruct` (0914) | *Completions endpoint only*. <br> - Replacement for [legacy completions models](./legacy-models.md). | 4,097 |Sep 2021 |
257257

articles/ai-foundry/openai/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ recommendations: false
1313

1414
# What is Azure OpenAI in Azure AI Foundry Models?
1515

16-
Azure OpenAI provides REST API access to OpenAI's powerful language models including o4-mini, o3, gpt-4.1, o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, semantic search, and natural language to code translation. Users can access the service through REST APIs, [Python/C#/JS/Java/Go SDKs](/azure/ai-foundry/openai/supported-languages).
16+
Azure OpenAI provides REST API access to OpenAI's powerful language models including gpt-5 series, o4-mini, o3, gpt-4.1, o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and Embeddings model series. These models can be easily adapted to your specific task including but not limited to content generation, summarization, image understanding, semantic search, and natural language to code translation. Users can access the service through REST APIs, [Python/C#/JS/Java/Go SDKs](/azure/ai-foundry/openai/supported-languages).
1717

1818
### Features overview
1919

2020
| Feature | Azure OpenAI |
2121
| --- | --- |
22-
| Models available | [o4-mini & o3](./how-to/reasoning.md) <br>[gpt-4.1](./concepts/models.md#gpt-41-series) <br> [**computer-use-preview**](./concepts/models.md#computer-use-preview)<br>[**o3-mini & o1**](./how-to/reasoning.md) <br>[**o1-mini**](./how-to/reasoning.md)<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
22+
| Models available | [gpt-5 series](./concepts/models.md#gpt-5)<br> [o4-mini & o3](./how-to/reasoning.md) <br>[gpt-4.1](./concepts/models.md#gpt-41-series) <br> [**computer-use-preview**](./concepts/models.md#computer-use-preview)<br>[**o3-mini & o1**](./how-to/reasoning.md) <br>[**o1-mini**](./how-to/reasoning.md)<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
2323
| Fine-tuning | `GPT-4o-mini` (preview) <br> `GPT-4` (preview) <br>`GPT-3.5-Turbo` (0613).|
2424
| Price | [Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on vision-enabled chat models, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
2525
| Virtual network support & private link support | Yes. |

0 commit comments

Comments
 (0)