← AI PulseJul 31, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Telemetry and Bedrock Video Input

Vercel has released updates to its AI SDK, including a fix for telemetry attribution in language model calls and new video input support for 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/sandbox-just-bash@1.0.50 · vercel/ai
Save

Vercel has updated its AI SDK, addressing telemetry attribution for language model calls and introducing new capabilities for Amazon Bedrock. These changes are part of a series of patch releases across various SDK components, as detailed in the Vercel AI SDK Changelog.

Key Points

  • The AI SDK (ai@7.0.44) received a patch to fix telemetry attribution for language model calls that resolve to a different response model.
  • The Amazon Bedrock SDK (@ai-sdk/amazon-bedrock@5.0.38) now supports video inputs in Converse messages.
  • Several harness packages, including @ai-sdk/harness-claude-code@1.0.51 and @ai-sdk/harness-codex@1.0.52, were updated.
  • Other packages, such as @ai-sdk/angular@3.0.44, @ai-sdk/code-mode@1.0.1, and @ai-sdk/langchain@3.0.44, also received dependency updates.

Context

According to the Vercel AI SDK Changelog, these updates are part of routine releases managed by a GitHub action. The process involves merging a pull request to publish packages to npm automatically. The changelog indicates that if a release is not ready, the pull request will update whenever more changesets are added to the main branch.

Why It Matters

These updates enhance the Vercel AI SDK's functionality and reliability. The telemetry fix ensures more accurate data collection for model performance, while video input support for Amazon Bedrock expands the types of multimodal interactions developers can build.

What To Do

  • Developers using the Vercel AI SDK should update their ai package to version 7.0.44 to benefit from the telemetry fix.
  • Those integrating with Amazon Bedrock should update @ai-sdk/amazon-bedrock to version 5.0.38 to enable video input in Converse messages.
  • Review the specific changelog entries for any other @ai-sdk packages in use to understand dependency updates.
  • Watch the Vercel AI SDK GitHub repository for future updates and release announcements.