Skip to main content
MiniMax-M2.7 is a language model for agents, software engineering, and complex productivity tasks. For a new project that needs native multimodal input or a 1M-token context, use MiniMax-M3. Continue with this page for an existing M2.7 workflow.

Open release and license

The MiniMax-M2.7 License permits the personal, research, and educational uses listed in the license. Commercial use includes attribution and prior-authorization requirements. Read the complete license before production or commercial use.

Hardware and images

The current SGLang Cookbook lists these reference combinations: Common NVIDIA reference topologies use four high-memory GPUs with TP 4 or eight GPUs with TP 8 and EP 8. Other hardware supports different two-, four-, or eight-GPU combinations. Use the SGLang configurator to obtain the matching command.

Reference deployment: four high-memory NVIDIA GPUs

Start the server

On the first start, SGLang downloads the model from Hugging Face. When authentication is required, add this argument to docker run:

Verify the deployment

You can also use the OpenAI SDK:

Key launch parameters

Parallelism, KV cache capacity, and available context length are interdependent. Do not change only the GPU count. Select a complete configuration from the SGLang configurator whenever the hardware changes.

Reasoning and tool calls

MiniMax-M2.7 emits reasoning content. With minimax-append-think, read or parse the trace according to the response format of your SGLang version. With minimax-m2, functions can be supplied through the OpenAI-compatible tools parameter. Before production integration, validate:
  • Non-streaming and streaming text generation
  • Your policy for displaying or hiding reasoning content
  • Single, parallel, and nested tool arguments
  • GPU memory headroom at the required context length

Community quantizations and Mac deployment

Community-converted MLX and GGUF versions are available on Hugging Face, but they are maintained by their respective publishers and are outside the MiniMax + SGLang reference deployment on this page. When using a community build, separately verify the conversion method, quantization error, license, and runtime compatibility.

Resources

SGLang MiniMax-M2.7 Cookbook

Open the complete hardware combinations, configuration parameters, and benchmarks.

MiniMax-M2.7 model repository

Open the model card, weights, and license.