Overview
Cohere Parse, invoked as `parse-v5.0`, is a document-parsing vision-language model Cohere published on 27 August 2026. It takes PDFs, PowerPoint decks and base64-encoded JPEG images and returns a single Markdown document: text in reading order, lists, tables rendered as HTML, bounding-box coordinates for visual elements, and descriptions of embedded images. The point is to collapse what is usually a chain of separate stages — OCR, a layout model, a table extractor — into one call whose output a downstream model or retrieval pipeline can consume directly.
The model is deliberately small. Cohere's documentation lists 2.3B parameters, an 8,192-token context window and a footprint of roughly 4.6GB, on a proprietary architecture derived from Cohere Labs' North-Micro-Vision-Instruct. That size is the product argument: Cohere reports throughput of 4.5 pages per second, rising to 36 pages per second on an eight-H100 node, and prices the hosted API at $1.50 per 1,000 pages. Nine languages are supported — Arabic, English, French, German, Italian, Japanese, Korean, Portuguese and Spanish.
On Cohere's own ParseBench comparison the model averages 79.2 across tables, content faithfulness and semantic formatting. That places it ahead of the dedicated parsing stacks it is aimed at — LlamaParse (Cost Effective) at 78.3, Chandra OCR 2 at 77.7, Mistral OCR 4 at 74.5, Databricks AI Parse at 72.4, Azure Document Intelligence at 69.3, Google Document AI at 57.3 and AWS Textract at 53.3 — and behind the general-purpose frontier models in the same table, GPT-5.5 at 84.4, Opus 4.8 at 84.3 and Gemini 3.5 Flash at 81.8. Its strongest columns are tables (87.0) and content faithfulness (86.6); semantic formatting (64.0) is its weakest.
Besides the hosted Cohere API, Parse is offered through Cohere's Model Vault for private deployment and on Microsoft Foundry and AWS SageMaker. Cohere reports that Model Vault runs 23% below the API price at 50% GPU utilisation and up to 61% below at full hourly utilisation, which is the trade being pitched to teams with a steady, high-volume document backlog rather than bursty traffic.
| Released | 2026-08-27 |
|---|---|
| License | Proprietary (hosted API and private deployment) |
| Weights | API only |
| Parameters | 2.3B |
| Context | 8,192 tokens |
| Architecture | Proprietary vision-language architecture derived from Cohere Labs' North-Micro-Vision-Instruct |
| Modalities | Vision, Text |
| Status | Generally available |
Benchmarks
Cohere's published ParseBench comparison (27 August 2026). The average is taken over the tables, content-faithfulness and semantic-formatting columns.
| Benchmark | Cohere Parse | GPT-5.5 | Opus 4.8 | Gemini 3.5 Flash | LlamaParse (Cost Effective) | Chandra OCR 2 | Mistral OCR 4 | Databricks AI Parse | Azure Document Intelligence | Google Document AI | AWS Textract |
|---|---|---|---|---|---|---|---|---|---|---|---|
| ParseBench average | 79.2 | 84.4 | 84.3 | 81.8 | 78.3 | 77.7 | 74.5 | 72.4 | 69.3 | 57.3 | 53.3 |
| Tables | 87 | 89.3 | 89.7 | 87.6 | 81.4 | 89.2 | 73.9 | 83.7 | 86 | 55.1 | 82.3 |
| Content faithfulness | 86.6 | 87.5 | 89 | 84.7 | 90.9 | 83.7 | 89.5 | 88.3 | 84.9 | 83.7 | 74.8 |
| Semantic formatting | 64 | 76.5 | 74.1 | 73.2 | 62.7 | 60.3 | 60.1 | 45.3 | 37 | 33 | 2.8 |
This model's scores
- ParseBench — tables87
- ParseBench — content faithfulness86.6
- ParseBench — average79.2
- ParseBench — semantic formatting64
Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.
Pricing
| Input | $1.50 / 1,000 pages |
|---|
Flat per-page price on the hosted Cohere API — pages parsed, not tokens, and no separate output charge. Cohere reports that a Model Vault private deployment costs 23% less than the API at 50% GPU utilisation and up to 61% less at full hourly utilisation.
Strengths
- One call replaces an OCR-plus-layout-plus-table-extraction pipeline: Markdown, HTML tables, bounding boxes and image descriptions come back together
- 2.3B parameters and a ~4.6GB footprint, at 4.5 pages per second (36 pages per second on an 8×H100 node)
- $1.50 per 1,000 pages on the hosted API, with Model Vault cheaper still at sustained GPU utilisation
- 87.0 on ParseBench tables and 86.6 on content faithfulness — the two columns enterprise document work leans on hardest
- Deployable privately through Model Vault, Microsoft Foundry and AWS SageMaker, not only as a hosted endpoint
Best for
- Turning contract, invoice and report archives into clean Markdown for a retrieval-augmented pipeline
- Table-heavy extraction — financial statements, lab results, price lists — where HTML table fidelity matters more than prose
- Bulk backfills of scanned document stores, where per-page cost and pages-per-second decide whether the job is affordable
- Regulated or air-gapped deployments that need document parsing to run inside the customer's own environment
How to access
| Provider | Model ID |
|---|---|
| Cohere API ↗ | parse-v5.0 |
Cohere Parse in the news
From the AI/TLDR release feed — every item is source-verified when it ships.
FAQ
What is Cohere Parse?
Cohere Parse (model id parse-v5.0) is a 2.3B-parameter vision-language model released on 27 August 2026 that converts enterprise documents into Markdown. Given a PDF, PowerPoint file or JPEG it returns text in reading order, lists, tables as HTML, bounding-box coordinates and descriptions of embedded images, in a single call.
How much does Cohere Parse cost?
The hosted Cohere API charges $1.50 per 1,000 pages. Cohere also offers the model through Model Vault for private deployment, which it says costs 23% less than the API at 50% GPU utilisation and up to 61% less at full hourly utilisation.
How does Parse score against other document parsers?
On Cohere's published ParseBench comparison, Parse averages 79.2 — ahead of LlamaParse (Cost Effective) at 78.3, Chandra OCR 2 at 77.7, Mistral OCR 4 at 74.5, Databricks AI Parse at 72.4, Azure Document Intelligence at 69.3, Google Document AI at 57.3 and AWS Textract at 53.3. General-purpose frontier models score higher on the same table: GPT-5.5 at 84.4, Opus 4.8 at 84.3 and Gemini 3.5 Flash at 81.8.
Which file types and languages does Parse support?
Cohere's documentation lists PDF, PPT and base64-encoded JPEG as accepted inputs, and nine supported languages: Arabic, English, French, German, Italian, Japanese, Korean, Portuguese and Spanish.
Can Parse be self-hosted, and are the weights open?
The weights are not published — Parse is proprietary. It can, however, be deployed privately: Cohere offers it through Model Vault as well as on Microsoft Foundry and AWS SageMaker, alongside the hosted Cohere API.
How fast is it?
Cohere reports 4.5 pages per second, and 36 pages per second on an eight-H100 GPU node. The model's small size — 2.3B parameters and about 4.6GB — is what the throughput and the per-page price are built on.
