mistral
Mistral API
Add OCR block types and include_blocks parameter
The Mistral OCR API adds 10 new schema types for paragraph-level content blocks (OCRAsideTextBlock, OCRCaptionBlock, OCRCodeBlock, OCREquationBlock, OCRFooterBlock, OCRHeaderBlock, OCRImageBlock, OCRListBlock, OCRReferencesBlock, OCRSignatureBlock, OCRTableBlock, OCRTextBlock, OCRTitleBlock) and introduces an optional include_blocks parameter to the OCR request that returns bounding box coordinates for structured content. The pages parameter is also updated to accept either a string format or array format for improved flexibility. These are purely additive changes that extend existing OCR functionality without altering or removing current behavior.
Alert history
- Additive
Add OCR block types and include_blocks parameter
The Mistral OCR API adds 10 new schema types for paragraph-level content blocks (
OCRAsideTextBlock,OCRCaptionBlock,OCRCodeBlock,OCREquationBlock,OCRFooterBlock,OCRHeaderBlock,OCRImageBlock,OCRListBlock,OCRReferencesBlock,OCRSignatureBlock,OCRTableBlock,OCRTextBlock,OCRTitleBlock) and introduces an optionalinclude_blocksparameter to the OCR request that returns bounding box coordinates for structured content. Thepagesparameter is also updated to accept either a string format or array format for improved flexibility. These are purely additive changes that extend existing OCR functionality without altering or removing current behavior. - Additive
Add beta connectors API endpoints
The Mistral API adds a new
/v1/connectorsendpoint group in beta to manage MCP (Model Context Protocol) connectors. This includes operations to create, list, and interact with connectors, including authentication flows, tool listing, and tool invocation. This is purely additive and does not change existing API behavior.