Cohere releases Parse 5, prioritizing cost-performance balance in document parsing

1 hour ago 1



Every enterprise AI team eventually hits the same bottleneck: getting useful data out of PDFs. The documents are messy, the tables are weird, the layouts are inconsistent, and the tools that actually work tend to charge like they know you’re desperate. Cohere thinks it has a better deal. The company released Parse 5 on Thursday, a 2.3-billion-parameter vision language model designed to turn PDFs, slides, and images into structured Markdown. The pitch isn’t that it’s the most accurate parser on the market. It’s that it’s accurate enough while being cheap enough to actually run at scale. What Parse 5 actually does Parse 5 (model ID: parse-v5.0) weighs in at roughly 4.6 GB with an 8K context window. It’s built to handle the kinds of documents that make AI pipelines choke: complex tables, nested lists, forms, images with captions, multi-column layouts, and page boundaries. Tables get exported as HTML. Visual elements come with bounding boxes. Reading order is preserved, which matters more than it sounds, because getting paragraphs in the wrong sequence can quietly wreck a downstream retrieval system. The model supports nine major commercial languages, which checks a box for multination...

Read Entire Article