← AI PulseSep 1, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Include Tool Calling Support and Fixes

Vercel has released updates across its AI SDK packages, 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/vue@4.0.88 · vercel/ai
Save

Vercel has issued updates for its AI SDK, with releases for packages such as @ai-sdk/vue@4.0.88, @ai-sdk/workflow@2.0.18, and @ai-sdk/workflow-harness@1.0.97. These updates introduce new features and address existing issues within the SDK's functionality.

Key Points

  • The @ai-sdk/google@4.0.60 package now includes tool calling support for batch operations.
  • 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 packages have updated dependencies.
  • @ai-sdk/openai@4.0.54 is an updated dependency for several packages.
  • @ai-sdk/angular@3.0.88 and @ai-sdk/code-mode@1.0.45 also received dependency updates.

Context

According to Vercel, these releases are managed through a Changesets release GitHub action. This process automatically publishes packages to npm upon merging the relevant pull request. The system is designed to update the pull request with new changesets as they are added to the main branch.

Why It Matters

These updates enhance the Vercel AI SDK's capabilities by integrating tool calling into batch operations, which can streamline complex AI workflows. The fix for generateText also improves the reliability of tool choice enforcement, which is critical for developers building applications that rely on structured outputs from AI models.

What To Do

  • Review the updated dependencies for @ai-sdk/amazon-bedrock@5.0.70 and @ai-sdk/azure@4.0.57 if using these packages.
  • Note the new tool calling support in @ai-sdk/google@4.0.60 for batch operations.
  • Verify that the generateText function in ai@7.0.88 now correctly enforces required tool choices.
  • Check the @ai-sdk/openai@4.0.54 package for its updated status as a dependency.