PyPI
pypi.org › project › google-genai
google-genai · PyPI
2 weeks ago - from google import genai # Only run this block for Agent Platform client = genai.Client( enterprise=True, project='your-project-id', location='global' )
Help
The Python Package Index (PyPI) is a repository of software for the Python programming language.
Sponsors
The Python Package Index (PyPI) is a repository of software for the Python programming language.
Register
The Python Package Index (PyPI) is a repository of software for the Python programming language.
Log in
The Python Package Index (PyPI) is a repository of software for the Python programming language.
PyPI
pypi.org › project › google-generativeai
google-generativeai · PyPI
Google Generative AI High level API client library and tools.
» pip install google-generativeai
PyPI Stats
pypistats.org › packages › google-genai
google-genai
PyPI page Home page Author: None Summary: GenAI Python SDK Latest version: 2.8.0 Required dependencies: anyio | distro | google-auth | httpx | pydantic | requests | sniffio | tenacity | typing-extensions | websockets Optional dependencies: aiohttp | protobuf | pyopenssl | sentencepiece Downloads last day: 9,368,452 Downloads last week: 63,563,835 Downloads last month: 263,930,000
PyPI
pypi.org › project › genai
genai · PyPI
Here is a breakdown of each part of the query: - `SELECT COUNT(*) AS num_downloads, DATE_TRUNC(DATE(timestamp), DAY) AS day`: This selects the count of the number of rows matched by the query as `num_downloads`, and the date truncated to the day level as `day`. - `FROM `bigquery-public-data.pypi.file_downloads``: This specifies the table to query from. - `WHERE file.project = 'genai'`: This filters the rows by only including downloads for the 'genai' project.
» pip install genai
Published Jul 21, 2023
Version 2.1.0
Reddit
reddit.com › r/geminiai › losing my mind
r/GeminiAI on Reddit: Losing my mind
July 5, 2025 -
I have tried every single import and pip install i can find but i just cannot for the life of me get the genai library to work. The docs say from google import genai. But no matter what i do i keep getting the error module google not found. Losing my mind.
Google
docs.cloud.google.com › gemini enterprise agent platform › google gen ai sdk
Google Gen AI SDK | Gemini Enterprise Agent Platform | Google Cloud Documentation
The Google Gen AI SDK for Python is available on PyPI and GitHub: ... To learn more, see the Python SDK reference. ... # Replace the `GOOGLE_CLOUD_PROJECT` and `GOOGLE_CLOUD_LOCATION` values # with appropriate values for your project. export GOOGLE_CLOUD_PROJECT=GOOGLE_CLOUD_PROJECT export GOOGLE_CLOUD_LOCATION=global export GOOGLE_GENAI_USE_ENTERPRISE=True
GitHub
github.com › google-gemini › genai-processors
GitHub - google-gemini/genai-processors: GenAI Processors is a lightweight Python library that enables efficient, parallel content processing. · GitHub
Starred by 2.1K users
Forked by 215 users
Languages Python 77.7% | Jupyter Notebook 14.0% | HTML 8.3%
deps.dev
deps.dev › pypi › langchain-google-genai › 2.0.0 › dependencies › graph
Dependencies | langchain-google-genai | PyPI | Open Source Insights
PyPIPython · RubyGemsRuby · npmNode.js · This site uses cookies from Google to deliver its services and to analyze traffic. Learn moreOK · searchclosearrow_drop_up · Default · 4.2.5June 10, 2026 · All · 4.2.4May 28, 2026 · 4.2.3May 21, 2026 · 4.2.2April 15, 2026 ·
PyPI
pypi.org › project › GenAIUtilities
GenAIUtilities
May 10, 2024 - The Python Package Index (PyPI) is a repository of software for the Python programming language.
PyPI
pypi.org › project › generative-ai-toolkit
generative-ai-toolkit · PyPI
Toolkit to support developers in building and operating high quality LLM-based applications
» pip install generative-ai-toolkit
GitHub
googleapis.github.io › python-genai › genai.html
Submodules - Google Gen AI SDK documentation
import google.genai from google.genai import types import os if os.environ.get('GOOGLE_GENAI_USE_ENTERPRISE'): MODEL_NAME = 'gemini-2.0-flash-live-preview-04-09' else: MODEL_NAME = 'gemini-live-2.5-flash-preview'; client = genai.Client() async with client.aio.live.connect( model=MODEL_NAME, config={"response_modalities": ["TEXT"]} ) as session: await session.send_client_content( turns=types.Content( role='user', parts=[types.Part(text="Hello world!")])) async for msg in session.receive(): if msg.text: print(msg.text)
piwheels
piwheels.org › project › google-genai
piwheels - google-genai
pip3 install google-genai · websockets · sniffio · typing-extensions · distro · google-auth · pydantic · httpx · tenacity · requests · anyio · PyPI page · pypi.org/ project/ google-genai · Project JSON · piwheels.org/ project/ google-genai/ json ·
New Releases
newreleases.io › project › pypi › google-genai › release › 2.0.0
google-genai 2.0.0 on Python PyPI
May 7, 2026 - New release google-genai version 2.0.0 v2.0.0 on Python PyPI.
New Releases
newreleases.io › project › pypi › google-genai › release › 1.69.0
google-genai 1.69.0 on Python PyPI
March 28, 2026 - New release google-genai version 1.69.0 v1.69.0 on Python PyPI.
Weights & Biases
wandb.ai › byyoung3 › gemini-genai › reports › The-Google-GenAI-SDK-A-guide-with-a-Python-tutorial--VmlldzoxMzE2NDIwNA
The Google GenAI SDK: A guide with a Python tutorial
May 21, 2026 - Weights & Biases, developer tools for machine learning
PyPI
pypi.org › project › google-cloud-aiplatform
google-cloud-aiplatform · PyPI
2 weeks ago - The following Generative AI modules in the Vertex AI SDK are deprecated as of June 24, 2025 and will be removed on June 24, 2026: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching. Please use the [Google Gen AI SDK](https://pypi.org/project/google-genai/) to access these features.
» pip install google-cloud-aiplatform