Skip to content
Guide
General

Pricing

Detailed information about LlamaParse credit pricing and usage rates for parsing, indexing, extraction, classification, and split services.

All features are priced using credits, which are billed per page (or minute for audio). Credits vary by parsing mode, model, and whether files are cached.


RegionPrice per 1,000 Credits
North America$1.25
Europe$1.25

Our recommended settings are simply mapping to a set of options (parse mode, model, and parameters).

Presets are created for specific use-cases.

CategoryModeModelCredits per Page
Recommended SettingsCost-effective-3
Agentic-10
Agentic Plus-45
PresetsInvoice-90
Scientific papers-90
Technical documentation-90
Forms-90
ModesParse without AI-1
Parse page with LLM-3
Parse page with LVManthropic-sonnet-3.5 (deprecated)60
anthropic-sonnet-3.760
anthropic-sonnet-4.060
anthropic-sonnet-4.560
anthropic-haiku-4.5 (preview)30
openai-gpt-4o-mini15
openai-gpt-4o30
openai-gpt-4-1-nano15
openai-gpt-4-1-mini20
openai-gpt-4-130
openai-gpt-5-nano10
openai-gpt-5-mini30
openai-gpt-5150
gemini-1.5-flash (discountinued)15
gemini-1.5-pro (discountinued)30
gemini-2.0-flash6
gemini-2.5-flash25
gemini-2.5-pro60
Custom Azure Model1
Use your own API key1
Parse page with Layout Agent-45
Parse page with Agentanthropic-sonnet-3.5 (deprecated)45
anthropic-sonnet-3.790
anthropic-sonnet-4.090
anthropic-sonnet-4.590
anthropic-haiku-4.5 (preview)45
openai-gpt-4-1-mini10
openai-gpt-4-145
openai-gpt-5-nano10
openai-gpt-5-mini45
openai-gpt-590
gemini-2.0-flash10
gemini-2.5-flash10
gemini-2.5-pro45
Auto Mode-3–45
Parse document with LLM-30
Parse document with Agentanthropic-sonnet-3.790
anthropic-sonnet-4.090
anthropic-sonnet-4.590
Other OptionsStructure Output-3
File Type ModesSpreadsheet-1 per sheet
Audio-3 per minute
Legacy ModesContinuous Mode-30

Additional Configs:

  • Layout extraction: +3 credits per page (can be added to any mode)

ModeCredits per Page (or Sheet)
Standard1
Spreadsheet2
Multi-modal2

ModeCredits per PageCredits per Page (extract only)*
Fast54
Balanced107
Multimodal2014
Premium6015

*For text files or pre-cached parsed files.

  • For text files (md, txt, csv, html), a page is defined as the equivalent of 600 tokens.
  • For text files or if the file has previously been parsed by LlamaParse, only extraction costs apply.
  • For Multimodal mode, 6 additional credits will be charged for docx/pptx format.

ModeCredits per Page
Default4 (3 for cached files)

If the file is already present in the LlamaParse cache, only split costs apply.


ModeCredits per Page
Fast1
Multimodal2

Sheets is currently in beta and free to use.


Agents is currently in beta and free to use. When agents make use of Parse, Extract, or Index, the pricing of the underlying module applies.


  1. Use caching — Parsed files are cached for 48 hours. Re-parsing the same file within that window is free.
  2. Choose the right tier — Start with Cost-effective (3 credits) for initial testing. Only move to Agentic (10) or Agentic Plus (45) when document complexity requires it. Fast (1 credit) outputs spatial text only — no markdown.
  3. Use page ranges — Parse only the pages you need instead of entire documents. Specify target_pages to avoid processing irrelevant content.
  1. Leverage extract-only pricing — If a file was previously parsed, subsequent extractions cost less (extract-only rates apply). Parse once, extract many times.
  2. Pre-filter with Classify — Use Classify (1-2 credits/page) to filter documents before running more expensive Parse or Extract jobs.
  3. Batch strategically — Group similar documents in a single job when possible rather than submitting many small requests.