Open release and license
The MiniMax Community License includes product attribution, commercial notice or authorization, and prohibited-use terms. Read the full license and complete the applicable process before production or commercial use.
Choose hardware and weights
The SGLang Cookbook currently selects different weights and execution backends by hardware:The SGLang validation matrix and images evolve. For other hardware, generate a command with the MiniMax-M3 configurator.
Reference deployment: 8 × B200, MXFP8
The following command corresponds to the B200, MXFP8, Balanced, Single Node configuration in the SGLang Cookbook.Start the server
The current SGLang Cookbook uses a dedicated MiniMax-M3 development image. It includes the recommended MSA kernel for Blackwell. After support is available in a tagged SGLang release, prefer the stable image and command published by the Cookbook.
HF_TOKEN into the container:
Verify text inference
--reasoning-parser auto, the model trace is returned in message.reasoning_content and the final answer in message.content. With --tool-call-parser auto, native tool calls are converted to OpenAI-compatible tool_calls.
Verify image input
Recommended inference parameters
SGLang reads
generation_config.json and automatically applies temperature=1.0 and top_p=0.95. top_k is not in that file and must be supplied as a request parameter when needed.
Production considerations
- The MSA fast path for Blackwell requires an SM100-family GPU; other platforms use their corresponding SGLang backends.
- Longer contexts consume more KV cache and prefill resources. A 1M-token context is the model limit, not a recommended default on every hardware configuration.
- Low-concurrency latency and high-concurrency throughput require different tuning. Do not reuse a parallelism strategy from different hardware.
- Add authentication, rate limiting, monitoring, content safeguards, and resource isolation before exposing the service.
Resources
SGLang MiniMax-M3 Cookbook
Open the complete hardware matrix, configurator, and advanced usage.
MiniMax-M3 model repository
Open the model card, weights, technical details, and license.