mirror of
https://github.com/run-llama/llama_cloud_services.git
synced 2026-07-19 16:43:32 -04:00
b69f3ecce5df38c405fdc4ec04cd1ea0aa7b6dcd
Llama Cloud Services
This repository contains the code for hand-written SDKs and clients for interacting with LlamaCloud.
This includes:
- LlamaParse - A GenAI-native document parser that can parse complex document data for any downstream LLM use case (Agents, RAG, data processing, etc.).
- LlamaReport (beta/invite-only) - A prebuilt agentic report builder that can be used to build reports from a variety of data sources.
- LlamaExtract (coming soon!) - A prebuilt agentic data extractor that can be used to transform data into a structured JSON representation.
Getting Started
Install the package:
pip install llama-cloud-services
Then, get your API key from LlamaCloud.
Then, you can use the services in your code:
from llama_cloud_services import LlamaParse, LlamaReport
parser = LlamaParse(api_key="YOUR_API_KEY")
report = LlamaReport(api_key="YOUR_API_KEY")
See the quickstart guides for each service for more information:
Documentation
You can see complete SDK and API documentation for each service on our official docs.
Terms of Service
See the Terms of Service Here.
Get in Touch (LlamaCloud)
You can get in touch with us by following our contact link.
Description
Knowledge Agents and Management in the Cloud
documentdocument-parserdocument-parsingdocx-to-markdownparsingpdfpdf-document-processorpdf-to-excelpdf-to-jsonpdf-to-markdownpdf-to-textppt-to-jsonppt-to-markdownpptxstructured-datatables
Readme
MIT
95 MiB
Releases
10
Languages
TypeScript
72%
Python
27%
HTML
0.9%