skillfed

llama-index-llms-vertex

llama-index llms vertex integration

llama-index-llms-vertex v0.7.0 89.1K downloads/30d#13,677 on PyPI
Permissive license MIT Active released

What it is and what it does

This package provides a connector that lets you use Google Vertex AI language models within LlamaIndex applications. It bridges the LlamaIndex framework and Vertex AI's managed LLM service, allowing you to swap Vertex models into any LlamaIndex component that accepts an LLM.

The package depends on google-cloud-aiplatform for Vertex access and llama-index-core for the integration framework. It requires Python 3.10 or later. The package's own documentation notes that Gemini has largely been replaced by Google GenAI, suggesting this integration may be in transition.

Use it for:

  • Build LlamaIndex applications using Google Vertex AI models as the LLM provider.
  • Integrate Vertex AI's managed LLM endpoints into existing LlamaIndex workflows.
  • Use Vertex models for production LLM applications with Google Cloud infrastructure integration.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Google Vertex AI's LLM capabilities with LlamaIndex, enabling use of Vertex models within LlamaIndex applications.

Yes, if you are already using LlamaIndex and need Vertex AI model access. The low install friction and active maintenance make it straightforward to add. However, verify whether Google GenAI integration better suits your use case, as the package documentation suggests Gemini has moved to that path.

Install

llama-index-llms-vertex on PyPI

pip

pip install llama-index-llms-vertex

uv

uv add llama-index-llms-vertex

poetry

poetry add llama-index-llms-vertex

Installing llama-index-llms-vertex

Before you install

Low install friction with only two runtime dependencies. Active maintenance status.

License in practice

MIT license permits commercial and private use with minimal restrictions.

Quickstart

pip install llama-index-llms-vertex

from llama_index.llms.vertex import Vertex
llm = Vertex()

Requires Python 3.10 or later and valid Google Cloud credentials configured for Vertex AI access.

Verify before relying

  • Whether Vertex AI models are actively maintained or if migration to Google GenAI is recommended for new projects
  • Specific Vertex AI model versions and capabilities supported by this integration
  • Whether the package's transition away from Gemini affects current or future usability

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — google-cloud-aiplatform, llama-index-core
Maintenance actively maintained — 155 days since the last release
First released
Downloads 89,140/month — #13,677 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: llama_index_llms_vertex-0.7.0-py3-none-any.whl

Tags

vertex ai llm integrationgoogle vertex llamaindexllamaindex vertex modelsvertex ai language modelsgoogle cloud ai llamaindex
llm-integrationgoogle-cloud

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

llama-index-llms-gemini

Integrates Google's Gemini LLM with LlamaIndex,…

permissive · top 15,000 on PyPI

llama-index-embeddings-google-genai

Integrates Google's Gemini and Vertex AI…

permissive · top 15,000 on PyPI

llama-index-workflows

An async-first, event-driven framework for…

permissive · top 5,000 on PyPI

llama-index-llms-google-genai

Integrates Google's Gemini models into…

permissive · top 15,000 on PyPI

llama-index-llms-ibm

Integrates IBM watsonx.ai foundation models…

permissive · top 15,000 on PyPI

llama-index-llms-openai-like

Provides a thin wrapper to use…

permissive · top 15,000 on PyPI

llama-index-multi-modal-llms-openai

Integrates OpenAI's multi-modal language models…

permissive · top 5,000 on PyPI

llama-index-llms-langchain

Bridges LlamaIndex with LangChain LLM…

permissive · top 15,000 on PyPI

llama-index

LlamaIndex is a data framework that connects…

permissive · top 5,000 on PyPI

llama-index-agent-openai

Integrates OpenAI language models with…

permissive · top 5,000 on PyPI

Further reading