We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3ab43 commit 5e1e961Copy full SHA for 5e1e961
articles/ai-foundry/openai/how-to/responses.md
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's new stateful Responses API.
5
author: mrbullwinkle
6
ms.author: mbullwin
7
manager: nitinme
8
-ms.date: 07/30/2025
+ms.date: 08/07/2025
9
ms.service: azure-ai-openai
10
ms.topic: include
11
ms.custom:
@@ -44,6 +44,10 @@ The responses API is currently available in the following regions:
44
45
### Model support
46
47
+- `gpt-5` (Version: `2025-08-07`)
48
+- `gpt-5-mini` (Version: `2025-08-07`)
49
+- `gpt-5-nano` (Version: `2025-08-07`)
50
+- `gpt-5-chat` (Version: `2025-08-07`)
51
- `gpt-4o` (Versions: `2024-11-20`, `2024-08-06`, `2024-05-13`)
52
- `gpt-4o-mini` (Version: `2024-07-18`)
53
- `computer-use-preview`
0 commit comments