← AI PulseAug 26, 2026

Wire · news · Multi-source brief

Vercel AI SDK Adds Z.AI Provider with GLM Chat Completions and Multimodal Input

The Vercel AI SDK has integrated the Z.AI provider, enabling GLM chat completions, streaming, reasoning, tools, and multimodal inputs, alongside support for the GLM-5.3-Flash model.

By Illumora Editorial

Source · Aug 26, 2026, 6:00 PM · On Illumora · Aug 26, 2026, 6:08 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@6.0.268 · vercel/ai
Save

The Vercel AI SDK has introduced the Z.AI provider as a major update, according to its changelog. This integration brings GLM chat completions, streaming capabilities, reasoning, tools, and multimodal inputs to the SDK. Concurrently, the GLM-5.3-Flash model has been added to both the Z.AI provider and the AI Gateway.

Key Points

  • The Z.AI provider is now available within the Vercel AI SDK.
  • GLM chat completions, streaming, reasoning, and tools are supported through Z.AI.
  • Multimodal inputs are enabled via the new Z.AI provider.
  • The GLM-5.3-Flash model has been integrated into the Z.AI provider.
  • GLM-5.3-Flash model support is also extended to the AI Gateway.
  • The @ai-sdk/amazon-bedrock package now preserves complete Amazon Bedrock Converse usage objects in raw usage metadata.
  • The @ai-sdk/moonshotai package accepts Moonshot streaming tool calls without indices and preserves choice-level information.

Context

According to the Vercel AI SDK changelog, the Z.AI provider's addition is a major change, marked as @ai-sdk/zai@2.0.0. This update also includes patch changes across several other SDK components, such as @ai-sdk/gateway@3.0.183 and @ai-sdk/amazon-bedrock@4.0.163. The GLM-5.3-Flash model support was backported to both the Z.AI provider and the AI Gateway.

Why It Matters

Developers using the Vercel AI SDK can now access advanced GLM capabilities, including multimodal interactions and tool use, directly through the Z.AI provider. This expands the range of models and functionalities available for building AI-powered applications, potentially simplifying the integration of sophisticated chat and reasoning features.

What To Do

  • Review the Vercel AI SDK documentation for details on integrating the Z.AI provider.
  • Test the GLM chat completions, streaming, and multimodal input features with the new provider.
  • Explore the GLM-5.3-Flash model's performance for specific use cases via Z.AI or the AI Gateway.
  • Note the updated usage object preservation for Amazon Bedrock Converse if using that integration.