Skip to content

LlamaParse FAQ

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. Check the Credit Pricing & Usage page



You can see how many credits you’ve used and have left in the UI or usage metadata included in every API call. Check the metadata docs for instructions on how to get this data)



Are the documents stored or cached anywhere, if so for how long?

Section titled “Are the documents stored or cached anywhere, if so for how long?”

Privacy is an important consideration when parsing sensitive documents. Your data is kept private to you only and is used only to return your results, never for model training. To avoid charging multiple times for parsing the same document, your files are cached for 48 hours and then permanently deleted from our servers.



If you wish to avoid caching sensitive documents, you may set do_not_cache=True.



It depends on the length and complexity of the document, in particular:

  • The number of pages
  • The number of images
    • And whether text must be extracted from those images
  • The density of text on each page

On average, parsing a block of takes 45 seconds. However, this is a rough estimate and the actual time may vary. For example, a document with many images may take longer to parse than a text-only document with the same number of pages.



  • Maximum run time for jobs : 30 minutes. If your job take more than 30 minutes to process, a TIMEOUT error will be raised.
  • Maximum size of files: 300Mb.
  • Maximum image extracted / OCR per page: 35 images. If more images are present in a page, only the 35 biggest one are extracted / OCR.
  • Maximum amount of text extracted per page: 64Kb. Content beyond the 64Kb mark is ignored.