Compatible MiniMax Models
You can import large language models from Hugging Face and OCI Object Storage buckets into OCI Generative AI, create endpoints for those models, and use them in the Generative AI service.
MiniMax M3
The MiniMax-M3-MXFP8 model is the MXFP8 quantized variant of MiniMax M3, a native multimodal model with a one million token context. The model has about 428 billion total parameters with about 23 billion activated parameters and uses MiniMax Sparse Attention (MSA) for efficient long-context processing. This model is optimized for coding, long-horizon agentic workflows, and collaborative productivity tasks.
| Hugging Face Model ID | Model Capability | Recommended Dedicated AI Cluster Unit Shapes |
|---|---|---|
| MiniMaxAI/MiniMax-M3-MXFP8 | TEXT_TO_TEXT |
|
MiniMax M2
The MiniMax M2 text-to-text models are optimized for coding, complex reasoning, and agentic workflows such as tool use, search, and productivity tasks. MiniMax-M2 is a Mixture-of-Experts (MoE) model designed for efficient coding and agentic performance, and later MiniMax-M2 models extend this focus to more advanced software engineering and professional-work tasks. For more details, see MiniMax in the Hugging Face documentation.
| Hugging Face Model ID | Model Capability | Recommended Dedicated AI Cluster Unit Shapes |
|---|---|---|
| MiniMaxAI/MiniMax-M2.7 | TEXT_TO_TEXT |
|
| MiniMaxAI/MiniMax-M2.5 | TEXT_TO_TEXT |
|
| MiniMaxAI/MiniMax-M2 | TEXT_TO_TEXT |
|
-
While you can import any chat, embedding, (and fine-tuned) model validated through Open Model Engine (with vLLM or SGLang runtime), only models explicitly listed on this page have been assessed for this model family by Oracle against open-source model runtimes and tested on Oracle-supported GPU configurations. Notwithstanding the foregoing, Oracle is not responsible for any issues related to the performance, availability, operation, or security of Compatible Models. Unlisted models might have compatibility issues and we recommend that you test any unlisted model before production use. Learn about OCI Generative AI Imported Model Architecture.
- For imported models, you can use the native context length specified by the model provider. However, the effective maximum context length is limited by the underlying hardware setup that you select for the hosting dedicated AI clusters in OCI Generative AI. To take full advantage of a model's native context length, you might need to provision more hardware resources.
- Use the fine-tuned models only if they match the compatible base model's transformer version and have a parameter count within ±10% of the original.
- For available hardware and steps on how to deploy the imported models, see Managing Imported Models.
- If a recommended shape isn’t available in a region, select the closest available alternative. For example, if
H100_X2isn’t available butA100_80G_X2is, selectA100_80G_X2. If both H100 and A100 shapes are available, for better performance, select H100.