← AI PulseJul 30, 2026

Wire · news · Single-source brief

Vercel AI SDK Adds MiniMax Provider and Code Mode Package

The Vercel AI SDK has introduced a first-party Code Mode package for orchestrating AI SDK tools from generated code and integrated support for the MiniMax-M model series.

By Illumora Editorial

Source · Jul 30, 2026, 10:31 PM · On Illumora · Jul 30, 2026, 10:42 PM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. 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/xai@4.0.23 · vercel/ai
Save

The Vercel AI SDK has released updates, including a new first-party Code Mode package and the integration of the MiniMax provider. These changes are part of a series of updates to the SDK's capabilities.

Key Points

  • A new first-party Code Mode package, @ai-sdk/code-mode@1.0.0, has been added to the AI SDK.
  • This Code Mode package is designed for orchestrating AI SDK tools using generated code.
  • The update includes experimental_toolCaller routing within generateText to support Code Mode.
  • The MiniMax provider, @ai-sdk/minimax@3.0.0, has been added, offering language model support for the MiniMax-M model series.
  • Dependencies for @ai-sdk/anthropic@4.0.25, ai@7.0.43, @ai-sdk/provider-utils@5.0.16, @ai-sdk/gateway@4.0.33, and @ai-sdk/alibaba@2.0.20 have been updated.

Context

According to the Vercel AI SDK changelog, these updates were released via a GitHub action. The experimental_toolCaller routing is a feature added to generateText to facilitate the new Code Mode functionality.

Why It Matters

These updates expand the Vercel AI SDK's utility for developers by providing new ways to integrate and manage AI tools, particularly through code generation, and by broadening the range of supported language models with the addition of MiniMax-M series.

What To Do

  • Review the @ai-sdk/code-mode package documentation for details on orchestrating AI SDK tools.
  • Explore the experimental_toolCaller routing in generateText for Code Mode applications.
  • Investigate the MiniMax provider for integrating MiniMax-M language models into projects.
  • Note the updated dependencies for various AI SDK packages.