{"slug": "reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at", "title": "Reducto Releases r-1: A Single Pass Document Parsing Model That Cuts Errors 20% at 1 Cent Per Page", "summary": "Reducto released r-1, a single-pass document parsing model that cuts error rates by 20% compared to its legacy agentic pipelines and costs 1 cent per page, up to 6x cheaper. The model, available in preview via Reducto's hosted Parse API on V3, consolidates OCR, layout detection, and post-processing into one full-page pass. Reducto claims r-1 outperforms Amazon Textract and Azure Document Intelligence on complex documents, though these results are from internal evaluations without a public benchmark.", "body_md": "Last week, [Reducto](https://reducto.ai/) announced [**r-1**.](https://reducto.ai/blog/parse-r-1-model) It is the first model in a new parsing family built on a rewritten architecture, and it replaces the company’s multi stage agentic OCR with one full page pass. Reducto says r-1 is more accurate than its most powerful legacy agentic models, faster, and up to 6x cheaper. \n\n**Is it deployable today?** Yes, in preview. r-1 runs through Reducto’s hosted Parse API on V3 and is switched on with a configuration flag. There are no open weights and no local checkpoint to self host. Reducto’s platform separately supports multi tenant cloud, customer VPC, on premises, and air gapped installs, with SOC 2 Type II attestation and HIPAA processing on higher tiers, per its [security policies](https://docs.reducto.ai/security/policies).\n\n## **One pass instead of a pipeline**\n\nLegacy Parse runs OCR, layout detection, and post processing as separate stages, with optional agentic vision language passes layered on top. Each extra model call adds latency. r-1 folds text, tables, figures, layout, reading order, formatting, and grounding into a single full page pass. Every block returns with page relative bounding boxes that tie content back to its position on the page.\n\nThe consolidation is the real product claim. Teams working on financial statements, insurance claims, or contracts often route files across several providers and bolt on post processing to reach usable accuracy. r-1 targets that orchestration cost, not only raw character accuracy.\n\n## **The numbers**\n\nReducto reports a **20% reduction in error rate** for the early r-1 preview against its own legacy agentic pipelines. It also states that r-1 outperformed commonly used hyperscaler products and large LLMs on complex documents in internal evaluations. Amazon Textract and Azure Document Intelligence are named in the release as the incumbent baseline category.\n\nOn price, legacy agentic models ran between 3 and 6 cents per page depending on workload. r-1 is **1 cent per page, all in**, with no feature multipliers or credit costs layered on to reach high accuracy. Reducto frames this as part of a wider move to flat product rate cards.\n\nPlease note that the 20% error reduction is measured relative to Reducto’s own prior pipeline, not to a third party baseline. And the head to head against hyperscalers and LLMs is vendor run, with no public eval harness or dataset released alongside the announcement.\n\n## **What r-1 resolves on the page**\n\nPer the documentation, r-1 handles the following natively in the full page pass: digital text, scans, and handwriting; table structure read with surrounding page context, including merged cells and nested headers; columns, headers, footers, sidebars, and reading order resolved together; figure detection with a short generated description; formatting that carries meaning, including headings, lists, bold, underlines, and strikethroughs; and grounding through page relative bounding boxes.\n\nThe long tail cases Reducto calls out are dense tables, unusual layouts, low quality scans, watermarked content, and documents that follow no predictable template. A dropped strikethrough can invert a contract clause, and a misread table can hand an agent the wrong figure, which is why these edge cases carry weight in regulated pipelines.\n\n## **Migration path and what stays on the old stack**\n\nr-1 requires the V3 API. A Parse request that omits `settings.model` still runs on legacy Parse, so nothing breaks silently. New pipelines created in Studio default to r-1.\n\n```\nresult = client.parse.run(\n    input=upload.file_id,\n    settings={\"model\": \"r-1\"}\n)\n```\n\nAgentic processing is not gone. Workflows needing custom prompts or advanced chart extraction still route those pages through the agentic pipeline, which Reducto augments onto the r-1 result, and which adds latency. Teams migrating an existing configuration should check the r-1 configuration compatibility page first, since some legacy settings are ignored or unsupported.\n\nReducto has also signalled the next two pieces: **r-1 mini** for speed and cost sensitive workloads, and automatic per page routing that picks the right model for each page. Organisations moving off another parser can request [up to $5,000 in credits](https://reducto.ai/migrate) for a side by side comparison.\n\n## **Key Takeaways**\n\n- r-1 collapses OCR, layout, tables, formatting, and grounding into one full page pass.\n- Reducto reports a 20% error reduction against its own legacy agentic pipelines.\n- Pricing drops from 3 to 6 cents per page to a flat 1 cent, all in.\n- Available in preview via the V3 Parse API using `settings.model: \"r-1\"` , no open weights.\n\nCheck out the [**Reducto blog**](https://reducto.ai/blog/parse-r-1-model), [** Parse r-1 docs**](https://docs.reducto.ai/parse/r-1) and [** announcement on X**](https://x.com/aditabrm/status/2094812110903747005). Also, feel free to follow us on **[Twitter](https://x.com/intent/follow?screen_name=marktechpost)** and don’t forget to join our **[150k+ML SubReddit](https://www.reddit.com/r/machinelearningnews/)** and Subscribe to **[our Newsletter](https://magic.beehiiv.com/v1/f5e63dd4-5653-4f09-83e2-321a8b1ba526?email={{email}})**. Wait! are you on telegram? [now you can join us on telegram as well.](https://t.me/machinelearningresearchnews)\n\nNeed to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? [Connect with us](https://forms.gle/wbash1wF6efRj8G58)\n\nAsif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.", "url": "https://wpnews.pro/news/reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at", "canonical_source": "https://www.marktechpost.com/2026/09/07/reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at-1-cent-per-page/", "published_at": "2026-09-08 03:07:15+00:00", "updated_at": "2026-09-08 03:30:20.359770+00:00", "lang": "en", "topics": ["artificial-intelligence", "machine-learning", "ai-products", "ai-tools"], "entities": ["Reducto", "r-1", "Parse API", "Amazon Textract", "Azure Document Intelligence"], "alternates": {"html": "https://wpnews.pro/news/reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at", "markdown": "https://wpnews.pro/news/reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at.md", "text": "https://wpnews.pro/news/reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at.txt", "jsonld": "https://wpnews.pro/news/reducto-releases-r-1-a-single-pass-document-parsing-model-that-cuts-errors-20-at.jsonld"}}