# minimax | | | |---|---| | **Model type** | `minimax` | | **Class** | `MiniMaxCausalLMModel` | | **Task** | `hybrid-text-generation` | | **Source** | `models/minimax.py` | ## Description MiniMax causal language model with hybrid Lightning + GQA + MoE. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```