Skip to content

Commit f71ddcb

Browse files
authored
Revert "[Azure OpenAI] [Release Branch] GPT-5-Pro"
1 parent 63d4829 commit f71ddcb

File tree

6 files changed

+23
-33
lines changed

6 files changed

+23
-33
lines changed

articles/ai-foundry/openai/how-to/function-calling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-openai
99
ms.custom: devx-track-python
1010
ms.topic: how-to
11-
ms.date: 10/07/2025
11+
ms.date: 09/30/2025
1212
manager: nitinme
1313
---
1414

@@ -49,7 +49,6 @@ Support for parallel function was first added in API version [`2023-12-01-previe
4949
### Basic function calling with tools
5050

5151
* All the models that support parallel function calling
52-
* `gpt-5-pro` (`2025-10-06`)
5352
* `codex-mini` (`2025-05-16`)
5453
* `o3-pro` (`2025-06-10`)
5554
* `o4-mini` (`2025-04-16`)

articles/ai-foundry/openai/how-to/reasoning.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-foundry
77
ms.subservice: azure-ai-foundry-openai
88
ms.topic: include
9-
ms.date: 10/07/2025
9+
ms.date: 09/08/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
---
@@ -29,9 +29,8 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
2929

3030
| Model | Region | Limited access |
3131
|---|---|---|
32-
| `gpt-5-pro` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
33-
| `gpt-5-codex` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
34-
| `gpt-5` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required. |
32+
| `gpt-5-codex` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access) |
33+
| `gpt-5` | [Model availability](../concepts/models.md#global-standard-model-availability) | Request access: [Limited access model application](https://aka.ms/oai/gpt5access). If you already have `o3 access` no request is required |
3534
| `gpt-5-mini` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed. |
3635
| `gpt-5-nano` | [Model availability](../concepts/models.md#global-standard-model-availability) | No access request needed. |
3736
| `o3-pro` | East US2 & Sweden Central (Global Standard) | Request access: [Limited access model application](https://aka.ms/oai/o3access). If you already have `o3 access` no request is required. |
@@ -46,27 +45,26 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
4645

4746
# [GPT-5 Reasoning Models](#tab/gpt-5)
4847

49-
| **Feature** | **gpt-5-pro**, **2025-10-06** | **gpt-5-codex**, **2025-09-011** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** |
50-
|:-------------------|:--------------------------:|:--------------------------:|:------:|:--------:|:--------:|
51-
| **API Version** | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) |
52-
| **[Developer Messages](#developer-messages)** ||||||
53-
| **[Structured Outputs](./structured-outputs.md)** ||||||
54-
| **[Context Window](../concepts/models.md#o-series-models)** | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 |
55-
| **[Reasoning effort](#reasoning-effort)** | -<sup>4</sup>| ||||
56-
| **[Image input](./gpt-with-vision.md)** ||||||
57-
| Chat Completions API | - | - | |||
58-
| Responses API || | |||
59-
| Functions/Tools ||||||
60-
| Parallel Tool Calls<sup>1</sup> |- |||||
61-
| `max_completion_tokens` <sup>2</sup> | - | - ||||
62-
| System Messages <sup>3</sup> ||| |||
63-
| [Reasoning summary](#reasoning-summary) || ||||
64-
| Streaming |- |||||
48+
| **Feature** | **gpt-5-codex**, **2025-09-011** | **gpt-5**, **2025-08-07** | **gpt-5-mini**, **2025-08-07** | **gpt-5-nano**, **2025-08-07** |
49+
|:-------------------|:--------------------------:|:--------------------------:|:------:|:--------:|
50+
| **API Version** | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) | [v1](../api-version-lifecycle.md#api-evolution) |
51+
| **[Developer Messages](#developer-messages)** |||||
52+
| **[Structured Outputs](./structured-outputs.md)** |||||
53+
| **[Context Window](../concepts/models.md#o-series-models)** | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br>Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 | 400,000 <br><br> Input: 272,000 <br> Output: 128,000 |
54+
| **[Reasoning effort](#reasoning-effort)** |||||
55+
| **[Image input](./gpt-with-vision.md)** |||||
56+
| Chat Completions API | - ||||
57+
| Responses API |||||
58+
| Functions/Tools |||||
59+
| Parallel Tool Calls<sup>1</sup> |||||
60+
| `max_completion_tokens` <sup>2</sup> | - ||||
61+
| System Messages <sup>3</sup> |||||
62+
| [Reasoning summary](#reasoning-summary) |||||
63+
| Streaming |||||
6564

6665
<sup>1</sup> Parallel tool calls are not supported when `reasoning_effort` is set to `minimal`<br><br>
6766
<sup>2</sup> Reasoning models will only work with the `max_completion_tokens` parameter when using the Chat Completions API. Use `max_output_tokens` with the Responses API. <br><br>
6867
<sup>3</sup> The latest reasoning models support system messages to make migration easier. You should not use both a developer message and a system message in the same API request.<br><br>
69-
<sup>4</sup> `gpt-5-pro` only supports `reasoning_effort` `high`, this is the default value even when not explicitly passed to the model.
7068

7169
### NEW GPT-5 reasoning features
7270

articles/ai-foundry/openai/how-to/responses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The responses API is currently available in the following regions:
4545

4646
### Model support
4747

48-
- `gpt-5-pro` (Version: `2025-10-06`)
4948
- `gpt-5-codex` (Version: `2025-09-11`)
5049
- `gpt-5` (Version: `2025-08-07`)
5150
- `gpt-5-mini` (Version: `2025-08-07`)

articles/ai-foundry/openai/how-to/structured-outputs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-foundry
88
ms.subservice: azure-ai-foundry-openai
99
ms.topic: how-to
10-
ms.date: 10/07/2025
10+
ms.date: 06/17/2025
1111
author: mrbullwinkle
1212
ms.author: mbullwin
1313
recommendations: false
@@ -26,7 +26,6 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
2626
2727
## Supported models
2828

29-
- `gpt-5-pro` version `2025-10-06`
3029
- `gpt-5-codex` version `2025-09-11`
3130
- `gpt-5` version `2025-08-07`
3231
- `gpt-5-mini` version `2025-08-07`

articles/ai-foundry/openai/includes/models-azure-direct-openai.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ms.topic: include
3838
| `gpt-5-chat` (2025-08-07) | See the [models table](#model-summary-table-and-region-availability).|
3939
| `gpt-5-chat` (2025-10-03) | East US2 (Global Standard) and Sweden Central (Global Standard) |
4040
| `gpt-5-codex` (2025-09-11) | East US2 (Global Standard) and Sweden Central (Global Standard) |
41-
| `gpt-5-pro` (2025-10-06) | East US2 (Global Standard) and Sweden Central (Global Standard) |
4241

4342
- **[Registration is required for access to the gpt-5 & gpt-5-codex models](https://aka.ms/oai/gpt5access).**
4443

@@ -54,7 +53,6 @@ ms.topic: include
5453
| `gpt-5-chat` (2025-08-07)<br>**Preview** | - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - **Input**: Text/Image <br> - **Output**: Text only | 128,000 | 16,384 | September 30, 2024 |
5554
| `gpt-5-chat` (2025-10-03)<br>**Preview**<sup>1<sup/> | - Chat Completions API. <br> - [Responses API](../how-to/responses.md). <br> - **Input**: Text/Image <br> - **Output**: Text only | 128,000 | 16,384 | September 30, 2024 |
5655
| `gpt-5-codex` (2025-09-11) | - [Responses API](../how-to/responses.md) only. <br> - **Input**: Text/Image <br> - **Output**: Text only <br> - Structured outputs.<br> - Text and image processing. <br> - Functions, tools, and parallel tool calling. <br> - [Full summary of capabilities](../how-to/reasoning.md)<br> - Optimized for [Codex CLI & Codex VS Code extension](../how-to/codex.md) | 400,000<br><br>Input: 272,000<br>Output: 128,000 | 128,000 | - |
57-
| `gpt-5-pro` (2025-10-06) | - [Reasoning](../how-to/reasoning.md) <br> - [Responses API](../how-to/responses.md). <br> - Structured outputs.<br> - Text and image processing. <br> - Functions and tools <br> - [Full summary of capabilities](../how-to/reasoning.md). | 400,000<br><br>Input: 272,000<br>Output: 128,000 | 128,000 | September 30, 2024 |
5856

5957
> [!NOTE]
6058
> <sup>1</sup> `gpt-5-chat` version `2025-10-03` introduces a significant enhancement focused on emotional intelligence and mental health capabilities. This upgrade integrates specialized datasets and refined response strategies to improve the model’s ability to:

articles/ai-foundry/openai/quotas-limits.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article features detailed descriptions and best practices on t
44
author: mrbullwinkle
55
ms.author: mbullwin
66
manager: nitinme
7-
ms.date: 10/07/2025
7+
ms.date: 08/19/2025
88
ms.service: azure-ai-foundry
99
ms.subservice: azure-ai-foundry-openai
1010
ms.topic: conceptual
@@ -81,7 +81,6 @@ The following section provides you with a quick guide to the default quotas and
8181
| `gpt-5-nano` | 5 M | 150 M | 2 M | 50 M |
8282
| `gpt-5-chat` | 1 M | 5 M | N/A | N/A |
8383
| `gpt-5-codex` | 1 M | 10 M | N/A | N/A |
84-
| `gpt-5-pro` | 160 K | 1.6 M | N/A | N/A |
8584

8685
| Model | Global Default<br>Requests per minute (RPM) | Global Enterprise and MCA-E <br>Requests per minute (RPM) | Data Zone Default <br>Requests per minute (RPM) | Data Zone Enterprise and MCA-E <br>Requests per minute (RPM) |
8786
|-------------|----------------------------------------------|------------------------------------------------------------|--------------------------------------------------|--------------------------------------------------------------|
@@ -90,8 +89,6 @@ The following section provides you with a quick guide to the default quotas and
9089
| `gpt-5-nano` | 5 K | 150 K | 2 K | 50 K |
9190
| `gpt-5-chat` | 1 K | 5 K | N/A | N/A |
9291
| `gpt-5-codex` | 1 K | 10 K | N/A | N/A |
93-
| `gpt-5-pro` | 1.6 K | 16 K | N/A | N/A |
94-
9592

9693

9794

@@ -320,7 +317,7 @@ To determine the offer type associated with your subscription, you can check you
320317

321318
# [REST](#tab/REST)
322319

323-
See the [API reference](/rest/api/resources/subscriptions/get).
320+
See the [API reference](/rest/api/subscription/subscriptions/get).
324321

325322
```bash
326323
az login

0 commit comments

Comments
 (0)