offers various plans for . Pricing varies by region: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.
US Pricing
See the full details for the pricing plans and upgrade in the app. All users start on our pay-as-you-go Explore plan with free credits. After that, you can stay on the Explore plan and buy credits as needed, or upgrade to a Team or Enterprise account.| Explore | Team | Enterprise | |
|---|---|---|---|
| Cost | Pay-as-you-go Start with 1000 free credits | Credit packs start at $250/mo | Contact us |
| Credit value | $1 buys 100 credits | $1 buys 110 credits | Contact us |
EU Pricing
is available in the EU at https://va.eu-west-1.landing.ai/. See the full details for the pricing plans and upgrade in the app. We price in US dollars across all regions. Your payment will be processed in USD using current exchange rates. All users start on our pay-as-you-go Explore plan with free credits. After that, you can stay on the Explore plan and buy credits as needed, or upgrade to a Team or Enterprise account.| Explore | Team | Enterprise | |
|---|---|---|---|
| Cost | Pay-as-you-go Start with 1000 free credits | Credit packs start at $325/mo | Contact us |
| Credit value | $1 buys 76 credits | $1 buys 84 credits | Contact us |
Plan Features
| Feature | Explore | Team | Enterprise |
|---|---|---|---|
| Core Capabilities | |||
| Parsing view supported file formats | |||
| Intelligent Chunking | |||
| Field Extraction | |||
| List Extraction | |||
| Table Extraction | |||
| Figure Summaries | |||
| Visual Grounding | |||
| Split Classification | |||
| Multilingual documents | |||
| Confidence Scoring | |||
| Custom Processing Pipeline | |||
| Organization Management & Support | |||
| Users | 1 | Unlimited users | Unlimited users |
| Support Level | Community | Enhanced | Designated |
| Security & Deployment | |||
| Rate Limits see more details | Standard | Higher | Priority |
| Zero Data Retention (ZDR) | |||
| HIPAA (BAA) (inc. ZDR) | |||
| VPC and On-Prem Deployments | |||
| SLA & Uptime Guarantees | |||
| Single Sign-On (SSO) see more details |
Credit Costs
The credit consumption is determined by the specific API endpoint called.Credit Costs for the Parse APIs
This section explains credit use for these APIs:Documents
This pricing applies when using the parsing model. For pricing, see DPT-2 mini. The number of credits used to parse a document is based on the number of pages and the features used in parsing, as shown in the following table.| Feature | Credit Cost | Notes |
|---|---|---|
| Parsing | 3 credits/page | Each page processed includes parsing. |
| ZDR (HIPAA/BAA) | +1 credit/page | Additional charge when enabled. Available on Team and Enterprise plans. |
Spreadsheets
This pricing applies when using the parsing model. For pricing, see DPT-2 mini. The number of credits used to parse a spreadsheet is based on the number of sheets and embedded images. For supported spreadsheet formats, see Supported File Types.| Feature | Credit Cost | Notes |
|---|---|---|
| Parsing | 1 credit/sheet | Each sheet processed includes parsing. |
| Embedded images | 3 credits/image | Cost per embedded image, chart, or logo. |
| ZDR (HIPAA/BAA) | +1 credit/sheet +1 credit/image | Additional charge when enabled. Available on Team and Enterprise plans. |
- Base cost: 1 credit (sheet) + 6 credits (2 images) = 7 credits
- With ZDR enabled: 7 credits (base) + 1 credit (sheet) + 2 credits (2 images) = 10 credits
DPT-2 mini
is a lightweight model that consumes fewer credits than other parsing models. The number of credits used to parse a document is based on the number of pages and the features used in parsing, and is rounded up to the nearest tenth decimal place.| Feature | Credit Cost | Notes |
|---|---|---|
| Parsing | 1.5 credits/page | Each page processed includes parsing. |
| ZDR (HIPAA/BAA) | +1 credit/page | Additional charge when enabled. Available on Team and Enterprise plans. |
Credit Costs for the Extract API
This section explains credit use for this API: The number of credits used to extract data is based on both the number of input characters and output characters, and is rounded up to the nearest tenth decimal place.| Factor | Credit Cost | Notes |
|---|---|---|
| 5,000 input characters | 1 credit | Input characters are the number of characters in the Markdown file that is passed to the API. |
| 1,000 output characters | 1 credit | Output characters are the number of characters in the extraction object returned by the API, excluding whitespace used for indentation. (Other spaces, like the spaces after colons in key-value pairs, are not removed.) |
Sample Cost for the Extract API
Input Characters Let’s say you run the API on a Markdown file with the following content. The file has 2,270 characters. Therefore, the number of input characters is 2,270.extraction object returned by the API. The response has 475 characters. Therefore, the number of output characters is 475.
| Step | Calculation | Result |
|---|---|---|
| Input credits | 2,270 ÷ 5,000 | 0.454 |
| Output credits | 475 ÷ 1,000 | 0.475 |
| Total (before rounding) | 0.454 + 0.475 | 0.929 |
| Final cost | Round up to nearest tenth decimal place | 1.0 credit |
Credit Costs for the Build Extract Schema API
This section explains credit use for this API: The number of credits used to build an extraction schema is based on both the number of input characters and output characters, and is rounded up to the nearest tenth decimal place.| Factor | Credit Cost | Notes |
|---|---|---|
| 5,000 input characters | 1 credit | Input characters are the combined total number of characters in the markdowns, markdown_urls, prompt, and schema parameters. |
| 1,000 output characters | 1 credit | Output characters are the number of characters in the schema returned by the API. |
Sample Cost for the Build Extract Schema API
Let’s say you have an existing schema built from two bank statements. You want to add and remove some fields in the schema, so you call the API to refine the schema. Input Characters The API includes the following parameters.| Parameter | Content | Characters |
|---|---|---|
markdowns | The parsed output of the first bank statement | 9,116 |
markdowns | The parsed output of the second bank statement | 7,314 |
schema | The existing extraction schema that you want to refine | 9,089 |
prompt | Instructions to add and remove specific fields | 214 |
| Total | 25,733 |
| Content | Characters |
|---|---|
| Updated schema | 8,585 |
| Step | Calculation | Result |
|---|---|---|
| Input credits | 25,733 ÷ 5,000 | 5.1466 |
| Output credits | 8,585 ÷ 1,000 | 8.585 |
| Total (before rounding) | 5.1466 + 8.585 | 13.7316 |
| Final cost | Round up to nearest tenth decimal place | 13.8 credits |
Credit Costs for the Classify API
This section explains credit use for this API: The number of credits used to classify a document is based on the number of pages, and is rounded up to the nearest tenth decimal place.| Factor | Credit Cost | Notes |
|---|---|---|
| Per page | 0.5 credits/page | Each page processed by the Classify API consumes 0.5 credits. |
Credit Costs for the Section API
This section explains credit use for this API: The number of credits used to section a document is based on both the number of input characters and output characters, and is rounded up to the nearest tenth decimal place.| Factor | Credit Cost | Notes |
|---|---|---|
| 5,000 input characters | 1 credit | Input characters are the number of characters in the Markdown file passed to the API. |
| 1,000 output characters | 1 credit | Output characters are the number of characters in the table_of_contents field returned by the API. |
Credit Costs for the Split API
This section explains credit use for this API: The number of credits used to split documents is based on the number of input characters, and is rounded up to the nearest tenth decimal place.| Factor | Credit Cost | Notes |
|---|---|---|
| 5,000 input characters | 1 credit | Input characters are the number of characters in the Markdown file that is passed to the API. |
Overages
Explore Plan If you’re on the Explore plan, you can only use the credits you have purchased. If you run out of credits, you can purchase additional credits to continue using . Team Plan (Subscription) If you’re on a Team plan (a subscription plan), you have a pool of extra credits to draw from if you exceed your allocation for a billing cycle. This pool can include:- Transferred credits: Credits from a previous plan that carried over when you upgraded (for example, unused Explore credits).
- Prepaid credits: “Pay-As-You-Go” credits purchased in advance. Prepaid credits cost $0.01 per credit (US) or $0.013 per credit (EU) and expire 1 year from the purchase date.
Auto Recharge
Use Auto Recharge to automatically purchase credits when your balance falls below a set threshold. Auto Recharge is available on the Explore and Team plans. Auto Recharge is enabled by default on Team plans. It is disabled by default on the Explore plan.Auto Recharge Best Practices
Set your threshold high enough to cover your largest expected API call. If your threshold is too low, Auto Recharge may not trigger before your balance is exhausted, and the API call will return a402 status (Payment Required).
For example, if a typical job consumes 1,500 credits, set your threshold above 1,500 credits.
How to Manage Auto Recharge
- Log in to https://va.landing.ai.
- Go to the Plan & Billing page (to navigate there manually, click your profile icon at the bottom left corner of the page and click Plan & Billing).
- If you’re not currently in the correct organization, select your organization from the drop-down menu.
- Click the Plan tab.
- Click Add Credits. (If you’re on the Explore plan, click Buy Credits.)
- If Auto Recharge is not already enabled, turn on Enable Auto Recharge.
- In the When credit balance goes below field, enter the threshold that will trigger Auto Recharge. For example, entering 5,000 means credits are purchased automatically when your balance reaches 5,000 or fewer. By default, this is 10% of the credits allocated for your billing cycle.
- In the Add to field, enter the number of credits you want to purchase. By default, this is 100% of the credits allocated for your billing cycle.
- Click Next and follow the on-screen prompts.
Upgrade Team Plans
You can upgrade your Team plan from one tier to another. For example, you can upgrade from the tier that includes 55K credits per month to the tier that includes 110K credits per month. If you upgrade your Team plan, the changes take effect immediately.What to Expect When You Upgrade
Your current billing cycle ends:- Your current billing cycle ends on the upgrade date.
- A new billing cycle starts on the upgrade date.
- You are charged for the new plan.
- Your unused credits from the previous plan are transferred to the allocation for the new billing cycle and expire at the end of that cycle. These transferred credits can be transferred again if you upgrade before they expire.
How to Upgrade Your Plan
- Log in to https://va.landing.ai/home.
- Go to the Plan & Billing page (to navigate there manually, click your profile icon at the bottom left corner of the page and click Plan & Billing).
- If you’re not currently in the correct organization, select your organization from the drop-down menu.
- Click the Plan tab.
- Click Manage > Change Plan.
- Select the plan you want and follow the on-screen prompts.
Downgrade Team Plans
You can downgrade your Team plan from one tier to another. If you downgrade your Team, the changes take effect at the end of the current billing cycle. If you have unused credits when you downgrade, those credits do not transfer to your new plan. You have until the end of your current billing cycle to use the remaining credits.How to Downgrade Your Plan
- Log in to https://va.landing.ai/home.
- Go to the Plan & Billing page (to navigate there manually, click your profile icon at the bottom left corner of the page and click Plan & Billing).
- If you’re not currently in the correct organization, select your organization from the drop-down menu.
- Click the Plan tab.
- Click Manage > Change Plan.
- Select the plan you want and follow the on-screen prompts.
Credit Expiration
| Credit Type | Expiration |
|---|---|
| Free credits included in the Explore plan | Expire 90 days after you create your account |
| ”Pay-As-You-Go” Credits Purchased (includes credits purchased via Auto Recharge) | Expire 1 year from the purchase date |
| Credits allocated as part of a subscription or Enterprise plan | Credits are allocated at the start of each billing cycle (for subscription plans) or subscription term (for Enterprise plans). Unused credits expire at the end of that period. |
FAQs
Plans, Credits, and Billing
How do credits work?
How do credits work?
How much does a credit cost?
How much does a credit cost?
| Plan | Monthly |
|---|---|
| Explore | 1 credit per 1¢ |
| Team | 1.1 credits per 1¢ |
| Enterprise | Contact us |
Can I get a free trial?
Can I get a free trial?
What plan is right for me?
What plan is right for me?
What happens to my Explore credits if I subscribe to a plan?
What happens to my Explore credits if I subscribe to a plan?
Do I need to put down a credit card to get started?
Do I need to put down a credit card to get started?
How am I billed for API usage?
How am I billed for API usage?
Are credits rounded?
Are credits rounded?
I added money to my account before the credit-based system was implemented. What happens to those funds?
I added money to my account before the credit-based system was implemented. What happens to those funds?
What counts as a page?
What counts as a page?
How is billing managed?
How is billing managed?
Can I resubscribe?
Can I resubscribe?
- Log in to https://va.landing.ai/.
- Go to the Plan & Billing page (to navigate there manually, click your profile icon at the bottom left corner of the page and click Plan & Billing).
- If you’re not currently in the correct organization, select your organization from the drop-down menu.
- Click the Re-subscribe button and follow the on-screen prompts.
Can I cancel my subscription?
Can I cancel my subscription?
- Log in to https://va.landing.ai/.
- Go to the Plan & Billing page (to navigate there manually, click your profile icon at the bottom left corner of the page and click Plan & Billing).
- If you’re not currently in the correct organization, select your organization from the drop-down menu.
- Go to Manage > Cancel Subscription and follow the on-screen prompts.
How do I update my billing information?
How do I update my billing information?
- Log in to https://va.landing.ai/.
- Go to the Plan & Billing page (to navigate there manually, click your profile icon at the bottom left corner of the page and click Plan & Billing).
- If you’re not currently in the correct organization, select your organization from the drop-down menu.
- Click the Billing tab.
- To update your credit card information, click Update Card. Update your information in the pop-up window and click Save card.

