--- id: llama-index-llms-gemini version: "0.6.2" license: MIT license_treatment: permissive maintenance: aging --- # llama-index-llms-gemini — llama-index llms gemini integration License: permissive · Maintenance: aging · Downloads: 82.0K/mo ## What it is and what it does This package provides a connector between LlamaIndex and Google's Gemini language model. It depends on google-generativeai for API access, llama-index-core for the framework integration, and pillow for image handling. As of version 0.6.2, this integration is officially deprecated and no longer maintained. The package's own documentation directs users to a replacement. This means no further updates, bug fixes, or security patches should be expected, and new projects should use the successor instead. Use it for: - Maintaining legacy code that currently depends on this specific integration version - Evaluating whether your codebase can migrate to the supported replacement - Understanding deprecation timelines for LlamaIndex integrations ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Integrates Google's Gemini LLM with LlamaIndex, though this integration is no longer supported as of version 0.6.2. No. The package is explicitly unsupported as of version 0.6.2 and replaced by an alternative. New projects should use the replacement. Existing projects should plan migration. Installing a deprecated, unmaintained integration creates technical debt and leaves you without vendor support or updates. ## Install pip install llama-index-llms-gemini uv add llama-index-llms-gemini poetry add llama-index-llms-gemini ## Installing llama-index-llms-gemini Before you install: Low install friction with three straightforward dependencies. However, maintenance status is aging—the package was last released 205 days ago and the description explicitly states this integration is no longer supported as of version 0.6.2. License in practice: MIT license is permissive and poses no restrictions on use, modification, or distribution. Quickstart: pip install llama-index-llms-gemini from llama_index_llms_gemini import Gemini llm = Gemini(model="gemini-pro") Requires Python >=3.9,<4.0 and google-generativeai to be installed and configured with API credentials Verify before relying: - Whether the replacement package is a true drop-in replacement or requires code changes - Current state of google-generativeai dependency compatibility with this version - Whether the package will receive security updates despite being unsupported ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 82.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags gemini llm integration, llamaindex gemini, google gemini llama index, gemini language model llamaindex, llm integration framework, deprecated, llm-integration, gemini [View on SkillFed](https://skillfed.io/packages/llama-index-llms-gemini) · [View on PyPI](https://pypi.org/project/llama-index-llms-gemini/)