Cohere released Parse 5 on August 27th 2026, a 2.3-billion-parameter Vision Language Model designed to convert visually dense enterprise documents into structured Markdown format. The proprietary multimodal foundation model tackles a longstanding developer problem: pulling clean, organized data from complicated PDFs such as financial reports and scientific papers. Parse 5 delivers not only formatted text but also precise bounding box coordinates, allowing applications to trace extracted information back to its exact location in the source file.
The model scored an average of 79.2 across three critical dimensions—table extraction, content faithfulness, and semantic formatting—when evaluated on ParseBench, a rule-based benchmark containing more than 2,000 human-verified enterprise pages from insurance, finance, and government sectors. That result positions Parse 5 competitively within existing tooling: while LlamaParse Agentic Plus leads the ParseBench leaderboard with a score of 90.20, Parse 5 outperforms alternatives including Mistral OCR and Google Gemini 3 Flash (Thinking High), which registered 75.05. Architecturally, the system employs a custom-trained 400-million-parameter Vision Encoder initialized from SigLIP 2 SO400M, using two-dimensional Rotary Positional Embeddings and learned one-dimensional positional embeddings to retain spatial document structure. A dedicated Projector translates visual features into the embedding space of a two-billion-parameter language model based on Cohere's Command A+ architecture, injecting patch embeddings from multiple Vision Encoder layers into early language model layers to grant access to visual representations at varying levels of abstraction.
According to the announcement, Parse 5 is optimized for high-volume enterprise workloads and features an 8,000-token context window capable of processing diverse text and visual inputs simultaneously. The model is built on Cohere Labs' open-weight North-Micro-Vision-Instruct architecture, and it directly outputs well-structured Markdown, promising to remove the need for fragile, rules-based OCR pipelines. For developers, the inclusion of bounding box coordinates alongside Markdown output ensures downstream applications can visually ground extracted data back to the source document, a capability the report describes as critical for regulated industries requiring strict audit trails and verification. The API is accessible through Cohere's platform, Microsoft Azure AI Foundry, and Amazon SageMaker on AWS, and the model is available for testing via Cohere's API dashboard, a free Hugging Face Space for interface-based trials, and locally using the open-weight foundation model on Hugging Face.
The launch reflects Cohere's push beyond text-only processing into multimodal document intelligence tailored for enterprise needs. By prioritizing reliable output formatting at lower latency, the company targets developers grappling with messy, real-world unstructured data—scenarios where traditional parsers frequently fail on table extraction, content fidelity, and semantic formatting, breaking production workflows. Discussions in online communities highlighted both enthusiasm and friction: one developer building an ingestion stack with pypdf and Mistral OCR fallback praised Parse 5's table extraction, reading order improvements, image descriptions, and pricing, but requested OpenRouter availability and native PDF file input support to avoid rendering PDFs page-by-page before API submission. Users in local-model forums reacted positively to the open-weight North-Micro-Vision-Instruct release as a promising OCR model, noting the compact 2.4-billion-parameter scale is specifically intended as a foundation for prototyping and task-specific fine-tuning. Parse 5 consolidates Cohere's expansion into cost-effective multimodal tools designed for the nuanced demands of enterprise document analysis, delivering a robust alternative for teams building retrieval-augmented generation or autonomous agent systems. The inclusion of spatial grounding and seamless cloud integration positions the model as a practical option for regulated environments where auditability and verification aren't optional. For organizations moving away from brittle OCR pipelines, Parse 5's architecture offers a path to more reliable extraction without sacrificing the flexibility needed for diverse document formats. The decision to release an open-weight foundation model alongside the API service may accelerate adoption among teams prioritizing on-premises deployment or domain-specific customization, while the competitive benchmark performance against established players signals Cohere's intent to claim a meaningful share of the enterprise document-processing market.

