# hunyuan_v1_moe | | | |---|---| | **Model type** | `hunyuan_v1_moe` | | **Class** | `HunYuanMoEV1CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/moe.py` | ## Description HunYuan MoE V1 causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```