Vercel has released updates to its AI SDK, with the core ai package reaching version 7.0.44. This release includes a fix for how telemetry is attributed when language model calls resolve to a different response model. Additionally, the Amazon Bedrock integration, @ai-sdk/amazon-bedrock, now supports video inputs within Converse messages, according to the Vercel AI SDK Changelog.
Key Points
- The core
aipackage is updated to version 7.0.44. - Telemetry attribution for language model calls that resolve to a different response model has been fixed.
- The
@ai-sdk/amazon-bedrockpackage, now at version 5.0.38, supports video inputs. - Video input support is specifically for Amazon Bedrock Converse messages.
- Several other packages, including
@ai-sdk/angularand@ai-sdk/vue, have updated dependencies toai@7.0.44.
Context
According to the Vercel AI SDK Changelog, these updates were processed via the Changesets release GitHub action. This mechanism automates the publication of packages to npm upon merging the relevant pull request. The updates span multiple components of the AI SDK, indicating ongoing development across its various integrations and functionalities.
Why It Matters
The telemetry fix can improve the accuracy of usage data for developers, which is crucial for understanding model performance and cost. The addition of video input support for Amazon Bedrock Converse messages expands the multimodal capabilities available to developers using the Vercel AI SDK, enabling more complex and interactive applications.
What To Do
- Developers should update their
aipackage to version 7.0.44 to benefit from the telemetry fix. - Users of
@ai-sdk/amazon-bedrockshould update to version 5.0.38 to utilize video input capabilities in Converse messages. - Review the updated dependencies for other packages like
@ai-sdk/angularand@ai-sdk/vueto ensure compatibility. - Test existing applications with the updated SDK versions to confirm expected behavior and explore new multimodal features.
