| --- |
| pipeline_tag: text-generation |
| base_model: |
| - MiniMaxAI/MiniMax-M2.5 |
| license: other |
| license_name: modified-mit |
| library_name: Model Optimizer |
| tags: |
| - nvidia |
| - ModelOpt |
| - MiniMax |
| - quantized |
| - NVFP4 |
| - nvfp4 |
| --- |
| |
| # Model Overview |
|
|
| ## Description: |
| The NVIDIA MiniMax-M2.5-NVFP4 model is the quantized version of MiniMax's MiniMax-M2.5 model, which is an auto-regressive language model that uses an optimized transformer architecture. For more information, please check [here](https://huggingface.co/MiniMaxAI/MiniMax-M2.5). The NVIDIA MiniMax-M2.5 NVFP4 model is quantized with [TensorRT Model Optimizer](https://github.com/NVIDIA/TensorRT-Model-Optimizer). |
|
|
| This model is ready for commercial/non-commercial use. <br> |
|
|
| ## Third-Party Community Consideration |
| This model is not owned or developed by NVIDIA. This model has been developed and built to a third-party's requirements for this application and use case; see link to Non-NVIDIA [(MiniMax-M2.5) Model Card](https://huggingface.co/MiniMaxAI/MiniMax-M2.5). |
|
|
| ### License/Terms of Use: |
| Governing Terms: Use of this model is governed by the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) . |
|
|
| **ADDITIONAL INFORMATION** : [Modified MIT License](https://huggingface.co/MiniMaxAI/MiniMax-M2.5/blob/main/LICENSE). **MiniMax M2.5** . |
|
|
| ### Deployment Geography: |
| Global <br> |
|
|
| ### Use Case: |
| Developers looking to take off-the-shelf, pre-quantized models for deployment in AI Agent systems, chatbots, RAG systems, and other AI-powered applications. <br> |
|
|
| ### Release Date: |
| Huggingface 03/25/2026 via https://huggingface.co/nvidia/MiniMax-M2.5-NVFP4 <br> |
|
|
| ## Model Architecture: |
| **Architecture Type:** Transformers <br> |
| **Network Architecture:** MiniMaxM2ForCausalLM <br> |
| **This model was developed based on [MiniMax-M2.5](https://huggingface.co/MiniMaxAI/MiniMax-M2.5) <br> |
| **Number of model parameters: 229B <br> |
|
|
| ## Input: |
| **Input Type(s):** Text <br> |
| **Input Format(s):** String <br> |
| **Input Parameters:** 1D (One-Dimensional): Sequences <br> |
| **Other Properties Related to Input:** Context length 196,608 tokens <br> |
|
|
| ## Output: |
| **Output Type(s):** Text <br> |
| **Output Format:** String <br> |
| **Output Parameters:** 1D (One-Dimensional): Sequences <br> |
| **Other Properties Related to Output:** None <br> |
|
|
| Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions. <br> |
|
|
| ## Software Integration: |
| **Runtime Engine(s):** <br> |
| * SGLang <br> |
|
|
| **Supported Hardware Microarchitecture Compatibility:** <br> |
| * NVIDIA Blackwell <br> |
|
|
| **Preferred Operating System(s):** <br> |
| * Linux <br> |
|
|
| The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment. |
|
|
| ## Model Version(s): |
| The model is quantized with nvidia-modelopt **v0.43.0** <br> |
|
|
| ## Training and Evaluation Datasets: |
|
|
| ## Calibration Dataset: |
| ** Link: [cnn_dailymail](https://huggingface.co/datasets/abisee/cnn_dailymail), [Nemotron-Post-Training-Dataset-v2](https://huggingface.co/datasets/nvidia/Nemotron-Post-Training-Dataset-v2) <br> |
| ** Data Collection Method by dataset: Automated. <br> |
| ** Labeling Method by dataset: Automated. <br> |
| ** Properties: The cnn_dailymail dataset is an English-language dataset containing just over 300k unique news articles as written by journalists at CNN and the Daily Mail. The Nemotron-Post-Training-Dataset-v2 is a post-training dataset curated by NVIDIA containing multi-turn conversations across diverse topics. <br> |
| |
| ## Training Dataset: |
| ** Data Modality: Text <br> |
| ** Data Collection Method by dataset: Undisclosed <br> |
| ** Labeling Method by dataset: Undisclosed<br> |
| ** Properties: Undisclosed |
| |
| ## Evaluation Dataset: |
| * Datasets: MMLU Pro, GPQA Diamond, LiveCodeBench V6, SciCode, AIME 2025, AA-LCR, IFBench <br> |
| ** Data Collection Method by dataset: Hybrid: Automated, Human <br> |
| ** Labeling Method by dataset: Hybrid: Human, Automated <br> |
| ** Properties: We evaluated the model on text-based reasoning and coding benchmarks: MMLU Pro is a multi-task language understanding benchmark with challenging multiple-choice questions across diverse academic domains; GPQA Diamond contains 448 graduate-level multiple-choice questions written by domain experts in biology, physics, and chemistry; LiveCodeBench V6 contains competitive programming problems; SciCode evaluates scientific coding capabilities; AIME 2025 contains problems from the American Invitational Mathematics Examination; AA-LCR (Artificial Analysis Long Context Recall) evaluates a model's ability to accurately retrieve and recall information from long input contexts; IFBench is a benchmark for evaluating instruction-following capabilities across diverse and structured task constraints. <br> |
| |
| |
| ## Inference: |
| **Engine:** SGLang <br> |
| **Test Hardware:** B200 <br> |
| |
| ## Post Training Quantization |
| This model was obtained by quantizing the weights and activations of MiniMax-M2.5 to NVFP4 data type, ready for inference with SGLang. Only the weights and activations of the linear operators within transformer blocks are quantized. This optimization reduces the number of bits per parameter from 8 to 4, reducing the disk size and GPU memory requirements by approximately 1.65x. |
| |
| ## Usage |
| |
| To serve this checkpoint with [SGLang](https://github.com/sgl-project/sglang), you can start the docker `lmsysorg/sglang:nightly-dev-20260313-c21ddbc7` and run the sample command below: |
| |
| ```sh |
| python3 -m sglang.launch_server --model nvidia/MiniMax-M2.5-NVFP4 --tensor-parallel-size 8 --quantization modelopt_fp4 --trust-remote-code --reasoning-parser minimax-append-think --tool-call-parser minimax-m2 --moe-runner-backend flashinfer_cutlass --attention-backend flashinfer |
| ``` |
| |
| ### Evaluation |
| The accuracy benchmark results are presented in the table below: |
| <table> |
| <tr> |
| <td><strong>Precision</strong> |
| </td> |
| <td><strong>MMLU Pro</strong> |
| </td> |
| <td><strong>GPQA Diamond</strong> |
| </td> |
| <td><strong>LiveCodeBench V6</strong> |
| </td> |
| <td><strong>SciCode</strong> |
| </td> |
| <td><strong>AIME 2025</strong> |
| </td> |
| <td><strong>AA-LCR</strong> |
| </td> |
| <td><strong>IFBench</strong> |
| </td> |
| </tr> |
| <tr> |
| <td>FP8 |
| </td> |
| <td><strong>0.825</strong> |
| </td> |
| <td><strong>0.845</strong> |
| </td> |
| <td><strong>0.583</strong> |
| </td> |
| <td><strong>0.453</strong> |
| </td> |
| <td><strong>0.869</strong> |
| </td> |
| <td><strong>0.676</strong> |
| </td> |
| <td><strong>0.734</strong> |
| </td> |
| </tr> |
| <tr> |
| <td>NVFP4 |
| </td> |
| <td><strong>0.822</strong> |
| </td> |
| <td><strong>0.839</strong> |
| </td> |
| <td><strong>0.577</strong> |
| </td> |
| <td><strong>0.452</strong> |
| </td> |
| <td><strong>0.853</strong> |
| </td> |
| <td><strong>0.674</strong> |
| </td> |
| <td><strong>0.752</strong> |
| </td> |
| </tr> |
| <tr> |
| </table> |
| |
| > Baseline: [MiniMax-M2.5](https://huggingface.co/MiniMaxAI/MiniMax-M2.5). |
| > Benchmarked with temperature=1.0, top_p=0.95, max num tokens 64000 |
| |
| |
| ## Ethical Considerations |
| |
| NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse. |
| |
| Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail). |
| |