Structured Outputs
Constraining model responses to match a defined schema such as JSON with required fields.
Plain English
Instead of a paragraph, the model returns data your program can parse.
Example
A classifier returns `{ sentiment: "positive", confidence: 0.86 }`.
Why it matters
Structured outputs make AI features easier to test, automate, and integrate with existing systems.