standard tier consumes half the credits of the priority tier.
All credit totals are rounded up to the nearest 0.1 credit.
For plan and billing details and pricing for other ADE tools, see Plans & Billing.
Parse
Synchronous Parse requests run on thepriority tier. Asynchronous Parse Jobs requests run on either the priority or standard tier. Rates depend on the parsing model family and service tier.
Each page’s credit consumption is the sum of two components: a per-page rate and an output-character rate.
DPT-3 Pro
is the default, highest-quality parsing model. A typical business document parsed with uses a median of 1.5 credits on thestandard tier.
DPT-3 Fast
is the lower-latency preview model for digitally created text documents.How Output Characters Are Counted for Parse
Output characters are all characters (Unicode code points) in the returnedmarkdown field, including the page-break and document-ID markers.
Verify Parse Credit Consumption
The response’smetadata shows the credits consumed and every number used to calculate the total. For example, a 12-page synchronous parse could report:
For the full field reference, see Parse API Response.
Extract
Synchronous Extract requests run on thepriority tier. Asynchronous Extract Jobs requests run on either the priority or standard tier.
A typical business document uses a median of 1.5 credits on the standard tier.
A request’s credit consumption is the sum of the two components below.
How Input and Output Characters Are Counted for Extract
Input characters are the characters (Unicode code points) in the Markdown you send. Output characters are the characters (Unicode code points) in the returnedextraction field, serialized as compact JSON. Whitespace between values is not counted, and each non-ASCII character counts as one character, not as an escape sequence.
Verify Extract Credit Consumption
The response’smetadata shows the credits consumed and every number used to calculate the total. For example, an extract job on the standard tier could report:
For the full field reference, see Extract API Response.