# hunyuan_v1_dense | | | |---|---| | **Model type** | `hunyuan_v1_dense` | | **Class** | `HunYuanV1DenseCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/hunyuan_v1.py` | ## Description HunYuan V1 Dense text model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```