Skip to main content

Layout

VersionStatusDescriptionPin via alpha config
v3DefaultCurrent default layout model with improved document structure detection.
v2Deprecated (removed after 2026-07-22)Previous default layout model with better merging and ordering. Pin to this version to opt out of v3 during the deprecation window."alpha": {"layout_model": "v2"}
v1Deprecated (removed after 2026-05-06)Current document layout model."alpha": {"layout_model": "v1"}

Extract

VersionStatusDescriptionPin via alpha config
v2DefaultCurrent default extraction model. If citations are disabled, the request will use the legacy fallback model instead.
v1Deprecated (removed after 2026-06-10)Legacy extraction model with automatic routing based on document size and configuration. Pin to this version to opt out of v2."alpha": {"extract_model": "v1"}

Agentic Tables

VersionStatusDescriptionPin via alpha config
v3DefaultCurrent Agentic Table model. Significantly faster and more accurate than v2. Optimized to perform well without custom prompts. Custom agentic table prompts continue to use the legacy promptable table flow.
v2Deprecated (removed after 2026-07-23)Previous Agentic Table model. Pin to this version to opt out of v3 during the deprecation window."alpha": {"agentic_table_model": "v2"}

Agentic Text

VersionStatusDescriptionPin via alpha config
v3DefaultCurrent agentic text model for parsing text regions. More accurate with reduced hallucination.
v2Deprecated (removed after 2026-07-23)Previous agentic text model. Pin to this version to opt out of v3 during the deprecation window."alpha": {"agentic_text_model": "v2"}

Key-Value

VersionStatusDescriptionPin via alpha config
v3DefaultCurrent key-value extraction model. More accurate with reduced hallucination.
v2Deprecated (removed after 2026-07-23)Previous key-value extraction model. Pin to this version to opt out of v3 during the deprecation window."alpha": {"key_value_model": "v2"}
See Version Pinning for how versioning works and how to pin versions.