Skip to content

Commit 1464cd0

Browse files
committed
update
1 parent 7fcf400 commit 1464cd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
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: 12/18/2024
9+
ms.date: 01/30/2025
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -17,7 +17,9 @@ recommendations: false
1717
Structured outputs make a model follow a [JSON Schema](https://json-schema.org/overview/what-is-jsonschema) definition that you provide as part of your inference API call. This is in contrast to the older [JSON mode](./json-mode.md) feature, which guaranteed valid JSON would be generated, but was unable to ensure strict adherence to the supplied schema. Structured outputs is recommended for function calling, extracting structured data, and building complex multi-step workflows.
1818

1919
> [!NOTE]
20-
> * Currently structured outputs is not supported on [bring your own data](../concepts/use-your-data.md) scenario.
20+
> * Currently structured outputs is not supported with:
21+
> - [bring your own data](../concepts/use-your-data.md) scenarios.
22+
> - `gpt-4o-audio-preview` version: `2024-12-17`
2123
2224
## Supported models
2325

0 commit comments

Comments
 (0)