← AI PulseJul 31, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Telemetry and Bedrock Video Input

Vercel's AI SDK has been updated to fix telemetry attribution for language model calls and to support video inputs in Amazon Bedrock Converse messages.

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/workflow@1.0.44 · vercel/ai
Save

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_toolCaller routing feature was added to generateText for 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_toolCaller routing in generateText for potential use in code mode applications.
  • Explore the @ai-sdk/code-mode@1.0.0 package for orchestrating AI SDK tools.