Skip to content

Commit 2a2b389

Browse files
authored
Update models.md
1 parent ef5d48e commit 2a2b389

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
6161
>
6262
> - `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}}`
6363
64-
Learn about capabilities in the following table:
65-
6664
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
6765
| --- | :--- |:--- |:---|:---: |
6866
| `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
8179

8280
### Capabilities
8381

84-
Learn about capabilities in the following table:
85-
8682
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
8783
| --- | :--- |:--- |:---|:---: |
8884
| `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
110106

111107
### Capabilities
112108

113-
Learn about capabilities in the following table:
114-
115109
| Model ID | Description | Context window | Max output tokens | Training data (up to) |
116110
| --- | :--- |:--- |:---|:---: |
117111
| `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
173167

174168
## GPT-4 and GPT-4 Turbo models
175169

176-
- These models can be used only with the Chat Completions API.
170+
These models can be used only with the Chat Completions API.
177171

178172
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.
179173

0 commit comments

Comments
 (0)