Structured output constrains models to generate data in specific formats like JSON or XML. Many API providers offer "JSON mode" or schema enforcement that guarantees syntactically valid structured data.
This is essential for applications where LLM outputs feed into downstream systems that require parseable, typed data.