🌐
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
🌐
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
🌐
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
🌐
Medium
medium.com › @pierre-schwartz › google-gen-ai-and-typescript-8047d23158ff
Google Gemini and TypeScript. Explore the Gen AI tools in a typical… | by Pierre Schwartz | Medium
October 18, 2025 - The Google Gen AI SDK for TypeScript has just been released in April 2025. Let’s use it ! The official doc will be your friend : https://googleapis.github.io/js-genai/main/index.html
Find elsewhere
🌐
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 AI
ai.google.dev › gemini api › gemini api libraries
Gemini API libraries | Google AI for Developers
April 28, 2026 - The Google GenAI SDK is available for the Python, JavaScript/TypeScript, Go and Java languages. You can install each language's library using package managers, or visit their 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 › googleapis › js-genai › releases
Releases · googleapis/js-genai
TypeScript/JavaScript SDK for Gemini and Vertex AI. - Releases · googleapis/js-genai
Author   googleapis
🌐
Google Developers
developers.googleblog.com › google for developers blog › introducing agent development kit for typescript: build ai agents with the power of a code-first approach
Introducing Agent Development Kit for TypeScript: Build AI Agents with the Power of a Code-First Approach - Google Developers Blog
December 17, 2025 - We believe in providing developers with powerful, flexible tools to build the next generation of AI applications. We can't wait to see what you build with Agent Development Kit for TypeScript. Explore the GitHub Repository: https://github.com/google/adk-js
🌐
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%
🌐
GitHub
github.com › topics › google-generative-ai
google-generative-ai · GitHub Topics · GitHub
An implementation of the Gemini Clone using Google Generative AI, built with LangChain and Next js. nextjs prisma tailwind supabase langchain langchain-typescript google-generative-ai
🌐
LangChain Forum
forum.langchain.com › oss product help
Upgrade Google Generative AI SDK integration from @google/generative-ai to @google/genai - LangChain - LangChain Forum
November 5, 2025 - According to Google’s documentation: ... library for JavaScript/TypeScript is @google/genai, provided at https://github.com/googleapis/js-genai. (GitHub) Google Cloud’s deprecation guide states that the “Generative AI module in the Vertex ...