T
traeai
Sign in
返回首页
Vercel News

MiniMax M3 on Vercel AI Gateway

6.5Score
MiniMax M3 on Vercel AI Gateway

TL;DR · AI Summary

MiniMax M3 is now available on Vercel AI Gateway, offering a 1M-token context window and native multimodal support via MSA architecture, enhancing engineering efficiency and tool integration.

Key Takeaways

  • M3 supports 1M token context window for handling long documents and complex task
  • Built on MiniMax Sparse Attention (MSA), it optimizes inference efficiency and r
  • Developers can access M3 via Vercel AI Gateway API without managing infrastructu

Outline

Jump quickly between sections.

  1. The article introduces MiniMax M3 model launching on Vercel AI Gateway as the first multimodal model with 1M-token context window.

  2. ·Core Features: MSA Architecture & Multimodal Capabilities

    M3 is designed with MiniMax Sparse Attention (MSA) for efficient inference and supports text, image, and other multimodal inputs.

  3. Developers can invoke M3 through Vercel AI Gateway’s unified API, eliminating infrastructure setup complexity.

  4. Ideal for long-document understanding, terminal tooling, and agent collaboration to boost software engineering automation.

  5. M3 outperforms traditional models in context length and multimodal support; future expansion into vertical domains expected.

Mindmap

See how the topics connect at a glance.

查看大纲文本(无障碍 / 无 JS 友好)
  • MiniMax M3 on Vercel AI Gateway
    • 核心模型特性
      • 1M Token Context Window
      • Native Multimodality
      • MSA Sparse Attention Architecture
    • 开发者集成方式
      • Vercel AI Gateway API
      • 无需基础设施管理
    • 典型应用场景
      • 长文本理解
      • Terminal Tool Use
      • Agent Collaboration

Highlights

Key sentences worth saving and sharing.

  • M3 is MiniMax’s first model with a 1M-token context window, breaking current LLM context limits for ultra-long document processing.

    Paragraph 2

    ⬇︎ 下载 PNG𝕏 分享到 X
  • Powered by MiniMax Sparse Attention (MSA), M3 reduces computational cost while maintaining high accuracy, enabling efficient deployment on edge or cloud.

    Paragraph 3

    ⬇︎ 下载 PNG𝕏 分享到 X
  • Developers can call M3 via Vercel AI Gateway API without server configuration — drastically simplifying AI integration workflows.

    Paragraph 4

    ⬇︎ 下载 PNG𝕏 分享到 X
#AI Gateway#MiniMax#Multimodal#Sparse Attention#Vercel
Open original article

MiniMax M3 on AI Gateway - Vercel

Skip to content

[](https://vercel.com/home)

  • Products
  • ##### Core Platform
  • Resources
  • ##### Company
  • ##### Learn
  • ##### Open Source
  • Solutions
  • ##### Use Cases
  • ##### Tools
  • ##### Users

Ask AI

Ask AI

Log In

Sign UpSign Up

Dashboard

Image 1

Blog/Changelog

MiniMax M3 on AI Gateway

![Image 2 Walter Korman Software Engineer](https://twitter.com/shaper)![Image 3 Jerilyn Zheng Product, AI Gateway](https://twitter.com/jerilynzheng)

1 min read

Copy URL

May 31, 2026

MiniMax M3 is now available on Vercel AI Gateway.

M3 is MiniMax's first model with a 1M-token context window and native multimodality, built around MiniMax Sparse Attention (MSA).

M3 improves on software engineering, terminal-based tool use, and agentic web browsing, and is tuned for multi-turn collaboration.

To use MiniMax M3, set model to minimax/minimax-m3 in the AI SDK.

code
1import { streamText } from 'ai';2
3const result = streamText({4  model: 'minimax/minimax-m3',5  prompt: 'Reproduce the bug in this GitHub issue and submit a fix.',6});

Pass an image alongside a prompt to use M3's multimodal input:

code
1import { streamText } from 'ai';2
3const result = streamText({4  model: 'minimax/minimax-m3',5  messages: [6    {7      role: 'user',8      content: [9        {10          type: 'text',11          text: 'This is a screenshot of a failing test. Identify the root cause and write the patch.',12        },13        {14          type: 'image',15          image: 'https://example.com/failing-test.png',16        },17      ],18    },19  ],20});

AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, dynamic provider sorting by latency & cost, and more. AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests.

Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.

Ready to deploy?Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.

Start DeployingTalk to an Expert

Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.

Explore Enterprise

Get Started

Build

Scale

Secure

Resources

Learn

Frameworks

SDKs

Use Cases

Company

Community

[](https://vercel.com/home)

Loading status…Select a display theme:system light dark

AI may generate inaccurate information. Please verify important content.