Qwen3.5
Qwen3.5 is Alibaba Cloud’s unified vision-language model series, including dense and MoE variants for image and multimodal understanding tasks.
Available Models
- Qwen3.5-4B, 9B, and 27B: dense models
- Qwen3.5-35B-A3B, 122B-A10B, and 397B-A17B: MoE models
Architectures
Qwen3_5ForConditionalGeneration— dense modelsQwen3_5MoeForConditionalGeneration— MoE models
Example Recipes
Try with NeMo AutoModel
1. Clone and install from source (full instructions):
2. Run the recipe from inside the repo:
Run with Docker
1. Pull the container and mount a checkpoint directory:
2. Navigate to the AutoModel directory (where the recipes are):
3. Install media dependencies (not installed in the container by default):
4. Run the recipe:
See the Installation Guide and VLM Fine-Tuning Guide.
Fine-Tuning
See the VLM Fine-Tuning Guide.
Validated Large-Model, Long-Context Scale
The Qwen3.5-MoE VLM training path has been validated at both 397-billion-parameter model scale and 128K context length. Qwen3.5-397B-A17B completed a 10-step end-to-end training run on 256 H100 GPUs with FSDP2, CP64, EP64, packed sequences, full activation checkpointing, and a trainable vision tower. The workload mixed text, image, and video data and included genuine examples of approximately 120K tokens.
The run maintained finite, decreasing loss, validating the training mechanics for this combined large-model and long-context regime. It is not a model convergence result. The public 397B recipe provides a starting configuration for that checkpoint; use the 122B EP8/CP32 recipe as the published 128K long-context reference.
Dense Qwen3.5 and Qwen3.5-MoE support context-parallel vision frame sharding. The Qwen3.5-MoE path composes expert and context parallelism with packed sequences; see the Context-Parallel Vision Frame Sharding guide.