Skip to content

Commit 7dcb2de

Browse files
Merge pull request #4178 from mrbullwinkle/mrb_04_16_2025_launch_follow
[Azure OpenAI] [Release Branch] small update
2 parents 7cc0aef + 685165f commit 7dcb2de

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
88
ms.custom: devx-track-python
99
ms.topic: how-to
10-
ms.date: 04/14/2025
10+
ms.date: 04/16/2025
1111
manager: nitinme
1212
---
1313

@@ -43,6 +43,8 @@ At a high level you can break down working with functions into three steps:
4343
* `gpt-4.1` (`2025-04-14`)
4444
* `gpt-4.1-nano` (`2025-04-14`)
4545
* `gpt-4.1-mini` (`2025-04-14`)
46+
* `o4-mini` (`2025-04-16`)
47+
* `o3` (`2025-04-16`)
4648

4749
Support for parallel function was first added in API version [`2023-12-01-preview`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-12-01-preview/inference.json)
4850

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 04/14/2025
9+
ms.date: 04/16/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -34,6 +34,8 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
3434
- `gpt-4.1` version `2025-04-14`
3535
- `gpt-4.1-nano` version `2025-04-14`
3636
- `gpt-4.1-mini` version: `2025-04-14`
37+
- `o4-mini` version: `2025-04-16`
38+
- `o3` version: `2025-04-16`
3739

3840
## API support
3941

0 commit comments

Comments
 (0)