GitHub
github.com › googleapis › python-genai
GitHub - googleapis/python-genai: Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications. · GitHub
4 weeks ago - Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications. - googleapis/python-genai
Starred by 3.8K users
Forked by 929 users
Languages Python
GitHub
github.com › googleapis › js-genai
GitHub - googleapis/js-genai: TypeScript/JavaScript SDK for Gemini and Vertex AI. · GitHub
Starred by 1.6K users
Forked by 251 users
Languages TypeScript 94.3% | JavaScript 5.1% | HTML 0.3% | Shell 0.2% | Starlark 0.1% | CSS 0.0%
GitHub
github.com › googleapis › go-genai
GitHub - googleapis/go-genai: Google Gen AI Go SDK provides an interface for developers to integrate Google's generative models into their Go applications. · GitHub
May 22, 2026 - The Google Gen AI Go SDK enables developers to use Google's state-of-the-art generative AI models (like Gemini) to build AI-powered features and applications. This SDK supports use cases like: ... For example, with just a few lines of code, ...
Starred by 1.1K users
Forked by 152 users
Languages Go
GitHub
github.com › GoogleCloudPlatform › generative-ai
GitHub - GoogleCloudPlatform/generative-ai: Sample code and notebooks for Generative AI on Google Cloud, with Gemini Enterprise Agent Platform · GitHub
April 25, 2026 - Sample code and notebooks for Generative AI on Google Cloud, with Gemini Enterprise Agent Platform - GoogleCloudPlatform/generative-ai
Starred by 17.1K users
Forked by 4.3K users
Languages Jupyter Notebook 81.0% | Python 7.7% | TypeScript 2.6% | SCSS 2.4% | JavaScript 2.1% | HTML 2.1%
GitHub
github.com › googleapis › java-genai
GitHub - googleapis/java-genai: Google Gen AI Java SDK provides an interface for developers to integrate Google's generative models into their Java applications. · GitHub
May 5, 2026 - Google Gen AI Java SDK provides an interface for developers to integrate Google's generative models into their Java applications. - googleapis/java-genai
Starred by 377 users
Forked by 115 users
Languages Java
GitHub
googleapis.github.io › python-genai › genai.html
Submodules - Google Gen AI SDK documentation
Find your Google Cloud project ID. ... The location to send API requests to (for example, us-central1). Can be obtained from environment variables. Applies to the Vertex AI API only. ... Config settings that control network behavior of the client. This is typically used when running test code. ... Http options to use for the client. These options will be applied to all requests made by the client. Example usage: client = genai.Client(http_options=types.HttpOptions(api_version=’v1’)).
GitHub
github.com › google › generative-ai-go
GitHub - google/generative-ai-go: Go SDK for Google Generative AI · GitHub
Go SDK for Google Generative AI. Contribute to google/generative-ai-go development by creating an account on GitHub.
Starred by 856 users
Forked by 101 users
Languages Go 98.7% | Shell 1.3%
GitHub
github.com › googleapis › dotnet-genai
GitHub - googleapis/dotnet-genai: Google Gen AI Dotnet SDK provides an interface for developers to integrate Google's generative models into their .NET applications. · GitHub
Google Gen AI Dotnet SDK provides an interface for developers to integrate Google's generative models into their .NET applications. - googleapis/dotnet-genai
Starred by 144 users
Forked by 42 users
Languages HTML 93.4% | C# 6.6%
GitHub
github.com › googleapis › python-genai › tree › main › google › genai
python-genai/google/genai at main · googleapis/python-genai
Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications. - python-genai/google/genai at main · googleapis/python-genai
Author googleapis
GitHub
github.com › cnemri › google-genai-skills
GitHub - cnemri/google-genai-skills · GitHub
This repository provides a set of high-performance agentic skills that allow your AI assistants to interact deeply with Google's AI ecosystem. Whether you are using the Gemini CLI, Antigravity IDE, or Claude Code, these skills empower your agent ...
Starred by 123 users
Forked by 10 users
Languages Python 88.7% | Shell 11.3%
GitHub
github.com › google-gemini › deprecated-generative-ai-python
GitHub - google-gemini/deprecated-generative-ai-python: This SDK is now deprecated, use the new unified Google GenAI SDK. · GitHub
This SDK is now deprecated, use the new unified Google GenAI SDK. - GitHub - google-gemini/deprecated-generative-ai-python: This SDK is now deprecated, use the new unified Google GenAI SDK.
Starred by 2.3K users
Forked by 519 users
Languages Python
GitHub
googleapis.github.io › js-genai
@google/genai
If you are not redirected automatically, click here to go to the release version docs
GitHub
github.com › topics › google-generative-ai
google-generative-ai · GitHub Topics · GitHub
💡An end-to-end solution for aggregating, summarizing, and displaying news articles using an AI-powered backend, an automated CRON crawler & newsletter emailer, and a responsive Next.js frontend.
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
Processor Intro Colab - an introduction to the core concepts of GenAI Processors. Create Your Own Processor - a walkthrough of the typical steps to create a Processor or a PartProcessor. Work with the Live API - a couple of examples of real-time processors built from the Gemini Live API using the LiveProcessor class. Explore the examples/ directory for practical demonstrations: Real-Time Live Example - an Audio-in Audio-out Live agent with google search as a tool.
Starred by 2.1K users
Forked by 215 users
Languages Python 77.7% | Jupyter Notebook 14.0% | HTML 8.3%
GitHub
github.com › rominirani › google-genai-resources
GitHub - rominirani/google-genai-resources: A collection of videos, codelabs, courses, repositories, articles that help everyone learn more about Google Generative AI offerings. · GitHub
A collection of videos, codelabs, courses, repositories, articles that help everyone learn more about Google Generative AI offerings. - rominirani/google-genai-resources
Starred by 28 users
Forked by 10 users
GitHub
github.com › GoogleCloudPlatform › genai-for-developers
GitHub - GoogleCloudPlatform/genai-for-developers · GitHub
Contribute to GoogleCloudPlatform/genai-for-developers development by creating an account on GitHub.
Starred by 156 users
Forked by 225 users
Languages Python 76.4% | Java 15.7% | TypeScript 3.9% | HCL 1.5% | JavaScript 1.2% | Dockerfile 0.9% | HTML 0.4%
Go Packages
pkg.go.dev › github.com › google › generative-ai-go › genai
genai package - github.com/google/generative-ai-go/genai - Go Packages
May 2, 2025 - What would you like to know?"), }, Role: "model", }, } iter := cs.SendMessageStream(ctx, genai.Text("How many paws are in my house?")) for { resp, err := iter.Next() if err == iterator.Done { break } if err != nil { log.Fatal(err) } printResponse(resp) } } func printResponse(resp *genai.GenerateContentResponse) { for _, cand := range resp.Candidates { if cand.Content != nil { for _, part := range cand.Content.Parts { fmt.Println(part) } } } fmt.Println("---") } ... package main import ( "context" "fmt" "log" "os" "path/filepath" "github.com/google/generative-ai-go/genai" "github.com/google/gen
Google Codelabs
codelabs.developers.google.com › genai-for-dev-github-code-review
GitHub - Code Review Automation with GenAI | Google Codelabs
March 27, 2026 - git clone https://github.com/YOUR-GITHUB-USERID/genai-for-developers.git
GitHub
googleapis.github.io › python-genai
Google Gen AI SDK documentation
from google import genai # Only run this block for Gemini Developer API client = genai.Client(api_key='GEMINI_API_KEY')