npm
npmjs.com › package › @google-ai › generativelanguage
google-ai/generativelanguage
January 29, 2026 - Generative Language API client for Node.js. Latest version: 3.7.1, last published: a month ago. Start using @google-ai/generativelanguage in your project by running `npm i @google-ai/generativelanguage`. There are 36 other projects in the npm registry using @google-ai/generativelanguage.
» npm install @google-ai/generativelanguage
Published May 01, 2026
Version 3.7.1
PyPI
pypi.org › project › google-ai-generativelanguage
google-ai-generativelanguage
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
Videos
15:18
How to Use Google Gemini Flash 2.0 with Just an API Key in Spring ...
13:02
Build an AI Web Application in Minutes with Google AI Studio | ...
Getting Started With Google Generative AI PaLM API In Python ...
01:21:52
Google Cloud Applied AI Summit - Generative AI: The next frontier ...
16:07
Introduction to Generative AI Studio - YouTube
Introduction to Generative AI
Google Cloud
cloud.google.com › client libraries › generative language api v1beta - package cloud.google.com/go/ai/generativelanguage/apiv1beta (v0.19.0)
Generative Language API v1beta - Package cloud.google.com/go/ai/generativelanguage/apiv1beta (v0.19.0) | Go client libraries | Google Cloud Documentation
Package generativelanguage is an auto-generated package for the Generative Language API. The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to ...
Google
docs.cloud.google.com › client libraries › generative language api v1beta2 - package cloud.google.com/go/ai/generativelanguage/apiv1beta2 (v0.19.0)
Generative Language API v1beta2 - Package cloud.google.com/go/ai/generativelanguage/apiv1beta2 (v0.19.0) | Go client libraries | Google Cloud Documentation
May 8, 2026 - Package generativelanguage is an auto-generated package for the Generative Language API. The PaLM API allows developers to build generative AI applications using the PaLM model. Large Language Models (LLMs) are a powerful, versatile type of ...
Google
docs.cloud.google.com › client libraries › generative language api v1 - package cloud.google.com/go/ai/generativelanguage/apiv1 (v0.19.0)
Generative Language API v1 - Package cloud.google.com/go/ai/generativelanguage/apiv1 (v0.19.0) | Go client libraries | Google Cloud Documentation
Package generativelanguage is an auto-generated package for the Generative Language API. The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to ...
Google
googleapis.dev › python › generativelanguage › latest
Python Client for Generative Language — google-ai-generativelanguage documentation
This package includes clients for multiple versions of Generative Language. By default, you will get version generativelanguage_v1beta. Services for Google Ai Generativelanguage v1beta API
GitHub
github.com › googleapis › googleapis › blob › master › google › ai › generativelanguage › v1beta › generative_service.proto
googleapis/google/ai/generativelanguage/v1beta/generative_service.proto at master · googleapis/googleapis
option go_package = "cloud.google.com/go/ai/generativelanguage/apiv1beta/generativelanguagepb;generativelanguagepb";
Author googleapis
Google
googleapis.dev › python › generativelanguage › latest › _modules › google › ai › generativelanguage_v1 › types › model.html
google.ai.generativelanguage_v1.types.model — google-ai-generativelanguage documentation
# See the License for the specific language governing permissions and # limitations under the License. # from __future__ import annotations from typing import MutableMapping, MutableSequence import proto # type: ignore __protobuf__ = proto.module( package="google.ai.generativelanguage.v1", manifest={ "Model", }, )
Go Packages
pkg.go.dev › cloud.google.com › go › ai › generativelanguage › apiv1
generativelanguage package - cloud.google.com/go/ai/generativelanguage/apiv1 - Go Packages
Package generativelanguage is an auto-generated package for the Generative Language API. The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly ...
Google Cloud
cloud.google.com › node.js › documentation › reference › class protos.google.ai.generativelanguage.v1beta.generativeservice (2.9.0)
Class protos.google.ai.generativelanguage.v1beta.GenerativeService (2.9.0) | Node.js client library | Google Cloud
$protobuf.rpc.Service > protos.google.ai.generativelanguage.v1beta.GenerativeService · @google-ai/generativelanguage · constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); Constructs a new GenerativeService service.
Google AI
ai.google.dev › gemini-api › docs
Gemini API | Google AI for Developers
1 week ago - import { GoogleGenAI } from "@google/genai"; const ai = new GoogleGenAI({}); const interaction = await ai.interactions.create({ model: "gemini-3.5-flash", input: "Explain how AI works in a few words", }); console.log(interaction.output_text); curl -X POST "https://generativelanguage.googleapis.com/v1beta/interactions" \ -H "x-goog-api-key: $GEMINI_API_KEY" \ -H 'Content-Type: application/json' \ -d '{ "model": "gemini-3.5-flash", "input": "Explain how AI works in a few words" }'
Anaconda.org
anaconda.org › conda-forge › google-ai-generativelanguage
google-ai-generativelanguage - conda-forge | Anaconda.org
Install google-ai-generativelanguage with Anaconda.org. Google Ai Generativelanguage API client library
Google
docs.cloud.google.com › node.js › client libraries › class protos.google.ai.generativelanguage.v1beta.generativeservice (3.7.0)
Class protos.google.ai.generativelanguage.v1beta.GenerativeService (3.7.0) | Node.js client libraries | Google Cloud Documentation
$protobuf.rpc.Service > protos.google.ai.generativelanguage.v1beta.GenerativeService · @google-ai/generativelanguage · constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean); Constructs a new GenerativeService service.
Google
googleapis.dev › python › generativelanguage › latest › generativelanguage_v1alpha › types_.html
Types for Google Ai Generativelanguage v1alpha API — google-ai-generativelanguage documentation
class google.ai.generativelanguage_v1alpha.types.ChunkData(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶ ... Extracted data that represents the Chunk content. ... The Chunk content as a string. The maximum number of tokens per chunk is 2043. This field is a member of oneof data. ... class google.ai.generativelanguage_v1alpha.types.CitationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]¶
Google Cloud
cloud.google.com › ai › generative-ai
Generative AI | Google Cloud
1 week ago - Create, discover, summarize and automate with Google Cloud's generative AI products and services.
piwheels
piwheels.org › project › google-ai-generativelanguage
piwheels - google-ai-generativelanguage
The piwheels project page for google-ai-generativelanguage: Google Ai Generativelanguage API client library
Google Cloud
cloud.google.com › node.js › documentation › reference › class protos.google.ai.generativelanguage.v1beta3.embedding (2.9.0)
Class protos.google.ai.generativelanguage.v1beta3.Embedding (2.9.0) | Node.js client library | Google Cloud
@google-ai/generativelanguage · constructor(properties?: google.ai.generativelanguage.v1beta3.IEmbedding); Constructs a new Embedding. public value: number[]; Embedding value. public static create(properties?: google.ai.generativelanguage.v1beta3.IEmbedding): google.ai.generativelanguage.v1beta3.Embedding; Creates a new Embedding instance using the specified properties.
GitHub
github.com › googleapis › googleapis › tree › master › google › ai › generativelanguage
googleapis/google/ai/generativelanguage at master · googleapis/googleapis
Public interface definitions of Google APIs. Contribute to googleapis/googleapis development by creating an account on GitHub.
Author googleapis