← AI PulseJul 31, 2026

Deep · news · Multi-source brief

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

Recent updates to the Vercel AI SDK introduce support for video inputs in Amazon Bedrock Converse messages and integrate the MiniMax provider with language model support for the MiniMax-M model series.

By Illumora Editorial

Source · Jul 31, 2026, 1:39 AM · On Illumora · Jul 31, 2026, 1:47 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/vue@4.0.44 · vercel/ai
Save

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 toolCaller routing to generateText for 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_toolCaller routing in generateText for potential use in code mode applications.