← AI PulseSep 1, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Include Tool Calling Support and Response Validation

Vercel has released updates to its AI SDK, including new tool calling support for batch operations and a fix to prevent generateText from accepting responses that violate required tool choices.

By Illumora Editorial

Source · Sep 1, 2026, 4:53 PM · On Illumora · Sep 1, 2026, 5:04 PM

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/rsc@3.0.88 · vercel/ai
Save

Vercel has updated its AI SDK, with releases for several packages including @ai-sdk/rsc@3.0.88, @ai-sdk/amazon-bedrock@5.0.70, @ai-sdk/openai@4.0.54, @ai-sdk/angular@3.0.88, @ai-sdk/azure@4.0.57, @ai-sdk/code-mode@1.0.45, @ai-sdk/google@4.0.60, @ai-sdk/google-vertex@5.0.72, @ai-sdk/harness@1.0.97, @ai-sdk/sandbox-vercel@1.0.97, @ai-sdk/svelte@5.0.88, and @ai-sdk/tui@1.0.89. These updates introduce new features and address existing issues within the SDK's components.

Key Points

  • The @ai-sdk/google@4.0.60 package now includes tool calling support for batch operations.
  • The @ai-sdk/google-vertex@5.0.72 package has updated dependencies to incorporate tool calling support.
  • A fix prevents the generateText function in the ai@7.0.88 package from accepting responses that violate required tool choices.
  • @ai-sdk/amazon-bedrock@5.0.70 and @ai-sdk/azure@4.0.57 have updated dependencies related to tool calling support and the generateText fix.
  • @ai-sdk/angular@3.0.88, @ai-sdk/code-mode@1.0.45, @ai-sdk/rsc@3.0.88, @ai-sdk/svelte@5.0.88, and @ai-sdk/tui@1.0.89 also reflect updated dependencies.

Context

According to Vercel, these releases were managed by the Changesets release GitHub action, which automates the publishing of packages to npm. The updates consolidate changes across various components of the AI SDK, ensuring consistent functionality and dependency management.

Why It Matters

The introduction of tool calling support for batch operations and enhanced response validation can improve the reliability and functionality of applications built with the Vercel AI SDK. Developers can expect more robust interactions with AI models, particularly when integrating complex tool-use scenarios.

What To Do

  • Review the changelog for ai@7.0.88 to understand the generateText fix.
  • Examine the @ai-sdk/google@4.0.60 package for details on batch tool calling support.
  • Update relevant @ai-sdk packages to their latest versions to incorporate these changes.
  • Test applications that use generateText with required tool choices to confirm expected behavior.