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/foundry-models/concepts/models.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
@@ -50,7 +50,7 @@ Azure OpenAI in Azure AI Foundry Models offers a diverse set of models with diff
50
50
|[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. |
51
51
|[computer-use-preview](../../openai/concepts/models.md#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
52
52
|[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. |
54
54
|[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. |
55
55
|[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. |
56
56
|[Embeddings](../../openai/concepts/models.md#embeddings)| A set of models that can convert text into numerical vector form to facilitate text similarity. |
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/concepts/models.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
29
29
|[`model-router`](#model-router)| A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
30
30
|[`computer-use-preview`](#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
31
31
|[`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. |
33
33
|[`GPT-4`](#gpt-4)| A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
34
34
|[`GPT-3.5`](#gpt-35)| A set of models that improve on GPT-3 and can understand and generate natural language and code. |
35
35
|[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
236
236
237
237
| Model ID | Description | Max request (tokens) | Training data (up to) |
238
238
| --- | :--- |:--- |:---: |
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 |
240
240
|`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 |
242
242
|`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 |
243
243
|`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 |
244
244
@@ -251,7 +251,7 @@ GPT-3.5 models can understand and generate natural language or code. The most ca
251
251
252
252
| Model ID | Description | Max request (tokens) | Training data (up to) |
253
253
| --------- |:---|:------:|:----:|
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 |
255
255
|`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|
0 commit comments