Parse
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| r-1 | Preview | Unified full-page model for text, tables, figures, layout, formatting, and grounding. Default for all new Parse pipelines and recommended for most existing workloads. |
Layout
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v3 | Default | Current default layout model with improved document structure detection. | |
| v2 | Deprecated (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"} |
| v1 | Deprecated (removed after 2026-05-06) | Current document layout model. | "alpha": {"layout_model": "v1"} |
Extract
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v4 | Default | Current default extraction model. See Schema Keyword Support for which JSON Schema keywords the output guarantees. | |
| v2 | Deprecated (removed after 2027-01-04) | Previous default extraction model. Pin to this version to opt out of v4 during the deprecation window. If citations are disabled, the request will use the legacy fallback model instead. | "alpha": {"extract_model": "v2"} |
extract_model. If you enable deep_extract, the request uses the Deep Extract model and ignores the Extract version above.
Agentic Tables
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v3 | Default | Current 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. |
Agentic Text
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v3 | Default | Current agentic text model for parsing text regions. More accurate with reduced hallucination. |
Key-Value
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v3 | Default | Current key-value extraction model. More accurate with reduced hallucination. | |
| v2 | Deprecated (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"} |
Deep Extract
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v3 | Default | Current default Deep Extract agent with comparable accuracy at lower cost and latency. Requires deep_extract to be enabled. | |
| v2 | Deprecated (removed after 2026-09-03) | Previous default Deep Extract agent. Pin to this version to opt out of v3 during the deprecation window. | "alpha": {"deep_extract_model": "v2"} |
Deep Split
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v2 | Default | Current default Deep Split agent with improved splitting accuracy. Requires deep_split to be enabled. | |
| v1 | Deprecated (removed after 2026-09-03) | Previous default Deep Split agent. Pin to this version to opt out of v2 during the deprecation window. | "alpha": {"deep_split_model": "v1"} |