0.0.3-4.4 • Published 10 months ago

explorator-ai-sdk-google-vertex v0.0.3-4.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Vercel AI SDK - Google Vertex AI Provider

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

Setup

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

npm i @ai-sdk/google-vertex

Provider Instance

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

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

Example

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

const { text } = await generateText({
  model: vertex('gemini-1.5-flash')
  prompt: 'Write a vegetarian lasagna recipe for 4 people.'
})

Documentation

Please check out the Google Vertex provider for more information.

0.0.3-4.4

10 months ago

0.0.3-4.3

10 months ago

0.0.3-4.2

10 months ago

0.0.34

10 months ago

0.0.3-4.1

10 months ago

0.0.29

10 months ago

0.0.28

10 months ago