@ai-sdk/google
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-canary.2 • Public • Published

AI SDK - Google Generative AI Provider

The Google Generative AI provider for the AI SDK contains language model support for the Google Generative AI APIs.

Setup

The Google Generative AI provider is available in the @ai-sdk/google module. You can install it with

npm i @ai-sdk/google

Provider Instance

You can import the default provider instance google from @ai-sdk/google:

import { google } from '@ai-sdk/google';

Example

import { google } from '@ai-sdk/google';
import { generateText } from 'ai';

const { text } = await generateText({
  model: google('gemini-1.5-pro-latest'),
  prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

Documentation

Please check out the Google Generative AI provider documentation for more information.

Readme

Keywords

Package Sidebar

Install

npm i @ai-sdk/google@1.0.0-canary.2

Version

1.0.0-canary.2

License

Apache-2.0

Unpacked Size

198 kB

Total Files

11

Last publish

Collaborators

  • jaredpalmer
  • vercel-release-bot