# qwen3_5_moe_vl | | | |---|---| | **Model type** | `qwen3_5_moe_vl` | | **Class** | `Qwen35MoEVL3ModelCausalLMModel` | | **Task** | `hybrid-qwen-vl` | | **Source** | `models/qwen35.py` | ## Description Qwen3.5-MoE-VL vision-language model (3-model split for ORT GenAI). ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```