← AI PulseJul 31, 2026

Policy · news · Multi-source brief

Vercel AI SDK Updates Telemetry and Bedrock Video Input

Vercel's AI SDK has released updates including a fix for telemetry attribution in language model calls and new support for 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/policy-opa@1.0.44 · vercel/ai
Save

Vercel's AI SDK has received several updates, as detailed in recent changelog entries. These updates include a fix for how telemetry is attributed for language model calls and new functionality for Amazon Bedrock. The changes were released across various packages within the SDK.

The updates were initiated by the Changesets release GitHub action, which automatically publishes packages to npm upon merging the associated pull request. This process allows for continuous integration of changes into the SDK's components.

Key Points

  • The @ai-sdk/amazon-bedrock@5.0.38 package now supports video inputs in Converse messages.
  • A telemetry attribution fix (commit 015acb4) addresses language model calls that resolve to a different response model.
  • The core ai@7.0.44 package received patch changes related to the telemetry fix.
  • Several harness packages, including @ai-sdk/harness-claude-code@1.0.51 and @ai-sdk/harness-codex@1.0.52, updated their dependencies on the core @ai-sdk/harness@1.0.50 package.
  • Packages such as @ai-sdk/angular@3.0.44, @ai-sdk/code-mode@1.0.1, and @ai-sdk/langchain@3.0.44 also updated their dependencies on the core ai@7.0.44 package.

Context

According to the Vercel AI SDK changelog, these updates are part of regular maintenance and feature additions to the SDK. The Changesets release GitHub action automates the publishing process, ensuring that new features and fixes are integrated efficiently into the npm registry. This approach allows developers to access the latest versions of the SDK's components as they become available.

Why It Matters

These updates provide developers using the Vercel AI SDK with enhanced capabilities and improved data accuracy. The addition of video input support for Amazon Bedrock expands the types of multimodal applications that can be built, while the telemetry fix ensures more precise tracking of language model interactions. This impacts builders by offering more robust tools for developing AI-powered applications.

What To Do

  • Review the @ai-sdk/amazon-bedrock package documentation for details on implementing video inputs in Converse messages.
  • Note the telemetry attribution fix in ai@7.0.44 if you rely on accurate call tracking for language models.
  • Check for updated dependencies across the various @ai-sdk packages if you are using specific harnesses or framework integrations.
  • Watch the Vercel AI SDK GitHub repository for further updates and changelog entries.