skillfed

llama-cloud-services

Tailored SDK clients for LlamaCloud services.

llama-cloud-services Permissive license MIT AGING v0.6.94 released

Install

llama-cloud-services on PyPI

pip

pip install llama-cloud-services

uv

uv add llama-cloud-services

poetry

poetry add llama-cloud-services

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 9 — click, eval-type-backport, llama-cloud, llama-index-core, packaging, platformdirs, pydantic, python-dotenv, tenacity
Maintenance aging — 181 days since the last release
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_services-0.6.94-py3-none-any.whl

About llama-cloud-services

from the package's own PyPI description — quoted content, verbatim

PyPI - Downloads (image) GitHub contributors (image) Discord (image)

Llama Cloud Services

> ⚠️ DEPRECATION NOTICE > > This repository and its packages are deprecated and will be maintained until May 1, 2026. > > Please migrate to the new packages: > - Python: pip install llama-cloud&gt;=1.0 (GitHub) > - TypeScript: npm install @llamaindex/llama-cloud (GitHub) > > The new packages provide the same functionality with improved performance, better support, and active development.

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...

Read as markdown · JSON record

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

Provides SDK clients for LlamaCloud services: LlamaParse for document parsing, LlamaExtract for structured data extraction, and LlamaCloudIndex for automated document ingestion and retrieval.

Low install friction with a pure-Python wheel and nine well-established runtime dependencies. However, the package is explicitly deprecated as of the description; maintenance status is aging with the last release 181 days prior to the fact sheet date.

MIT license permits commercial and private use with minimal restrictions, though the package's deprecation notice recommends migration to llama-cloud>=1.0 for active development and support.

Usage

pip install llama-cloud-services

from llama_cloud_services import LlamaParse, LlamaExtract, LlamaCloudIndex

parser = LlamaParse(api_key="YOUR_API_KEY")
extract = LlamaExtract(api_key="YOUR_API_KEY")
index = LlamaCloudIndex("my_index", project_name="default", api_key="YOUR_API_KEY")

Requires a valid LlamaCloud API key from https://cloud.llamaindex.ai/ and Python 3.9 or later.

Verdict: This package provides functional SDK access to LlamaCloud services but is explicitly deprecated and will be maintained only until May 1, 2026. New projects should use llama-cloud>=1.0 instead. No known vulnerabilities, but the aging maintenance status and deprecation notice make it unsuitable for long-term adoption.

Needs verification

  • Whether the deprecation timeline (May 1, 2026) remains accurate and whether llama-cloud>=1.0 fully replaces this package's functionality.
  • Whether the nine runtime dependencies (click, eval-type-backport, llama-cloud, etc.) are actively maintained or also deprecated.
document parsing with llmstructured data extraction apidocument ingestion pipelinellamaindex cloud servicesrag document processinggenai document parseragentic data extraction

Similar packages