> ## 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.

# Rate Limits

export const adePythonLibrary = 'ade-python';

export const dpt2 = 'DPT-2';

export const dpt1 = 'DPT-1';

export const dpt = 'Document Pre-Trained Transformer';

export const companyName = 'LandingAI';

export const extract = 'ADE Extract';

export const parse = 'ADE Parse';

export const ade = 'Agentic Document Extraction';

Rate limits help ensure that the API stays fast and available for everyone. Rate limits prevent any single user or accidental spike in traffic from slowing things down for others.

## Maximum Pages per Hour

Rate limits apply per pricing plan and are the same for both ADE Parse and ADE Parse Jobs endpoints. Higher pricing plans have increased rate limits to support larger processing volumes.

Hourly rate limits are distributed per minute to ensure consistent API performance for all users. This distribution means your requests are processed evenly throughout the hour rather than all at once.

Rate limits apply at the organization level. All requests from any user or API key within your organization count toward the same limit.

## Maximum Pages per Document

The maximum number of pages you can parse in a single PDF depends on the API endpoint and parsing method.

The table below shows the page limits for each combination.

| Endpoint                                                                     | [Playground](https://va.landing.ai/demo/doc-extraction) | API Request / [{adePythonLibrary} library](https://github.com/landing-ai/ade-python) |
| ---------------------------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [ADE Parse](https://docs.landing.ai/api-reference/tools/ade-parse)           | 100 pages                                               | 100 pages                                                                            |
| [ADE Parse Jobs](https://docs.landing.ai/api-reference/tools/ade-parse-jobs) | N/A<sup>1</sup>                                         | 1 GB or<br /> 6,000 pages                                                            |

<Info>
  1. The Playground does not use ADE Parse Jobs.
</Info>
