← All models
Try in Chat
Mistral OCR v4
mistral-ocr-4
Mistral OCR v4 with bounding boxes, block classification, inline confidence scores, and 170-language support. Accepts PDF, DOC, PPT, and OpenDocument formats.
ocrvision
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Mistral AI | Paris, France | €0.72/M tokens | €0.72/M tokens | 33K |
Mistral AI Paris, France
- Input
- €0.72/M
- Output
- €0.72/M
- Context
- 33K
Specifications
Context window
33K
Providers
1
Released
Jun 2026
Try Mistral OCR v4
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral-ocr-4",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'