Amazon Bedrock Provider for the Vercel AI SDK now available

1 min read

The Vercel AI SDK now supports Bedrock through a new official provider. To use the provider, install the relevant package:

You can then use the provider with all AI SDK Core methods. For example, here's how you can use it with generateText:

Using the Amazon Bedrock provider with the Vercel AI SDK

For more information, please see the documentation.

Thanks Jon Spaeth for contributing this feature!