README.md 559 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Adding a New Model

This section provides comprehensive guidance on how to add a new model to vLLM-Omni.

## Documentation

- **[Adding an Omni-Modality Model](adding_omni_model.md)**: Complete step-by-step guide using Qwen3-Omni as an example.

- **[Adding a Diffusion Model](adding_diffusion_model.md)**: Complete step-by-step guide using Qwen/Qwen-Image-Edit as an example.



## Quick Start

For a quick reference, see the [Adding a New Multi-Stage Model Guide](adding_omni_model.md) and [Adding a New Diffusion Model Guide](adding_diffusion_model.md).