Skip to main content

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

VersionStatusDescriptionPin via alpha config
v2DefaultImproved layout model with better merging and ordering.
v1Deprecated (removed after 2026-05-06)Current document layout model."alpha": {"layout_model": "v1"}

Extract

VersionStatusDescriptionPin via alpha config
v1DefaultCurrent default extraction model with automatic routing based on document size and configuration.
v2AlphaA more accurate extraction model. Becomes the default on 2026-06-01. If citations are disabled, the request will use the default model instead."alpha": {"extract_model": "v2"}

Agentic Tables

VersionStatusDescriptionPin via alpha config
v2DefaultA 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.
v3AlphaSignificantly 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"}
v1DeprecatedPrevious Agentic Table model."alpha": {"fast_agentic_tables": false}

Agentic Text

VersionStatusDescriptionPin via alpha config
v2DefaultCurrent agentic text model for parsing text regions.
v3AlphaMore accurate agentic text model with reduced hallucination."alpha": {"agentic_text_model": "v3"}

Key-Value

VersionStatusDescriptionPin via alpha config
v2DefaultCurrent key-value extraction model.
v3AlphaMore accurate key-value extraction model with reduced hallucination."alpha": {"key_value_model": "v3"}
See Version Pinning for how versioning works and how to pin versions.