JSON is one of the most common formats used for data exchange between applications. Structured Outputs is a feature that guarantees the model’s responses will always match your provided JSON Schema. This means you can rely on it to include all required fields and avoid generating invalid enum values or incorrect formats. You can request Datagrid to output a structured response by passing in a JSON Schema into theDocumentation Index
Fetch the complete documentation index at: https://developers.datagrid.com/llms.txt
Use this file to discover all available pages before exploring further.
text.format field. Structured outputs work for every Converse agent_model and chat_mode when you supply text.format; differences between modes are about tools and routing, not about whether schema-constrained JSON is available.
text.format field on the Converse request: you pass a JSON Schema, and the model returns JSON that follows it. Use Modes for how Ask (llm_router), Extended, Execute, and llm-only differ for tools and latency.