Vercel has released updates to its AI SDK, including version @ai-sdk/workflow@1.0.44 and @ai-sdk/workflow-harness@1.0.50. These releases address telemetry attribution for language model calls and introduce new capabilities for Amazon Bedrock.
Key Points
- The @ai-sdk/workflow@1.0.44 release includes a fix for telemetry attribution in language model calls that resolve to a different response model.
- @ai-sdk/amazon-bedrock@5.0.38 now supports video inputs within Converse messages.
- The @ai-sdk/code-mode@1.0.0 package, introduced in a prior release, enables orchestrating AI SDK tools from generated code.
- @ai-sdk/minimax@3.0.0 added support for the MiniMax-M model series.
- An
experimental_toolCallerrouting feature was added togenerateTextfor code mode.
Context
According to Vercel, these updates are part of ongoing development for the AI SDK. The telemetry fix ensures accurate reporting when a language model call's initial resolution differs from its final response model. The addition of video input support for Amazon Bedrock's Converse messages expands the multimodal capabilities of the SDK.
Why It Matters
These updates enhance the Vercel AI SDK's functionality and reliability for developers. Improved telemetry attribution can provide more accurate insights into model usage, while video input support for Amazon Bedrock expands the types of applications that can be built using the SDK.
What To Do
- Review the @ai-sdk/workflow@1.0.44 and @ai-sdk/workflow-harness@1.0.50 release notes for detailed changes.
- Developers using Amazon Bedrock should test the new video input capabilities in Converse messages.
- Note the
experimental_toolCallerrouting ingenerateTextfor potential use in code mode applications. - Explore the @ai-sdk/code-mode@1.0.0 package for orchestrating AI SDK tools.
