Skip to content
Dashboard

Amazon Bedrock Provider for the Vercel AI SDK now available

Software Engineer
pnpm install ai @ai-sdk/amazon-bedrock

import { bedrock } from '@ai-sdk/amazon-bedrock';
import { generateText } from 'ai';
const { text } = await generateText({
model: bedrock('meta.llama3-70b-instruct-v1:0'),
prompt: 'Write a vegetarian lasagna recipe for 4 people.',
});

Using the Amazon Bedrock provider with the Vercel AI SDK

Ready to deploy?