← AI PulseSep 1, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Tool Calling and Text Generation

Vercel has released updates to its AI SDK, including enhanced 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/sandbox-vercel@1.0.97 · vercel/ai
Save

Vercel has updated its AI SDK, with changes across several packages. The updates include new features and fixes related to tool calling and text generation.

Key Points

  • The ai package, version 7.0.88, now prevents generateText from accepting responses that violate required tool choices.
  • Tool calling support has been added to batch operations.
  • The @ai-sdk/google package, version 4.0.60, includes tool calling support for batch operations.
  • The @ai-sdk/amazon-bedrock package, version 5.0.70, has updated dependencies.
  • The @ai-sdk/openai package, version 4.0.54, has updated dependencies.
  • The @ai-sdk/azure package, version 4.0.57, has updated dependencies.

Context

According to Vercel, these updates are part of routine releases managed by the Changesets release GitHub action. This system automatically publishes packages to npm when a release is ready. The updates affect various components of the AI SDK, including those for specific model providers and frameworks.

Why It Matters

These updates enhance the reliability and functionality of the Vercel AI SDK for developers. The fix for generateText ensures stricter adherence to tool choice requirements, which can improve the predictability of AI model outputs. Adding batch tool calling support can streamline workflows for applications requiring multiple tool interactions.

What To Do

  • Review the updated dependencies for @ai-sdk/amazon-bedrock, @ai-sdk/openai, and @ai-sdk/azure if using these packages.
  • Note the new batch tool calling support in @ai-sdk/google for potential integration.
  • Test generateText functionality in ai@7.0.88 to confirm expected behavior regarding tool choice violations.
  • Check the Vercel AI SDK documentation for details on implementing batch tool calling.