Documentation Index
Fetch the complete documentation index at: https://docs.landing.ai/llms.txt
Use this file to discover all available pages before exploring further.
May 29, 2026: Preview of DPT-3 and the New Parse API
Preview of DPT-3 and the New Parse API
, our newest parsing model, and the redesigned API are now available in Preview. is a complete rethink of document parsing for the era of AI agents and agentic workflows: a new model architecture, a new response shape, and complexity-aware pricing.Try DPT-3 in the Playground
Upload a document directly in the browser. No code required.
Call the API
See parameters, response fields, and code samples.
Highlights
- Designed for agent systems. Stable element ids, predictable hierarchy, and Markdown span pointers so AI agents can map results back to source.
- Hierarchical layout model. The structured output is a nested hierarchy: pages, elements on each page, lines within text elements, and cells within tables.
- Line-level visual grounding. Bounding boxes per element, plus per-line boxes for text elements.
- Cleaner, more standardized Markdown. Standard Markdown image syntax for visuals, structured attestations and scan codes, standardized checkboxes, and figure subtype labels.
- Faster and lower-cost. Roughly twice as fast as , with complexity-aware pricing.
- New endpoint and response shape. Calls go to the new API, with a hierarchical
structuretree alongside a flatgroundingmap keyed by element id. See the Migration Guide.
This is a Preview release. Don’t use it in production. See Important to Know for details. To learn more about the generally available (GA) version of ADE, go to ADE Overview.