# ministral3 | | | |---|---| | **Model type** | `ministral3` | | **Class** | `CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/base.py` | ## Description Standard causal language model with TextModel backbone and LM head. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```