- To update your billing address, click Manage. This opens your billing information in Stripe.

- Click Update Information. Update your billing information and click Save.

Do you collect sales tax, VAT, or GST?
Do you collect sales tax, VAT, or GST?
Can you add our VAT/GST ID to the invoice?
Can you add our VAT/GST ID to the invoice?
Why isn’t VAT/GST shown on our invoice?
Why isn’t VAT/GST shown on our invoice?
Can you add or edit information on an invoice after it’s issued?
Can you add or edit information on an invoice after it’s issued?
My plan isn’t listed on this page. Where can I find information about it?
My plan isn’t listed on this page. Where can I find information about it?
General Questions about Agentic Document Extraction
Can ADE parse different languages?
Can ADE parse different languages?
Can ADE parse handwritten text?
Can ADE parse handwritten text?
Is ADE compliant with HIPAA?
Is ADE compliant with HIPAA?
- Enable the Zero Data Retention (ZDR) option.
- Have a signed Business Associate Agreement (BAA) in place with LandingAI. To initiate the BAA process, submit your request through the form on the Organization Settings page (available after ZDR is enabled).
Does ADE support Zero Data Retention (ZDR)?
Does ADE support Zero Data Retention (ZDR)?
Is ADE compliant with SOC2 Type II?
Is ADE compliant with SOC2 Type II?