Omni Models
Omni models go beyond image-text understanding to support additional modalities such as audio, video, or a combination of all — text, image, audio, and video in a single unified model.
Run Omni Models with NeMo AutoModel
To run omni models with NeMo AutoModel, use NeMo container version 26.06.00 or later. If the model you want to fine-tune requires newer source than the container provides, use a current checkout so the package and its example recipes stay on one revision:
For other installation options, see our NeMo AutoModel Installation Guide.
Omni models such as Qwen3-Omni need the vlm-media extra included in the source-sync command above for video/vision preprocessing; it is not installed in the Docker container by default. See Media Extras.
Supported Models
Fine-Tune Omni Models
All supported omni models can be fine-tuned using full SFT or PEFT (LoRA) approaches. See the VLM Fine-Tuning Guide for general setup instructions.