Skip to content

Commit 93379e2

Browse files
committed
update
1 parent 5440bdc commit 93379e2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's advanced o3-mini, o1, & o1-mini rea
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
8-
ms.date: 06/17/2025
8+
ms.date: 07/08/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
---
@@ -48,7 +48,7 @@ Azure OpenAI `o-series` models are designed to tackle reasoning and problem-solv
4848
| **[Reasoning effort](#reasoning-effort)** ||||||| - | - |
4949
| **[Image input](./gpt-with-vision.md)** ||||| - || - | - |
5050
| Chat Completions API | - | - |||||||
51-
| Responses API ||||| - | - | - | - |
51+
| Responses API ||||| | | - | - |
5252
| Functions/Tools ||||||| - | - |
5353
| Parallel Tool Calls | - | - | - | - | - | - | - | - |
5454
| `max_completion_tokens` <sup>1</sup> |||||||||

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's new stateful Responses API.
55
author: mrbullwinkle
66
ms.author: mbullwin
77
manager: nitinme
8-
ms.date: 06/20/2025
8+
ms.date: 07/08/2025
99
ms.service: azure-ai-openai
1010
ms.topic: include
1111
ms.custom:
@@ -51,6 +51,8 @@ The responses API is currently available in the following regions:
5151
- `gpt-4.1-nano` (Version: `2025-04-14`)
5252
- `gpt-4.1-mini` (Version: `2025-04-14`)
5353
- `gpt-image-1` (Version: `2025-04-15`)
54+
- `o1` (Version: `2024-12-17`)
55+
- `o3-mini` (Version: `2025-01-31`)
5456
- `o3` (Version: `2025-04-16`)
5557
- `o4-mini` (Version: `2025-04-16`)
5658

0 commit comments

Comments
 (0)