# HyV3MtpModel | | | |---|---| | **Model type** | `HyV3MtpModel` | | **Class** | `HyV3MtpModel` | | **Task** | `hy-v3-mtp` | | **Source** | `models/hy_v3.py` | ## Description One cross-conditioned Hunyuan-V3 NextN block with an independent KV cache. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```