🌐
npm
npmjs.com › package › @google › generative-ai
@google/generative-ai - npm
April 29, 2025 - npm i @google/generative-ai · github.com/google/generative-ai-js · github.com/google/generative-ai-js#readme · 3,309,901 · 0.24.1 · Apache-2.0 · a year ago · google-wombot · ofrobots · mrdoob · Analyze security with SocketCheck bundle ...
      » npm install @google/generative-ai
    
Published   Apr 29, 2025
Version   0.24.1
🌐
GitHub
github.com › mohitejaikumar › generative-ai-js
GitHub - mohitejaikumar/generative-ai-js: The official Node.js / Typescript library for the Google Gemini API · GitHub
Check out this repository. git clone https://github.com/google/generative-ai-js · Obtain an API key to use with the Google AI SDKs. cd into the samples folder and run npm install.
Author   mohitejaikumar
🌐
npm
npmjs.com › package › @google › genai
@google/genai - npm
1 week ago - Other SDKs may be offering additional AI frameworks on top of this SDK, or may be targeting specific project environments (like Firebase). The @google/generative_language and @google-cloud/vertexai SDKs are previous iterations of this SDK and are no longer receiving new Gemini 2.0+ features. none · npm i @google/genai · github.com/googleapis/js-genai ·
      » npm install @google/genai
    
Published   Jun 24, 2026
Version   2.10.0
🌐
GitHub
github.com › braincompany › generative-ai-js
GitHub - braincompany/generative-ai-js: The official Node.js / Typescript library for the Google Gemini API · GitHub
Check out this repository. git clone https://github.com/google/generative-ai-js · Obtain an API key to use with the Google AI SDKs. cd into the samples folder and run npm install.
Author   braincompany
🌐
npm
npmjs.com › package › @genkit-ai › google-genai
@genkit-ai/google-genai - npm
3 weeks ago - generative-ai · npm i @genkit-ai/google-genai · github.com/genkit-ai/genkit · github.com/genkit-ai/genkit#readme · 139,309 · 1.39.0 · Apache-2.0 · 3 days ago · pavelgj · i2amsam · apascal07 · google-wombot · Analyze security with ...
      » npm install @genkit-ai/google-genai
    
Published   Jun 26, 2026
Version   1.39.0
🌐
npm
npmjs.com › package › @ai-sdk › google
@ai-sdk/google - npm
May 27, 2026 - import { google } from '@ai-sdk/google'; import { generateText } from 'ai'; const { text } = await generateText({ model: google('gemini-2.5-pro'), prompt: 'Write a vegetarian lasagna recipe for 4 people.', }); Please check out the Google provider documentation for more information. ai · Share feedback · npm i @ai-sdk/google · github.com/vercel/ai ·
      » npm install @ai-sdk/google
    
Published   Jun 25, 2026
Version   4.0.0
🌐
Google
docs.cloud.google.com › gemini enterprise agent platform › google gen ai sdk
Google Gen AI SDK | Gemini Enterprise Agent Platform | Google Cloud Documentation
import ( "context" "fmt" "io" "google.golang.org/genai" ) // generateWithText shows how to generate text using a text prompt. func generateWithText(w io.Writer) error { ctx := context.Background() client, err := genai.NewClient(ctx, &genai.ClientConfig{ HTTPOptions: genai.HTTPOptions{APIVersion: "v1"}, }) if err != nil { return fmt.Errorf("failed to create genai client: %w", err) } resp, err := client.Models.GenerateContent(ctx, "gemini-2.5-flash", genai.Text("How does AI work?"), nil, ) if err != nil { return fmt.Errorf("failed to generate content: %w", err) } respText := resp.Text() fmt.Fprintln(w, respText) // Example response: // That's a great question! Understanding how AI works can feel like ... // ... // **1. The Foundation: Data and Algorithms** // ... return nil } The Google Gen AI SDK for TypeScript and JavaScript is available on npm and GitHub: @google/genai on npm ·
🌐
npm
npmjs.com › package › @zdooon › google-genai
@zdooon/google-genai - npm
November 27, 2025 - Other SDKs may be offering additional AI frameworks on top of this SDK, or may be targeting specific project environments (like Firebase). The @google/generative_language and @google-cloud/vertexai SDKs are previous iterations of this SDK and are no longer receiving new Gemini 2.0+ features. none · npm i @zdooon/google-genai · github.com/googleapis/js-genai ·
      » npm install @zdooon/google-genai
    
