> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.cohere.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.cohere.com/_mcp/server.

# Parse (Details and Application)

> This page describes how Cohere's Parse models work and how to use them.

Parse is a vision language model that converts unstructured data from enterprise documents to structured outputs that can be used for AI knowledge applications. It provides users with one of the most attractive price-performance options available, making it the ideal choice for high-volume enterprise parsing workloads. Parse can be used alongside [Embed](/docs/cohere-embed) and [Rerank](/docs/rerank) to build search and retrieval pipelines, or as part of Compass.

## Overview

* **Latest model**: `parse-v5.0`
* **Context Length**: 8192
* **File types supported**: PDF, PPT, JPEG (Base64 encoded)
* **Output format**: Markdown
* **Number of Parameters**: 2.3B
* **Model Size**: \~4.6GB
* **Model Architecture**: Proprietary [north-micro-vision-instruct](https://huggingface.co/CohereLabs/North-Micro-Vision-Instruct)
* **Endpoint**: [Parse](/v2/reference/parse)
* **API reference**: [Parse](/v2/reference/parse)

## What it extracts

* Text and reading order
* Tables
* Lists
* Forms and key-value pairs
* Images and captions
* Locations of page boundaries and visual elements

## Output

Returns Markdown containing:

* Document text and content
* Lists
* Tables represented as HTML
* Bounding box coordinates
* Image descriptions
* Content that can be rendered directly as formatted Markdown/HTML

## Supported languages

Parse is stable for nine input langauges. The model supports zero-shot parsing of additional languages, though accuracy may be lower than for the recommended languages.

| ISO Code | Language Name |
| -------- | ------------- |
| ar       | Arabic        |
| en       | English       |
| fr       | French        |
| de       | German        |
| ja       | Japanese      |
| ko       | Korean        |
| it       | Italian       |
| pt       | Portuguese    |
| es       | Spanish       |

## Best for

Parse is particularly well suited for the following use case areas where **throughput**, **scale** and **cost effectiveness** are key performance considerations:

* Preparing documents for search and retrieval
* RAG ingestion pipelines
* Intelligent document processing
* Providing document context to AI agents

## Known limitations

The model does not return confidence scores for extracted content.
The model does not identify document elements such as headers, footers, or font hierarchy.
Parsed content is returned as Markdown; structured JSON output is not supported.

## Getting started

* Read the [reference API](/v2/reference/parse)
* [Parse quickstart guide](/docs/parse-quickstart)
* Try Parse for free in the [Hugging Face Space](https://huggingface.co/spaces/CohereLabs/cohere-parse)
* Access Parse through [Model Vault](/docs/model-vault)
* [SageMaker notebook](https://github.com/cohere-ai/cohere-developer-experience/blob/main/notebooks/sagemaker/Parse%20Models.ipynb)