## Compatibility
The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22title: Structured outputs
33url: https://platform.claude.com/docs/en/build-with-claude/structured-outputs
44description: Get validated JSON results from agent workflows
5featureMetadata:
6 status: ga
7 zdr:
8 eligibility: eligible
9 note: Excludes [Covered Models](https://platform.claude.com/docs/en/manage-claude/api-and-data-retention#model-specific-data-retention-requirements).
10 supportedModels:
11 - claude-fable-5-1
12 - claude-mythos-5-1
13 - claude-fable-5
14 - claude-mythos-5
15 - claude-mythos-preview
16 - claude-opus-5
17 - claude-opus-4-8
18 - claude-opus-4-7
19 - claude-opus-4-6
20 - claude-sonnet-5
21 - claude-sonnet-4-6
22 - claude-sonnet-4-5-20250929
23 - claude-opus-4-5-20251101
24 - claude-haiku-4-5-20251001
25 supportedPlatforms:
26 Claude API: ga
27 Claude Platform on AWS: ga
28 Amazon Bedrock:
29 availability: ga
30 note: On Amazon Bedrock, structured outputs are available for Claude Opus 4.6, Claude Sonnet 4.6, Claude Sonnet 4.5, Claude Opus 4.5, and Claude Haiku 4.5.
31 Google Cloud: ga
32 Microsoft Foundry: ga
533---
6
7## Compatibility
8- [ZDR](https://platform.claude.com/docs/en/manage-claude/api-and-data-retention): eligible (excludes [Covered Models](https://platform.claude.com/docs/en/manage-claude/api-and-data-retention#model-specific-data-retention-requirements))
9- Supported models: `claude-fable-5-1`, `claude-mythos-5-1`, `claude-fable-5`, `claude-mythos-5`, `claude-mythos-preview`, `claude-opus-5`, `claude-opus-4-8`, `claude-opus-4-7`, `claude-opus-4-6`, `claude-sonnet-5`, `claude-sonnet-4-6`, `claude-sonnet-4-5-20250929`, `claude-opus-4-5-20251101`, `claude-haiku-4-5-20251001`
10- Platforms: Claude API, Claude Platform on AWS, Amazon Bedrock [1], Google Cloud, Microsoft Foundry
111. On Amazon Bedrock, structured outputs are available for Claude Opus 4.6, Claude Sonnet 4.6, Claude Sonnet 4.5, Claude Opus 4.5, and Claude Haiku 4.5.
1234
1335Structured outputs constrain Claude's responses to follow a specific schema, ensuring valid, parseable output for downstream processing. Structured outputs provide two complementary features:
1436