Our Blog

Blog Index 

Cohere Parse 5: The 2.3B Vision Model Turning Enterprise Documents Into AI-Ready Data

Posted on 1st Sep 2026 06:07:05 in Artificial Intelligence, Machine Learning

Tagged as: Cohere, Parse 5, document parsing, OCR, enterprise AI, RAG, vision language model

On August 27, 2026, Cohere shipped one of the quietest but most practical releases of the AI summer: Parse 5, a 2.3-billion-parameter vision-language model whose entire job is turning messy enterprise documents into clean, machine-readable data. The pitch is deliberately narrow. You give Parse a page, and it gives back structured Markdown — reading-order text, tables rendered as HTML, form key-value pairs, image descriptions, and bounding box coordinates. Cohere positions the release as going "beyond OCR," and the difference is real: there is no separate optical character recognition stage, no layout-analysis pass bolted on afterward, and no chain of three different models to orchestrate. One model, one pass, one output format.

What makes the launch notable is the price point attached to it. Cohere charges $1.50 per 1,000 pages through its API, and the model is generally available today with no waitlist through the Cohere platform, Microsoft Foundry, AWS SageMaker, and Cohere's single-tenant Model Vault for organizations that need private or on-premises inference. For enterprises that process hundreds of thousands of pages a month — insurers ingesting claims, banks digitizing contracts, manufacturers cataloguing inspection reports — the economics are the story as much as the technology.

Beyond OCR: A Single-Pass Vision Model Built for Throughput

Parse 5 is built on Cohere Labs' North-Micro-Vision-Instruct architecture: 2.3 billion parameters, roughly a 4.6GB footprint, and an 8,192-token context window. That compact size is a deliberate engineering choice rather than a compromise. A model this small is cheap to run and fast to serve, and Cohere leaned hard into both. On a single NVIDIA H100 GPU, Parse 5 processes about 4.5 pages per second; on an 8-GPU node that scales to roughly 36 pages per second, or more than 2,000 pages per minute.

The workflow itself is refreshingly simple for anyone who has assembled document pipelines before. You convert a page image to a base64 data URI and POST it to the Parse endpoint. The model returns Markdown by default — the format that feeds directly into search indexes, RAG pipelines, and AI agents. Alternatively, an output format of "blocks" returns each text, table, and image region as a separate structured object with type-specific fields, including bounding boxes for tables and images. Inputs are capped at 20MB per image, 50 megapixels, or 200MB decoded.

The model was trained on business documents from finance, insurance, and scientific work, and it is stable across nine of the world's most common commercial languages: Arabic, English, French, German, Italian, Japanese, Korean, Portuguese, and Spanish, with zero-shot handling of other languages at lower accuracy. Cohere's choice to return reading-order Markdown rather than a cloud of per-line coordinates is intentional: bounding boxes are emitted only for tables and images, which keeps the output clean enough to use without a post-processing pipeline that reassembles scattered text fragments.

The Benchmark Story: Publishing a Chart It Does Not Top

The most talked-about part of the launch is what Cohere's own ParseBench numbers show. In an industry where every vendor publishes a benchmark it wins, Cohere published one where its model finishes fourth. On the three dimensions aligned with Parse's product goals — Tables, Text Content, and Text Formatting — Parse 5 scores 79.2 on average, behind GPT-5.5 at 84.4, Claude Opus 4.8 at 84.3, and Gemini 3.5 Flash at 81.8.

The counterargument lives on the second chart, where score is plotted against price. The frontier models sit three to five points higher in accuracy but cost roughly 40 to 50 times as much per page. Parse 5, meanwhile, clears every specialist parser in its weight class: LlamaParse at 78.3, the open-source Chandra OCR 2 at 77.7, Mistral OCR 4 at 74.5, Databricks AI Parse at 72.4, and Azure Document Intelligence at 69.3. Against the legacy hyperscaler services the gap widens dramatically — Google Document AI lands at 57.3 and AWS Textract at 53.3, more than 20 points behind. On tables specifically, Parse 5's 87.0 score actually approaches the frontier models, and its content-faithfulness score of 86.6 sits within two points of the best result in the table.

Cohere also deserves credit for disclosing what the benchmark leaves out. ParseBench measures five dimensions; Cohere reports only three, because Layout (element-level bounding-box detection) and Chart (numeric data-series extraction from chart images) sit outside the model's current scope. The footnotes in the release explain that Parse's reading-order Markdown format makes Layout scores structurally low, and that chart extraction is planned for the next parser version. In a launch environment where benchmark gaming is routine, publishing a fourth-place finish with honest footnotes is a positioning strategy in itself.

Where Parse 5 Fits in the Enterprise Document Stack

Parse 5 is not a standalone product play so much as a new entry point into Cohere's broader enterprise stack. It ships as a component of Compass, Cohere's document intelligence and search platform, where it handles document ingestion, visual parsing, and chunking alongside Cohere's Embed and Rerank models. The intended arc is clear: parse the document, embed the chunks, rerank the retrieval results, and hand a clean context window to a RAG pipeline or an agent.

Cohere is targeting the document-heavy verticals where scanned forms and dense tables are the daily reality: financial services, insurance, healthcare and life sciences, public sector, telecommunications, energy, and manufacturing. The stated use cases read like a checklist of enterprise pain points — RAG ingestion, intelligent document processing, claims and invoice pipelines, contract and filing search, and giving agentic systems grounded document context.

Deployment flexibility is where the enterprise-first positioning shows. Teams can start on metered API calls with a free trial key; mid-market companies running existing RAG stacks can plug Parse in directly through Microsoft Foundry or SageMaker; and regulated organizations with data-residency or air-gap requirements can deploy the model in Model Vault or fully on-premises with what Cohere describes as a minimal serving footprint. The $1.50-per-1,000-pages price is for the hosted API; single-tenant and private deployments are positioned to reduce per-page cost further at scale.

What Parse 5 Does Not Do — and Why That Matters

A few caveats keep this launch honest. First, the live endpoint currently accepts image inputs — data URIs or remote image URLs — so raw PDF uploads are not wired up yet, even though PDF, PowerPoint, and JPEG are listed as supported formats in the documentation. Second, Parse deliberately does not extract numeric data series from charts, and its semantic-formatting score of 64.0 is its weakest dimension: fine-grained formatting like strike-throughs and emphasis survives less reliably than tables and plain text do. Third, per-element bounding boxes are only returned for tables and images, not for every line of text.

None of this undermines the core value proposition, but it does define where Parse 5 belongs. For a one-off contract review where every formatting nuance matters, a frontier model at 40 times the price is still the rational choice. For an ingestion pipeline chewing through a million invoices a month, five points of formatting fidelity is rarely worth a 40x bill. As enterprise-tech journalist Sean Kerner noted at launch, parsing "should be a solved problem at this point — but it isn't," and every few weeks another option claims to make it better. Parse 5 does not claim to solve parsing. It claims to make doing it at scale dramatically cheaper, which is a narrower and far more defensible promise.

For engineering teams watching the document-AI space, the signal here is that the market is bifurcating: peak-accuracy models for low-volume, high-stakes work on one side, and compact, purpose-built parsers optimized for cost-per-page on the other. Cohere has now staked out the second category with a released, benchmarked, production-grade model — and at $1.50 per 1,000 pages, it has set a price anchor the rest of the category will have to respond to.

Sources

whatsapp me