Skip to content

Commit a019672

Browse files
committed
update
1 parent 1aa4fee commit a019672

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
3636

3737
## GPT 4.1 series
3838

39+
### Region availability
40+
41+
| Model | Region |
42+
|---|---|
43+
| `gpt-4.1` (2025-04-14) | See the [models table](#model-summary-table-and-region-availability). |
44+
| `gpt-4.1-nano` (2025-04-14) | See the [models table](#model-summary-table-and-region-availability).|
45+
| `gpt-4.1-mini` (2025-04-14) | See the [models table](#model-summary-table-and-region-availability).|
46+
47+
### Capabilities
48+
3949
> [!IMPORTANT]
4050
> There is a known issue impacting all GPT 4.1 series models where large tool/function call definitions exceeding 300,000 tokens will result in failures even though the 1 million token context limit of the models has not been reached.
4151
>
@@ -51,16 +61,6 @@ Azure OpenAI is powered by a diverse set of models with different capabilities a
5161
>
5262
> - `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}}`
5363
54-
### Region availability
55-
56-
| Model | Region |
57-
|---|---|
58-
| `gpt-4.1` (2025-04-14) | See the [models table](#model-summary-table-and-region-availability). |
59-
| `gpt-4.1-nano` (2025-04-14) | See the [models table](#model-summary-table-and-region-availability).|
60-
| `gpt-4.1-mini` (2025-04-14) | See the [models table](#model-summary-table-and-region-availability).|
61-
62-
### Capabilities
63-
6464
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
6565
| --- | :--- |:--- |:---|:---: |
6666
| `gpt-4.1` (2025-04-14) | - Text & 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 |

0 commit comments

Comments
 (0)