# qwen4_exp | | | |---|---| | **Model type** | `qwen4_exp` | | **Class** | `Qwen4ExpForConditionalGeneration` | | **Task** | `qwen4-exp-vision-language` | | **Source** | `models/qwen4_exp.py` | ## Description Qwen3.8 Flash-Next/Qwen4-Exp three-model vision-language pipeline. Reuses the source-identical Qwen3/Qwen3.5 packed vision encoder and embedding mixer, while preserving the Qwen4-Exp decoder's independent PLE token stream and heterogeneous recurrent, QSA, and position state. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```