Vercel has released updates to its AI SDK, including version @ai-sdk/vue@4.0.44. This release incorporates new features such as support for video inputs within Amazon Bedrock Converse messages. Additionally, the @ai-sdk/minimax@3.0.0 package has been introduced, providing language model support for the MiniMax-M model series.
The updates also address telemetry attribution for language model calls that resolve to a different response model, as noted in the @ai-sdk/vue@4.0.44 release. The @ai-sdk/code-mode@1.0.0 package, a first-party Code Mode package, was added for orchestrating AI SDK tools from generated code, and it includes experimental toolCaller routing to generateText for code mode.
Key Points
- The @ai-sdk/amazon-bedrock@5.0.38 package now supports video inputs in Converse messages.
- Telemetry attribution for language model calls that resolve to a different response model has been fixed in ai@7.0.44.
- The @ai-sdk/minimax@3.0.0 package adds support for the MiniMax-M model series.
- A first-party @ai-sdk/code-mode@1.0.0 package has been introduced for orchestrating AI SDK tools.
- The @ai-sdk/code-mode package includes experimental
toolCallerrouting togenerateTextfor code mode.
Context
According to the Vercel AI SDK changelog, these updates are part of ongoing development, with releases managed through a Changesets release GitHub action. This process automatically publishes packages to npm upon merging a pull request. The @ai-sdk/code-mode package, for instance, represents a major change, indicating a new first-party offering within the SDK for tool orchestration.
Why It Matters
These updates expand the capabilities of the Vercel AI SDK for developers, offering new multimodal input options with Amazon Bedrock and integrating additional language models from MiniMax. The introduction of a dedicated Code Mode package also provides a structured approach for orchestrating AI SDK tools, potentially streamlining development workflows for generated code.
What To Do
- Review the @ai-sdk/amazon-bedrock documentation for details on implementing video inputs in Converse messages.
- Explore the @ai-sdk/minimax package to integrate MiniMax-M model series into applications.
- Investigate the @ai-sdk/code-mode package for orchestrating AI SDK tools from generated code.
- Note the
experimental_toolCallerrouting ingenerateTextfor potential use in code mode applications.
