The Vercel AI SDK has released updates including a new MiniMax provider and a Code Mode package. These changes were announced through the Vercel AI SDK Changelog, with specific releases for @ai-sdk/togetherai@3.0.19, @ai-sdk/xai@4.0.23, @ai-sdk/vercel@3.0.18, and @ai-sdk/vue@4.0.43.
Key Points
- The
@ai-sdk/minimax@3.0.0package adds a MiniMax provider. - This provider supports the MiniMax-M model series.
- A first-party Code Mode package,
@ai-sdk/code-mode@1.0.0, has been added. - Code Mode is designed for orchestrating AI SDK tools from generated code.
- The
generateTextfunction now includesexperimental_toolCallerrouting for Code Mode.
Context
According to the Vercel AI SDK Changelog, the MiniMax provider offers language model support for the MiniMax-M series. The new Code Mode package facilitates the orchestration of AI SDK tools using generated code, with experimental_toolCaller routing integrated into generateText for this purpose.
Why It Matters
These updates expand the range of models available to developers using the Vercel AI SDK and introduce new capabilities for programmatic tool orchestration, potentially streamlining complex AI application development workflows.
What To Do
- Note the availability of the new MiniMax provider and its supported MiniMax-M model series.
- Explore the
@ai-sdk/code-mode@1.0.0package for orchestrating AI SDK tools. - Investigate the
experimental_toolCallerrouting ingenerateTextfor Code Mode applications.
Keep Exploring
/atlas/**gemini**-family /techniques/output-schema /techniques/system-user-separation /studio?pack=foundation