Published   Nov 27, 2025
Version   1.30.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 › generative-ai
generative-ai - npm
Check out this repository. git clone https://github.com/google/generative-ai-js · Obtain an API key to use with the Google AI SDKs. cd into the samples/node folder and run npm install.
      » npm install generative-ai
    
Published   Dec 20, 2023
Version   0.1.4
Find elsewhere
🌐
npm
npmjs.com › package › @fuyun › generative-ai
@fuyun/generative-ai - npm
Check out this repository. git clone https://github.com/google/generative-ai-js
      » npm install @fuyun/generative-ai
    
Published   Mar 13, 2025
Version   0.24.0
🌐
Rishav's Blog
rishavd3v.hashnode.dev › google-gemini-with-nodejs
Google Gemini Generative AI Integration in Node JS
August 31, 2025 - Official documentation - https://ai.google.dev/gemini-api/docs/ In this article we covered the basic text generation from a prompt using Google Gemini. We'll cover things like Safety Settings, Conversation History, Image Processing in future articles. Here's the GitHub link for the project: https://github.com/rishavd3v/gemini-text
🌐
GitHub
github.com › topics › google-generative-ai
google-generative-ai · GitHub Topics · GitHub
It allows you to interact with Gemini through both text and voice, supporting conversational AI responses. python realtime live gemini video-analysis gemini-api realtime-video-processor live-video-processing google-generative-ai gemini-ai python-generative-ai gemini-flash gemini-2-0-flash google-genai gemini-2-0-flash-live
🌐
GitHub
github.com › google › generative-ai-docs › blob › main › site › en › palm_docs › chat_node_quickstart.ipynb
generative-ai-docs/site/en/palm_docs/chat_node_quickstart.ipynb at main · google/generative-ai-docs
"+ @google-ai/generativelanguage@1.0.1\n", "updated 1 package and audited 74 packages in 2.274s\n", "\n", "3 packages are looking for funding\n", " run `npm fund` for details\n", "\n", "found 0 vulnerabilities\n", "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "npm WARN content@1.0.0 No description\n", "npm WARN content@1.0.0 No repository field.\n", "\n" ] } ], "source":
Author   google
🌐
Google AI
ai.google.dev › gemini api › gemini api libraries
Gemini API libraries | Google AI for Developers
April 28, 2026 - If you're using an AI coding assistant, install the Gemini API development skill to give your agent access to the latest documentation and best practices. If you're new to the Gemini API, follow our Get started guide to get started. 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 repos for further engagement:
🌐
GitHub
github.com › googleapis › js-genai
GitHub - googleapis/js-genai: TypeScript/JavaScript SDK for Gemini and Vertex AI. · GitHub
April 25, 2026 - Other SDKs may be offering additional AI frameworks on top of this SDK, or may be targeting specific project environments (like Firebase). The @google/generative_language and @google-cloud/vertexai SDKs are previous iterations of this SDK and are no longer receiving new Gemini 2.0+ features.
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%
🌐
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 - npm install @google/generative-ai · go get github.com/google/generative-ai-go · After · pip install -U -q "google-genai" npm install @google/genai · go get google.golang.org/genai · The old SDK implicitly handled the API client behind the ...
🌐
npm
npmjs.com › package › @genkit-ai › googleai
@genkit-ai/googleai - npm
generative-ai · npm i @genkit-ai/googleai · github.com/firebase/genkit · github.com/firebase/genkit#readme · 88,909 · 1.28.0 · Apache-2.0 · 4 months ago · apascal07 · google-wombot · i2amsam · pavelgj · Analyze security with SocketCheck ...
      » npm install @genkit-ai/googleai
    
Published   Jan 22, 2026
Version   1.28.0
🌐
npm
npmjs.com › package › @langchain › google-genai
@langchain/google-genai - npm
2 weeks ago - Latest version: 2.2.0, last published: 10 days ago. Start using @langchain/google-genai in your project by running `npm i @langchain/google-genai`. There are 341 other projects in the npm registry using @langchain/google-genai.
      » npm install @langchain/google-genai
    
Published   Jun 17, 2026
Version   2.2.0