GitHub
github.com › google-gemini › generative-ai-android
GitHub - google-gemini/deprecated-generative-ai-android: This SDK is now deprecated, use the unified Firebase SDK. · GitHub
With Gemini 2.0, we took the chance to create a unified SDK for mobile developers who want to use Google's GenAI models (Gemini, Veo, Imagen, etc). As part of that process, we took all of the feedback from this SDK and what developers like about ...
Starred by 860 users
Forked by 220 users
Languages Kotlin 99.3% | Shell 0.7%
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
1 month ago - All API methods support Pydantic types and dictionaries, which you can access from google.genai.types.
Starred by 3.8K users
Forked by 929 users
Languages Python
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 .NET is available on NuGet and GitHub: ... # 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-ai-edge › gallery
GitHub - google-ai-edge/gallery: A gallery that showcases on-device ML/GenAI use cases and allows people to try and use models locally. · GitHub
1 month ago - A gallery that showcases on-device ML/GenAI use cases and allows people to try and use models locally. - google-ai-edge/gallery
Starred by 24K users
Forked by 2.5K users
Languages Kotlin 92.0% | HTML 7.6%
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 › mohitejaikumar › generative-ai-js
GitHub - mohitejaikumar/generative-ai-js: The official Node.js / Typescript library for the Google Gemini API · GitHub
The official Node.js / Typescript library for the Google Gemini API - mohitejaikumar/generative-ai-js
Author mohitejaikumar
GitHub
github.com › googleapis › js-genai
GitHub - googleapis/js-genai: TypeScript/JavaScript SDK for Gemini and Vertex AI. · GitHub
April 25, 2026 - A list of accepted authentication options are listed in GoogleAuthOptions interface of google-auth-library-node.js GitHub repo. ... import {GoogleGenAI} from '@google/genai'; const GEMINI_API_KEY = process.env.GEMINI_API_KEY; const ai = new GoogleGenAI({apiKey: GEMINI_API_KEY}); async function main() { const response = await ai.models.generateContent({ model: 'gemini-2.5-flash', contents: 'Why is the sky blue?', }); console.log(response.text); } main();
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 › google-gemini › deprecated-generative-ai-js
GitHub - google-gemini/deprecated-generative-ai-js: 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. - google-gemini/deprecated-generative-ai-js
Starred by 1.2K users
Forked by 320 users
Languages TypeScript 98.0% | JavaScript 2.0%
npm
npmjs.com › package › @google › genai
google/genai
1 week ago - A list of accepted authentication options are listed in GoogleAuthOptions interface of google-auth-library-node.js GitHub repo. To install the SDK, run the following command: npm install @google/genai ·
» npm install @google/genai
Published Jun 24, 2026
Version 2.10.0
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
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 - Google Gen AI Go SDK provides an interface for developers to integrate Google's generative models into their Go applications. - googleapis/go-genai
Starred by 1.1K users
Forked by 152 users
Languages Go
Google
codelabs.developers.google.com › codelabs › deploy-from-github › gen-ai-nodejs
Automatically Deploy Generative AI Node.js Web Application from Version Control to Cloud Run | Google Codelabs
After logging in, you'll see a message on the Cloud Run page stating The GitHub App is not installed on any of your repositories. Click on the INSTALL GOOGLE CLOUD BUILD button. On the Installation Setup page, select Only select repositories and choose the codelab-genai repository which you created through CLI.
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 › googlesamples › mlkit › tree › master › android › genai
mlkit/android/genai at master · googlesamples/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS - googlesamples/mlkit
Author googlesamples
GitHub
googleapis.github.io › python-genai
Google Gen AI SDK documentation
from google import genai # Only run this block for Vertex AI API client = genai.Client( vertexai=True, project='your-project-id', location='us-central1' )
Google AI
ai.google.dev › gemini api › migrate to the google genai sdk
Migrate to the Google GenAI SDK | Gemini API | Google AI for Developers
April 28, 2026 - The genai.NewClient function created ... might have been accessed via distinct packages or patterns. import ( "github.com/google/generative-ai-go/genai" ......
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
4 days ago - Sample code and notebooks for Generative AI on Google Cloud, with Gemini Enterprise Agent Platform - GoogleCloudPlatform/generative-ai
Starred by 17.2K users
Forked by 4.3K users
Languages Jupyter Notebook 80.8% | Python 7.8% | TypeScript 2.6% | SCSS 2.3% | JavaScript 2.3% | HTML 2.1%
Google Codelabs
codelabs.developers.google.com › genai-for-dev-github-code-review
GitHub - Code Review Automation with GenAI | Google Codelabs
March 27, 2026 - In this lab, you will set up the GitHub actions workflow and integrate it with Gemini to automate code review steps. In this lab, you will learn how to do the following: How to add GenAI code review automation steps in GitHub