> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reducto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage and Pricing

> Understanding how Reducto measures and bills API usage across products

Reducto measures usage separately for each product. Your contract and rate card is the source of truth. **Contracted customers may have negotiated rates that differ from the list prices below.**

These listed prices go into effect on September 1, 2026. You can view the [migration guide](/reference/pricing-migration) and our [legacy pricing chart](/reference/legacy-credit-usage).

## List pricing

The following prices apply to standard list-rate accounts. Rates for Growth and Enterprise may vary based on volume.

### Parse Endpoint

| Product              | List price         | Notes                                                     |
| :------------------- | :----------------- | :-------------------------------------------------------- |
| Parse, Standard Page | \$15 / 1,000 pages | 2x multiplier applies for agentic modes.                  |
| Parse, Complex Page  | \$30 / 1,000 pages | 2x multiplier applies for agentic modes.                  |
| Advanced chart agent | \$0.06 per chart   | Per processed chart; charged only if a chart is detected. |

### Batch processing

Parse jobs submitted through the batch queue receive a 20% usage discount. Batch jobs run asynchronously with a 12-hour completion guarantee. See [Batch Queue](/workflows/batch-queue).

### Extract Endpoint

| Product      | List price         | Notes                                                                                       |
| :----------- | :----------------- | :------------------------------------------------------------------------------------------ |
| Extract      | \$20 / 1,000 pages | Parsing included. Dense extractions (over 100 fields/page) may incur a per-field surcharge. |
| Deep Extract | \$40 / 1,000 pages | Parsing included. Dense extractions (over 100 fields/page) may incur a per-field surcharge. |

### Split Endpoint

| Product    | List price         | Notes                                                                                                         |
| :--------- | :----------------- | :------------------------------------------------------------------------------------------------------------ |
| Split      | \$20 / 1,000 pages | Parse cost now included.                                                                                      |
| Deep Split | \$40 / 1,000 pages | Agentic loop for near-perfect accuracy. See [Deep Split](/configs/split/deep-split). Parse cost now included. |

### Classify Endpoint

| Product  | List price                    | Notes                                         |
| :------- | :---------------------------- | :-------------------------------------------- |
| Classify | \$7.50 / 1,000 pages standard | Standard uses the first five pages by default |

### Edit Endpoint

| Product | List price                                             | Notes |
| :------ | :----------------------------------------------------- | :---- |
| Edit    | \$60 / 1,000 pages; \$15 / 1,000 fully prefilled pages |       |

## Spreadsheets

Spreadsheet usage is measured by cells rather than pages.

| Clustering mode | Legacy usage             |
| :-------------- | :----------------------- |
| Accurate        | 1 credit per 1,000 cells |
| Fast            | 1 credit per 5,000 cells |
| Disabled        | 1 credit per 5,000 cells |

Consult your rate card for the price applicable to spreadsheet processing.

## Monitoring usage

Keeping track of how you're using Reducto is easy. You can:

* View usage over time in the [Reducto Studio](https://studio.reducto.ai/) usage dashboard.
* Inspect the per-product breakdown for individual jobs.
* Configure usage alerts, either to notify with a dollar amount or credit amount threshold.
* Export usage programmatically with the [Usage Export API](/reference/usage-export-api).

## Related

<CardGroup cols={2}>
  <Card title="Pricing Migration Guide" icon="arrow-right-arrow-left" href="/reference/pricing-migration">
    How the move to per-product pricing affects you.
  </Card>

  <Card title="Legacy Credit Usage" icon="clock-rotate-left" href="/reference/legacy-credit-usage">
    Credit rates that applied before September 1, 2026.
  </Card>
</CardGroup>
