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

1.2.18 • 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.

/@ai-sdk/google/

    Package Sidebar

    Install

    npm i @ai-sdk/google

    Weekly Downloads

    343,614

    Version

    1.2.18

    License

    Apache-2.0

    Unpacked Size

    431 kB

    Total Files

    16

    Last publish

    Collaborators

    • jaredpalmer
    • vercel-release-bot