llama-cloud-services 0.6.94


pip install llama-cloud-services

  Latest version

Released: Feb 13, 2026

Project Links

Meta
Author: Logan Markewich
Requires Python: <4.0,>=3.9

Classifiers

PyPI - Downloads GitHub contributors Discord

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>=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 processing, etc.).
  • LlamaExtract - A prebuilt agentic data extractor that can be used to transform data into a structured JSON representation.
  • LlamaCloud Index - A widely customizable and fully automated document ingestion pipeline that also serves retrieval purposes.

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,
    LlamaExtract,
    LlamaCloudIndex,
)
from llama_cloud_services import LlamaParse, LlamaExtract

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

See the quickstart guides for each service for more information:

Switch to EU SaaS 🇪🇺

If you are interested in using LlamaCloud services in the EU, you can adjust your base URL to https://api.cloud.eu.llamaindex.ai.

You can also create your API key in the EU region here.

from llama_cloud_services import (
    LlamaParse,
    LlamaExtract,
    EU_BASE_URL,
)

parser = LlamaParse(api_key="YOUR_API_KEY", base_url=EU_BASE_URL)
extract = LlamaExtract(api_key="YOUR_API_KEY", base_url=EU_BASE_URL)
index = LlamaCloudIndex(
    "my_first_index",
    project_name="default",
    api_key="YOUR_API_KEY",
    base_url=EU_BASE_URL,
)

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.

0.6.94 Feb 13, 2026
0.6.93 Feb 11, 2026
0.6.92 Feb 02, 2026
0.6.91 Jan 21, 2026
0.6.90 Jan 14, 2026
0.6.89 Jan 09, 2026
0.6.88 Dec 05, 2025
0.6.87 Dec 03, 2025
0.6.86 Dec 03, 2025
0.6.85 Dec 02, 2025
0.6.84 Dec 02, 2025
0.6.83 Nov 25, 2025
0.6.82 Nov 24, 2025
0.6.81 Nov 17, 2025
0.6.80 Nov 17, 2025
0.6.79 Nov 04, 2025
0.6.78 Nov 04, 2025
0.6.77 Oct 30, 2025
0.6.76 Oct 15, 2025
0.6.75 Oct 15, 2025
0.6.74 Oct 14, 2025
0.6.73 Oct 06, 2025
0.6.72 Oct 04, 2025
0.6.71 Oct 03, 2025
0.6.70 Oct 03, 2025
0.6.69 Sep 22, 2025
0.6.68 Sep 18, 2025
0.6.67 Sep 17, 2025
0.6.66 Sep 16, 2025
0.6.65 Sep 08, 2025
0.6.64 Sep 06, 2025
0.6.63 Sep 02, 2025
0.6.62 Aug 21, 2025
0.6.60 Aug 14, 2025
0.6.59 Aug 14, 2025
0.6.58 Aug 13, 2025
0.6.57 Aug 11, 2025
0.6.56 Aug 07, 2025
0.6.55 Aug 06, 2025
0.6.54 Aug 01, 2025
0.6.53 Jul 30, 2025
0.6.52 Jul 28, 2025
0.6.51 Jul 21, 2025
0.6.50 Jul 18, 2025
0.6.49 Jul 16, 2025
0.6.48 Jul 16, 2025
0.6.47 Jul 16, 2025
0.6.46 Jul 09, 2025
0.6.45 Jul 09, 2025
0.6.44 Jul 08, 2025
0.6.43 Jul 08, 2025
0.6.42 Jul 08, 2025
0.6.41 Jun 30, 2025
0.6.40 Jun 30, 2025
0.6.39 Jun 27, 2025
0.6.38 Jun 27, 2025
0.6.37 Jun 25, 2025
0.6.36 Jun 23, 2025
0.6.35 Jun 20, 2025
0.6.34 Jun 16, 2025
0.6.33 Jun 16, 2025
0.6.32 Jun 13, 2025
0.6.31 Jun 11, 2025
0.6.30 Jun 05, 2025
0.6.29 Jun 05, 2025
0.6.28 Jun 02, 2025
0.6.27 Jun 02, 2025
0.6.26 Jun 02, 2025
0.6.25 May 30, 2025
0.6.24 May 29, 2025
0.6.23 May 20, 2025
0.6.22 May 08, 2025
0.6.21 May 01, 2025
0.6.20 Apr 29, 2025
0.6.19 Apr 29, 2025
0.6.18 Apr 29, 2025
0.6.17 Apr 28, 2025
0.6.16 Apr 25, 2025
0.6.15 Apr 24, 2025
0.6.14 Apr 24, 2025
0.6.12 Apr 11, 2025
0.6.11 Apr 10, 2025
0.6.10 Apr 10, 2025
0.6.9 Mar 29, 2025
0.6.8 Mar 25, 2025
0.6.7 Mar 22, 2025
0.6.6 Mar 18, 2025
0.6.5 Mar 07, 2025
0.6.4 Mar 06, 2025
0.6.3 Feb 26, 2025
0.6.2 Feb 26, 2025
0.6.1 Feb 11, 2025
0.6.0 Feb 06, 2025
Extras: None
Dependencies:
click (<9,>=8.1.7)
eval-type-backport (<0.3,>=0.2.0)
llama-cloud (==0.1.46)
llama-index-core (>=0.12.0)
packaging (>=23.0)
platformdirs (<5,>=4.3.7)
pydantic (!=2.10,>=2.8)
python-dotenv (<2,>=1.0.1)
tenacity (<10.0,>=8.5.0)