Layout
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v2 | Default | Improved layout model with better merging and ordering. | |
| v3 | Alpha | More accurate layout model with improved document structure detection. | "alpha": {"layout_model": "v3"} |
| v1 | Deprecated (removed after 2026-05-06) | Current document layout model. | "alpha": {"layout_model": "v1"} |
Extract
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v2 | Default | Current default extraction model. If citations are disabled, the request will use the legacy fallback model instead. | |
| v1 | Deprecated (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
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v2 | Default | A faster and more accurate Agentic Table model. Optimized to perform well without custom prompts. If a custom agentic table prompt is provided, the request will use the v1 model instead. | |
| v3 | Alpha | Significantly faster and more accurate than v2. Optimized to perform well without custom prompts. If a custom agentic table prompt is provided, the request will use the v1 model instead. | "alpha": {"agentic_table_model": "v3"} |
| v1 | Deprecated | Previous Agentic Table model. | "alpha": {"fast_agentic_tables": false} |
Agentic Text
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v2 | Default | Current agentic text model for parsing text regions. | |
| v3 | Alpha | More accurate agentic text model with reduced hallucination. | "alpha": {"agentic_text_model": "v3"} |
Key-Value
| Version | Status | Description | Pin via alpha config |
|---|---|---|---|
| v2 | Default | Current key-value extraction model. | |
| v3 | Alpha | More accurate key-value extraction model with reduced hallucination. | "alpha": {"key_value_model": "v3"} |