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