llama-cloud
The official Python library for the llama-cloud API
Install
llama-cloud on PyPI
pip
pip install llama-clouduv
uv add llama-cloudpoetry
poetry add llama-cloudPackage facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — anyio, distro, httpx, pydantic, sniffio, typing-extensions |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: llama_cloud-2.14.0-py3-none-any.whl
About llama-cloud
from the package's own PyPI description — quoted content, verbatim
Llama Cloud Python SDK
The official Python SDK for LlamaParse - the enterprise platform for agentic OCR and document processing.
With this SDK, create powerful workflows across many features:
MCP Server
Use the Llama Cloud MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
Add to Cursor (image) [![Install in VS...
Read as markdown · JSON record · Source repository · Homepage
AI interpretation — verify before relying
AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page
Official Python SDK for LlamaParse, enabling enterprise-grade OCR and document parsing through the Llama Cloud API with support for file uploads, async workflows, and agentic processing.
Low friction: pure Python wheel with six lightweight runtime dependencies (anyio, distro, httpx, pydantic, sniffio, typing-extensions). Actively maintained with release 1 day old and recent commits; supports Python 3.9–3.14.
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Usage
pip install llama_cloud
import os
from llama_cloud import LlamaCloud
client = LlamaCloud(api_key=os.environ.get("LLAMA_CLOUD_API_KEY"))
job = client.parsing.create(tier="agentic", version="latest", file_id="your-file-id")
print(job.id)
Requires LLAMA_CLOUD_API_KEY environment variable to authenticate with the Llama Cloud API.
Verdict: A well-maintained, actively developed SDK for a commercial document-processing service. No known vulnerabilities, permissive MIT license, and low install friction make it safe to adopt. Requires API credentials and internet connectivity to function.
Needs verification
- Whether the SDK's retry and timeout defaults (2 retries, 1-minute timeout) are appropriate for typical document-parsing workloads.
- Performance characteristics and rate-limiting behavior under high-volume parsing scenarios.
- Whether the MCP server integration requires additional setup beyond the SDK itself.
Similar packages
permissive · top 1,000 on PyPI
llama-parsepermissive · top 1,000 on PyPI
strands-agentspermissive · top 1,000 on PyPI
llama-index-indices-managed-llama-cloudpermissive · top 1,000 on PyPI
jupyterlabpermissive · top 1,000 on PyPI
pytesseractpermissive · top 1,000 on PyPI
slowapipermissive · top 1,000 on PyPI
pymupdf4llmagpl · top 1,000 on PyPI
pymupdfagpl · top 1,000 on PyPI
pytest-timeoutpermissive · top 1,000 on PyPI