# glm4v_moe_text | | | |---|---| | **Model type** | `glm4v_moe_text` | | **Class** | `Glm4MoECausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/moe.py` | ## Description GLM4 Mixture of Experts causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```