--- id: llama-index-llms-vertex version: "0.7.0" license: MIT license_treatment: permissive maintenance: active --- # llama-index-llms-vertex — llama-index llms vertex integration License: permissive · Maintenance: active · Downloads: 89.1K/mo ## 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 above — 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 pip install llama-index-llms-vertex uv add llama-index-llms-vertex 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_current - Install friction: low - Maintenance: active - Downloads: 89.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags vertex ai llm integration, google vertex llamaindex, llamaindex vertex models, vertex ai language models, google cloud ai llamaindex, llm-integration, google-cloud [View on SkillFed](https://skillfed.io/packages/llama-index-llms-vertex) · [View on PyPI](https://pypi.org/project/llama-index-llms-vertex/)