Skip to main content
The v1/tools/agentic-document-analysis endpoint, the agentic-doc Python library, and the and dpt-2-mini parsing models are deprecated. Requests that use the legacy endpoint or a deprecated model return an error.

Legacy ADE Endpoint

The legacy endpoint (v1/tools/agentic-document-analysis) was the original endpoint for document processing. It combined document parsing and field extraction into a single API call. This endpoint has been replaced with separate, function-specific APIs:
  • API: Converts documents into structured Markdown with hierarchical JSON
  • API: Classifies and separates documents into sub-documents
  • API: Extracts specific data fields from parsed documents

Legacy agentic-doc Library

The agentic-doc Python library is deprecated. Use the library for all new projects.

Deprecated DPT-1 Parsing Model

was the original (DPT) model for . It powered basic document parsing and was the only model available when launched. has been replaced by , which builds on and adds support for complex tables, additional chunk types (such as logos, barcodes, and signatures), and improved layout detection. is deprecated. To migrate, update the model parameter in your API calls or library code from dpt-1 to dpt-2. For more information, go to Document Pre-Trained Transformers (Parsing Models).

Deprecated DPT-2 Mini Parsing Model

The dpt-2-mini model was a lightweight variant of . It is deprecated. To migrate, update the model parameter in your API calls or library code from dpt-2-mini to dpt-2.