# hy_v3 | | | |---|---| | **Model type** | `hy_v3` | | **Class** | `HyV3CausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/hy_v3.py` | ## Description Tencent Hunyuan-V3 causal LM with Q/K norm and dense-prefix shared MoE. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```