← AI PulseSep 1, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Include Tool Calling Support for Batch Operations and generateText Fixes

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

By Illumora Editorial

Source · Sep 1, 2026, 4:53 PM · On Illumora · Sep 1, 2026, 5:03 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/svelte@5.0.88 · vercel/ai
Save

Vercel has rolled out updates to its AI SDK, affecting multiple packages such as @ai-sdk/svelte@5.0.88, @ai-sdk/vue@4.0.88, @ai-sdk/tui@1.0.89, and @ai-sdk/workflow@2.0.18. These releases introduce new features and address existing issues within the SDK.

The updates include enhanced tool calling capabilities and a specific fix related to text generation. These changes are part of a broader set of patch releases across various components of the Vercel AI SDK.

Key Points

  • The ai@7.0.88 package now prevents generateText from accepting responses that violate required tool choices.
  • Tool calling support has been added to batch operations across several SDK components.
  • @ai-sdk/google@4.0.60 and @ai-sdk/google-vertex@5.0.72 received updates to include tool calling support for batch.
  • @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, and @ai-sdk/code-mode@1.0.45 also received dependency updates related to these changes.

Context

According to Vercel, these updates were initiated by the Changesets release GitHub action. The process allows for merging a pull request to automatically publish packages to npm. The system is designed to update the pull request if more changesets are added to the main branch before a release.

Why It Matters

These updates enhance the reliability and functionality of the Vercel AI SDK, particularly for developers utilizing tool calling and batch processing. The fix for generateText ensures stricter adherence to defined tool choices, which can improve the robustness of AI-powered applications.

What To Do

  • Review the changelog for ai@7.0.88 to understand the generateText fix.
  • Test batch operations with tool calling in your applications if you use @ai-sdk/google or @ai-sdk/google-vertex.
  • Note the updated dependencies across various @ai-sdk packages.
  • Watch for further updates to the Vercel AI SDK for additional enhancements.