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
-38Lines changed: 0 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
26
26
|[GPT-4.1 series](#gpt-41-series)| Latest model release from Azure OpenAI |
27
27
|[model-router](#model-router)| A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |
28
28
|[computer-use-preview](#computer-use-preview)| An experimental model trained for use with the Responses API computer use tool. |
29
-
|[GPT-4.5 Preview](#gpt-45-preview)|The latest GPT model that excels at diverse text and image tasks. |
30
29
|[o-series models](#o-series-models)|[Reasoning models](../how-to/reasoning.md) with advanced problem-solving and increased focus and capability. |
31
30
|[GPT-4o & GPT-4o mini & 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
31
|[GPT-4](#gpt-4)| A set of models that improve on GPT-3.5 and can understand and generate natural language and code. |
@@ -98,24 +97,6 @@ Once access has been granted, you will need to create a deployment for the model
98
97
| --- | :--- |:--- |:---|:---: |
99
98
|`computer-use-preview` (2025-03-11) | Specialized model for use with the [Responses API](../how-to/responses.md) computer use tool <br> <br>-Tools <br>-Streaming<br>-Text(input/output)<br>- Image(input) | 8,192 | 1,024 | October 2023 |
100
99
101
-
102
-
## GPT-4.5 Preview
103
-
104
-
### Region availability
105
-
106
-
| Model | Region |
107
-
|---|---|
108
-
|`gpt-4.5-preview`| See the [models table](#model-summary-table-and-region-availability).|
109
-
110
-
### Capabilities
111
-
112
-
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
113
-
| --- | :--- |:--- |:---|:---: |
114
-
|`gpt-4.5-preview` (2025-02-27) <br> **GPT-4.5 Preview**|[GPT 4.1](#gpt-41-series) is the recommended replacement for this model. Excels at diverse text and image tasks. <br>- Structured outputs <br>- Prompt caching <br>- Tools <br>- Streaming<br>- Text(input/output)<br>- Image(input) | 128,000 | 16,384 | October 2023 |
115
-
116
-
> [!NOTE]
117
-
> It is expected behavior that the model cannot answer questions about itself. If you want to know when the knowledge cutoff for the model's training data is, or other details about the model you should refer to the model documentation above.
118
-
119
100
## o-series models
120
101
121
102
The Azure OpenAI o<sup>*</sup> series models are specifically designed to tackle reasoning and problem-solving tasks with increased focus and capability. These models spend more time processing and understanding the user's request, making them exceptionally strong in areas like science, coding, and math compared to previous iterations.
@@ -173,12 +154,6 @@ GPT-4 Turbo is a large multimodal model (accepting text or image inputs and gene
173
154
174
155
GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models have a base model name of `gpt-4`. You can distinguish between the GPT-4 and Turbo models by examining the model version.
175
156
176
-
-`gpt-4`**Version**`0314`
177
-
-`gpt-4`**Version**`0613`
178
-
-`gpt-4-32k`**Version**`0613`
179
-
180
-
You can see the token context length supported by each model in the [model summary table](#model-summary-table-and-region-availability).
181
-
182
157
## GPT-4 and GPT-4 Turbo models
183
158
184
159
- These models can only be used with the Chat Completion API.
@@ -192,10 +167,6 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
192
167
|`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, image processing <br>- JSON Mode <br> - parallel function calling | Input: 128,000 <br> Output: 16,384 | October 2023 |
193
168
|`gpt-4o` (2024-05-13) <br> **GPT-4o (Omni)**| Text, 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 |
194
169
|`gpt-4` (turbo-2024-04-09) <br>**GPT-4 Turbo with Vision**|**New GA 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 method of input, and deployment type. | Input: 128,000 <br> Output: 4,096 | Dec 2023 |
195
-
|`gpt-4-32k` (0613) |**Older GA model** <br> - Basic function calling with tools | 32,768 | Sep 2021 |
196
-
|`gpt-4` (0613) |**Older GA model** <br> - Basic function calling with tools | 8,192 | Sep 2021 |
> We don't recommend using preview models in production. We will upgrade all deployments of preview models to either future preview versions or to the latest stable GA version. Models that are designated preview don't follow the standard Azure OpenAI model lifecycle.
@@ -414,15 +385,6 @@ This table doesn't include fine-tuning regional availability information. Consu
414
385
415
386
### GPT-4 and GPT-4 Turbo model availability
416
387
417
-
#### Select customer access
418
-
419
-
In addition to the regions above which are available to all Azure OpenAI customers, some select preexisting customers have been granted access to versions of GPT-4 in additional regions:
420
-
421
-
| Model | Region |
422
-
|---|:---|
423
-
|`gpt-4` (0314) <br> `gpt-4-32k` (0314) | East US <br> France Central <br> South Central US <br> UK South |
424
-
|`gpt-4` (0613) <br> `gpt-4-32k` (0613) | East US <br> East US 2 <br> Japan East <br> UK South |
425
-
426
388
### GPT-3.5 models
427
389
428
390
See [model versions](../concepts/model-versions.md) to learn about how Azure OpenAI handles model version upgrades, and [working with models](../how-to/working-with-models.md) to learn how to view and configure the model version settings of your GPT-3.5 Turbo deployments.
0 commit comments