← AI PulseJul 30, 2026

Wire · news · Multi-source brief

Vercel AI SDK Adds MiniMax Provider and Code Mode Package

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

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/voyage@2.0.16 · vercel/ai
Save

The Vercel AI SDK has released updates that include a new provider for MiniMax models and a dedicated package for Code Mode. These changes were published to npm automatically via the Changesets release GitHub action, according to Vercel AI SDK changelog entries.

A significant update is the addition of a MiniMax provider, which supports the MiniMax-M model series. Concurrently, a first-party Code Mode package has been introduced to facilitate the orchestration of AI SDK tools using generated code. This Code Mode package also includes experimental_toolCaller routing for generateText.

Key Points

  • The Vercel AI SDK now includes a MiniMax provider.
  • The MiniMax provider supports the MiniMax-M model series.
  • A first-party Code Mode package has been added to the AI SDK.
  • Code Mode is designed for orchestrating AI SDK tools from generated code.
  • The experimental_toolCaller routing has been added to generateText for Code Mode.
  • The core ai package has been updated to version 7.0.43.
  • The @ai-sdk/minimax package is at version 3.0.0.

Context

According to the Vercel AI SDK changelog, these updates aim to expand the range of supported language models and enhance the programmatic control over AI SDK functionalities. The introduction of Code Mode suggests a focus on enabling developers to integrate AI capabilities more deeply into their codebases through automated tool orchestration.

Why It Matters

These updates provide developers using the Vercel AI SDK with expanded model choices and new capabilities for integrating AI tools directly into their code. The MiniMax provider offers access to a new series of language models, while Code Mode could streamline the development of applications that require dynamic tool use and code generation.

What To Do

  • Review the Vercel AI SDK documentation for details on the new MiniMax provider and its supported MiniMax-M model series.
  • Explore the new first-party Code Mode package to understand its capabilities for orchestrating AI SDK tools.
  • Investigate the experimental_toolCaller routing in generateText for potential use cases in Code Mode implementations.
  • Update the ai package to version 7.0.43 to access the latest features and dependencies.