← AI PulseAug 26, 2026

Wire · news · Multi-source brief

Vercel AI SDK Updates Tool Approval, Z.AI Provider, and Anthropic Parallel Tool Use

Vercel's AI SDK has been updated to include reasons in manual tool approval statuses, add a Z.AI provider with GLM chat completions, and forward Anthropic's option for disabling parallel tool use through Amazon Bedrock.

By Illumora Editorial

Source · Aug 26, 2026, 7:36 PM · On Illumora · Aug 26, 2026, 7:48 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/voyage@2.0.32 · vercel/ai
Save

The Vercel AI SDK has received several updates across its packages, including enhancements to tool approval processes, the introduction of a new AI provider, and adjustments for specific model interactions. These changes are detailed in recent releases for @ai-sdk/voyage@2.0.32, @ai-sdk/vue@4.0.82, @ai-sdk/zai@2.0.0, and @ai-sdk/prodia@1.0.54.

Key Points

  • Manual tool approval statuses now support including a reason, which is preserved across core, model, and UI approval requests.
  • OPA requires-approval decisions will surface their reason to human approvers.
  • UI request chunks serialize the optional reason, and UI messages retain it as approval.requestReason.
  • The Z.AI provider has been added, supporting GLM chat completions, streaming, reasoning, tools, and multimodal inputs.
  • The Z.AI provider and AI Gateway now support the GLM-5.3-Flash model.
  • The Anthropic option for disabling parallel tool use can now be forwarded through Amazon Bedrock without sending conflicting tool choice fields.
  • The SDK will issue a warning when an unsupported seed language model setting is provided for Prodia.

Context

According to the Vercel AI SDK changelog, the updates aim to improve the transparency and functionality of tool interactions within the SDK. The addition of the Z.AI provider expands the range of supported models and capabilities, including multimodal inputs and streaming. Adjustments for Amazon Bedrock ensure compatibility with Anthropic's specific model options, while a new warning for Prodia helps developers avoid unsupported configurations.

Why It Matters

These updates enhance the control and flexibility developers have when integrating AI models and tools using the Vercel AI SDK. The improved tool approval process provides more context for human approvers, potentially streamlining workflows. The new Z.AI provider broadens model access, and specific provider adjustments help maintain compatibility and prevent unexpected behavior.

What To Do

  • Note that manual tool approval requests can now include a reason for better context.
  • If using Amazon Bedrock with Anthropic models, confirm that the option to disable parallel tool use is correctly forwarded.
  • If integrating Z.AI, explore its support for GLM chat completions, streaming, reasoning, tools, and multimodal inputs.
  • When configuring Prodia, avoid providing the seed language model setting to prevent warnings.