← AI PulseJul 30, 2026

Deep · news · Multi-source brief

Vercel AI SDK Adds Code Mode Package and MiniMax Provider

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

By Illumora Editorial

Source · Jul 30, 2026, 10:31 PM · On Illumora · Jul 30, 2026, 10:43 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/test-server@2.0.1 · vercel/ai
Save

The Vercel AI SDK has released updates that include a new Code Mode package and a MiniMax provider. These changes were noted across multiple releases, including @ai-sdk/test-server@2.0.1, @ai-sdk/valibot@3.0.16, @ai-sdk/tui@1.0.44, and @ai-sdk/vue@4.0.43.

The Code Mode package, version 1.0.0, is designed for orchestrating AI SDK tools from generated code. This functionality is supported by an experimental_toolCaller routing feature within generateText.

Key Points

  • A first-party Code Mode package (@ai-sdk/code-mode@1.0.0) has been added to the Vercel AI SDK.
  • Code Mode facilitates the orchestration of AI SDK tools using generated code.
  • The generateText function now includes experimental_toolCaller routing to support Code Mode.
  • A MiniMax provider (@ai-sdk/minimax@3.0.0) has been integrated into the SDK.
  • The MiniMax provider offers language model support for the MiniMax-M model series.
  • Dependencies for ai were updated to 7.0.43.
  • Other updated dependencies include @ai-sdk/provider-utils@5.0.16, @ai-sdk/anthropic@4.0.25, @ai-sdk/gateway@4.0.33, and @ai-sdk/alibaba@2.0.20.

Context

According to the Vercel AI SDK changelog, the Code Mode package (@ai-sdk/code-mode@1.0.0) introduces a new capability for developers to manage AI SDK tools through code generation. This is complemented by an experimental_toolCaller routing mechanism within the generateText function. The integration of the MiniMax provider (@ai-sdk/minimax@3.0.0) expands the range of language models available to developers, specifically adding support for the MiniMax-M series.

Why It Matters

These updates provide developers using the Vercel AI SDK with enhanced tool orchestration capabilities and a broader selection of language models. The introduction of Code Mode could streamline the integration of AI functionalities into applications, while the MiniMax provider expands options for model selection, potentially impacting performance or cost considerations for specific use cases.

What To Do

  • Review the Vercel AI SDK documentation for details on the new Code Mode package and its experimental_toolCaller routing.
  • Explore the MiniMax provider documentation to understand its capabilities and the MiniMax-M model series.
  • Test the new features in a development environment to assess their impact on existing or new projects.
  • Note the updated dependency versions for ai and other related packages when planning upgrades.