The Vercel AI SDK has received updates across several packages, as detailed in recent changelog entries. These updates introduce new capabilities for integrating various AI models and services within applications.
Key Points
- Amazon Bedrock now supports video inputs within Converse messages, as noted in the
@ai-sdk/amazon-bedrock@5.0.38patch changes. - A MiniMax provider has been added, offering language model support for the MiniMax-M model series, introduced in
@ai-sdk/minimax@3.0.0. - The
@ai-sdk/code-mode@1.0.0package introduces a first-party Code Mode for orchestrating AI SDK tools from generated code. - An
experimental_toolCallerrouting feature has been added togenerateTextfor Code Mode, as part of@ai-sdk/code-mode@1.0.0patch changes. - Telemetry attribution for language model calls that resolve to a different response model has been fixed in
ai@7.0.44.
Context
According to the Vercel AI SDK changelog, the @ai-sdk/amazon-bedrock package update specifically enables the use of video inputs in Converse messages. The @ai-sdk/minimax package introduces a new provider, expanding the range of supported language models to include the MiniMax-M series. The @ai-sdk/code-mode package, a new first-party offering, is designed to facilitate the orchestration of AI SDK tools using generated code, with an accompanying experimental_toolCaller routing for generateText.
Why It Matters
These updates expand the functional scope of the Vercel AI SDK, offering developers more options for integrating multimodal capabilities and diverse language models into their applications. The introduction of a dedicated Code Mode and tool-calling features can streamline the development of AI-driven workflows.
What To Do
- Developers using Amazon Bedrock should review the
@ai-sdk/amazon-bedrock@5.0.38release notes for details on implementing video inputs. - Those interested in new language model providers can explore the
@ai-sdk/minimax@3.0.0package for MiniMax-M model integration. - Examine the
@ai-sdk/code-mode@1.0.0documentation to understand the new Code Mode andexperimental_toolCallerrouting for tool orchestration. - Note the
ai@7.0.44patch changes regarding telemetry attribution for language model calls.
