← AI PulseJul 31, 2026

Deep · news · Multi-source brief

Vercel AI SDK Updates Include Amazon Bedrock Video Input and MiniMax-M Model Support

Vercel AI SDK has released updates, including support for video inputs in Amazon Bedrock Converse messages and the addition of a MiniMax provider for the MiniMax-M model series.

By Illumora Editorial

Source · Jul 31, 2026, 1:39 AM · On Illumora · Jul 31, 2026, 1:48 AM

Media from the primary source — shown here so you can stay on Illumora.

Synthesized from multiple allowlisted primaries on the same event. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Vercel AI SDK Changelog — Release @ai-sdk/tui@1.0.45 · vercel/ai
Save

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.38 patch 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.0 package introduces a first-party Code Mode for orchestrating AI SDK tools from generated code.
  • An experimental_toolCaller routing feature has been added to generateText for Code Mode, as part of @ai-sdk/code-mode@1.0.0 patch 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.38 release notes for details on implementing video inputs.
  • Those interested in new language model providers can explore the @ai-sdk/minimax@3.0.0 package for MiniMax-M model integration.
  • Examine the @ai-sdk/code-mode@1.0.0 documentation to understand the new Code Mode and experimental_toolCaller routing for tool orchestration.
  • Note the ai@7.0.44 patch changes regarding telemetry attribution for language model calls.