0.0.43 • Published 9 months ago

@vishalai/google-vertex v0.0.43

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

AI SDK - Google Vertex AI Provider

The Google Vertex provider for the 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.42

9 months ago

0.0.43

9 months ago

0.0.40

9 months ago

0.0.39

10 months ago