Documentation Index
Fetch the complete documentation index at: https://docs.reducto.ai/llms.txt
Use this file to discover all available pages before exploring further.
Layout
| Version | Status | Description | Pin via alpha config |
|---|
| v2 | Default | Improved layout model with better merging and ordering. | |
| v1 | Deprecated (removed after 2026-05-06) | Current document layout model. | "alpha": {"layout_model": "v1"} |
| Version | Status | Description | Pin via alpha config |
|---|
| v1 | Default | Current default extraction model with automatic routing based on document size and configuration. | |
| v2 | Alpha | A more accurate extraction model. If citations are disabled, the request will use the default model instead. | "alpha": {"extract_model": "v2"} |
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. | |
| v1 | Deprecated | Previous Agentic Table model. | "alpha": {"fast_agentic_tables": false} |
See Version Pinning for how versioning works and how to pin versions.