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
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,6 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
61
61
>
62
62
> -`Error code: 500 - {'error': {'message': 'The server had an error processing your request. Sorry about that! You can retry your request, or contact us through an Azure support request at: https://go.microsoft.com/fwlink/?linkid=2213926 if you keep seeing this error. (Please include the request ID d2008353-291d-428f-adc1-defb5d9fb109 in your email.)', 'type': 'server_error', 'param': None, 'code': None}}`
63
63
64
-
Learn about capabilities in the following table:
65
-
66
64
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
67
65
| --- | :--- |:--- |:---|:---: |
68
66
|`gpt-4.1` (2025-04-14) | - Text and image input <br> - Text output <br> - Chat completions API <br>- Responses API <br> - Streaming <br> - Function calling <br> - Structured outputs (chat completions) | - 1,047,576 <br> - 128,000 (provisioned managed deployments) <br> - 300,000 (batch deployments) | 32,768 | May 31, 2024 |
@@ -81,8 +79,6 @@ A model that intelligently selects from a set of underlying chat models to respo
81
79
82
80
### Capabilities
83
81
84
-
Learn about capabilities in the following table:
85
-
86
82
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
87
83
| --- | :--- |:--- |:---|:---: |
88
84
|`model-router` (2025-05-19) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. | 200,000 | 32,768 (GPT-4.1 series)</br> 100,000 (o4-mini) | May 31, 2024 |
@@ -110,8 +106,6 @@ To request access, go to [`computer-use-preview` limited access model applicatio
110
106
111
107
### Capabilities
112
108
113
-
Learn about capabilities in the following table:
114
-
115
109
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
116
110
| --- | :--- |:--- |:---|:---: |
117
111
|`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 |
@@ -173,7 +167,7 @@ GPT-4 is the predecessor to GPT-4 Turbo. Both the GPT-4 and GPT-4 Turbo models h
173
167
174
168
## GPT-4 and GPT-4 Turbo models
175
169
176
-
-These models can be used only with the Chat Completions API.
170
+
These models can be used only with the Chat Completions API.
177
171
178
172
See [Model versions](../concepts/model-versions.md) to learn about how Azure OpenAI handles model version upgrades. See [Working with models](../how-to/working-with-models.md) to learn how to view and configure the model version settings of your GPT-4 deployments.
0 commit comments