What is Structured Output?
How structured output works
You tell the model not just what to answer but what shape the answer must take: which fields to include, and what type each one is. The model then returns its response inside that structure, so instead of a sentence it hands back labelled values your app can pull apart cleanly.
Structured output examples
Say you build a tool that reads a customer email and logs the request. Instead of returning a summary paragraph, the AI returns structured output: a category, a priority level, and a short summary, each in its own field. Your app drops those straight into the right columns of your database, so the email becomes a sortable record with no manual copying.
Frequently Asked Questions
Your Questions, Answered
Don't change this element unless you know what you are doing
on Emergent today


