r-1 is currently in preview and is the default for all new Parse pipelines. Existing legacy pipelines can continue using promptless agentic scopes. Review r-1 configuration compatibility before migrating an existing configuration.
Basic Usage
Add an entry to theagentic array for each scope that needs customized processing. Each entry must include a custom prompt or enable advanced chart extraction.
Agentic modes are available in the Python SDK, Node.js SDK, and via cURL. The Go SDK does not yet support agentic modes.
Custom Prompts
Custom prompts tell Reducto how to interpret or represent content for your use case. Pages that need a custom prompt run through the matching agentic pipeline. Other pages continue through r-1.Text Scope
Text-scoped custom prompts apply to form regions, such as key-value fields. r-1 handles general body text natively.Table Scope
Table-scoped custom prompts control how Reducto encodes domain-specific table content.Table Mode
Themode option controls where Reducto applies the table custom prompt. It defaults to "default".
Figure Scope
r-1 generates a short description for each figure natively. Add one figure-scoped custom prompt when your workflow needs a use-case-specific interpretation.Advanced Chart Extraction
Useadvanced_chart_agent when you need structured numerical data from charts. Reducto runs the separate chart extraction agent and augments the r-1 result.
Legacy Agentic Processing
Existing legacy Parse pipelines can continue using promptless agentic scopes as general-purpose accuracy enhancements.
Do not carry promptless scopes into an r-1 configuration. r-1 handles these general improvements natively. With r-1, text and table scopes require a custom prompt. Figure scopes require a custom prompt or
advanced_chart_agent.
Legacy Figure Summarization
For legacy Parse,summarize_figures uses a separate model to generate generic figure descriptions. It defaults to true.