GitHub
github.com › googleapis › js-genai
GitHub - googleapis/js-genai: TypeScript/JavaScript SDK for Gemini and Vertex AI. · GitHub
April 25, 2026 - The Google Gen AI JavaScript SDK is designed for TypeScript and JavaScript developers to build applications powered by Gemini.
Starred by 1.6K users
Forked by 252 users
Languages TypeScript 94.3% | JavaScript 5.1% | HTML 0.3% | Shell 0.2% | Starlark 0.1% | CSS 0.0%
GitHub
github.com › mohitejaikumar › generative-ai-js
GitHub - mohitejaikumar/generative-ai-js: The official Node.js / Typescript library for the Google Gemini API · GitHub
[!NOTE] A new Javascript/Typescript SDK, @google/genai (github), is currently available in a preview launch - designed to work with Gemini 2.0 features and support both the Gemini API and the Vertex API.
Author mohitejaikumar
Videos
05:32
Google Just Released the ULTIMATE AI SDK (And It's Good) - YouTube
05:41
How to use Gemini Gen AI SDK using Typescript - YouTube
44:05
Gemini function calling using Google AI SDK in Typescript - YouTube
04:52
Getting started with the Google Gemini API in TypeScript - YouTube
GitHub
github.com › smartground › google-genai-sdk-js
GitHub - smartground/google-genai-sdk-js: TypeScript/JavaScript SDK for Gemini and Vertex. [EXPERIMENTAL]
The Google Gen AI JavaScript SDK is an experimental SDK designed for TypeScript and JavaScript developers to build applications powered by Gemini.
Author smartground
GitHub
github.com › XInTheDark › gemini-ai-sdk
GitHub - XInTheDark/gemini-ai-sdk: The better Google Gemini SDK (TypeScript) · GitHub
This package provides a TypeScript wrapper around the official @google/generative-ai package, offering a similar structure and feature set to the gemini-ai package, but with improved functionality and maintainability.
Author XInTheDark
GitHub
github.com › googleapis › js-genai › blob › main › codegen_instructions.md
js-genai/codegen_instructions.md at main · googleapis/js-genai
TypeScript/JavaScript SDK for Gemini and Vertex AI. - js-genai/codegen_instructions.md at main · googleapis/js-genai
Author googleapis
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 TypeScript and JavaScript is available on npm and GitHub:
GitHub
github.com › braincompany › generative-ai-js
GitHub - braincompany/generative-ai-js: The official Node.js / Typescript library for the Google Gemini API · GitHub
[!NOTE] A new Javascript/Typescript SDK, @google/genai (github), is currently available in a preview launch - designed to work with Gemini 2.0 features and support both the Gemini API and the Vertex API.
Author braincompany
GitHub
github.com › google-gemini › generative-ai-js › issues › 436
Mention new `js-genai` Google Gen AI Typescript/Javascript SDK (currently in Preview Launch) in this repo's README · Issue #436 · google-gemini/deprecated-generative-ai-js
March 20, 2025 - Mention new js-genai Google Gen AI Typescript/Javascript SDK (currently in Preview Launch) in this repo's README#436
Author google-gemini
npm
npmjs.com › package › @google › genai
google/genai
1 week ago - The Google Gen AI JavaScript SDK is designed for TypeScript and JavaScript developers to build applications powered by Gemini.
» npm install @google/genai
Published Jun 24, 2026
Version 2.10.0
Google
developers.google.com › solutions › getting started with the gemini api and web apps
Getting started with the Gemini API and Web apps | Solutions for Developers | Google for Developers
Explore more advanced use cases for the Google Gen AI SDK for JavaScript and TypeScript with the sample app on GitHub.
npm
npmjs.com › package › @google › genai › v › 0.3.1
Google Gen AI SDK for TypeScript and JavaScript
March 11, 2025 - More samples can be found in the github samples directory. For quicker, more responsive API interactions use the generateContentStream method which yields chunks as they're generated: 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.generateContentStream({ model: 'gemini-2.0-flash-001', contents: 'Write a 100-word poem.', }); for await (const chunk of response) { console.log(chunk.text); } } main();
» npm install @google/genai
Published Jun 03, 2026
Version 0.3.1
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
The full migration guide from the old SDK to new SDK is available in the Gemini API docs. The Gemini API docs are fully updated to show examples of the new Google Gen AI SDK.
Starred by 1.2K users
Forked by 320 users
Languages TypeScript 98.0% | JavaScript 2.0%