You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/how-to/structured-outputs.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
25
25
26
26
## Supported models
27
27
28
+
-`gpt-5-codex` version `2025-09-11`
28
29
-`gpt-5` version `2025-08-07`
29
30
-`gpt-5-mini` version `2025-08-07`
30
31
-`gpt-5-nano` version `2025-08-07`
@@ -43,7 +44,7 @@ Structured outputs make a model follow a [JSON Schema](https://json-schema.org/o
43
44
44
45
## API support
45
46
46
-
Support for structured outputs was first added in API version `2024-08-01-preview`. It is available in the latest preview APIs as well as the latest GA API: `2024-10-21`.
47
+
Support for structured outputs was first added in API version `2024-08-01-preview`. It is available in the latest preview APIs as well as the latest GA API: `v1`.
0 commit comments