← AI PulseJul 30, 2026

Wire · news · Multi-source brief

Vercel AI SDK Introduces Code Mode Package and MiniMax Provider

The Vercel AI SDK has released a new first-party Code Mode package for orchestrating AI SDK tools from generated code and added 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/vercel@3.0.18 · vercel/ai
Save

The Vercel AI SDK has introduced significant updates, including a new first-party Code Mode package and an integration for the MiniMax language model series. These changes are part of the @ai-sdk/vercel@3.0.18 release, alongside updates to @ai-sdk/vue@4.0.43, @ai-sdk/xai@4.0.23, and @ai-sdk/workflow@1.0.43.

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 is designed for orchestrating AI SDK tools using generated code.
  • The generateText function now includes experimental_toolCaller routing for Code Mode.
  • The Vercel AI SDK now supports MiniMax models through a new provider (@ai-sdk/minimax@3.0.0).
  • The MiniMax provider specifically offers language model support for the MiniMax-M model series.
  • Dependencies for ai have been updated to version 7.0.43.

Context

According to the Vercel AI SDK changelog, these updates were released via the Changesets release GitHub action. The new Code Mode package and MiniMax provider are part of a broader set of updates across various AI SDK components, including @ai-sdk/anthropic@4.0.25, @ai-sdk/provider-utils@5.0.16, @ai-sdk/gateway@4.0.33, and @ai-sdk/alibaba@2.0.20.

Why It Matters

The introduction of Code Mode provides developers with a structured method for integrating AI SDK tools into their applications through generated code, potentially streamlining complex AI workflows. The addition of the MiniMax provider expands the range of language models available to developers using the Vercel AI SDK, offering more choices for specific application requirements.

What To Do

  • Review the @ai-sdk/code-mode package documentation to understand its capabilities for tool orchestration.
  • Test the experimental_toolCaller routing within the generateText function for Code Mode applications.
  • Explore the new @ai-sdk/minimax provider to evaluate the MiniMax-M model series for language model tasks.
  • Note the updated ai dependency version 7.0.43 for compatibility in existing projects.