index.md 610 Bytes
Newer Older
1
(multi-modality)=
2

3
# Multi-Modality
4

5
6
7
8
vLLM provides experimental support for multi-modal models through the {mod}`vllm.multimodal` package.

Multi-modal inputs can be passed alongside text and token prompts to [supported models](#supported-mm-models)
via the `multi_modal_data` field in {class}`vllm.inputs.PromptType`.
9

10
Looking to add your own multi-modal model? Please follow the instructions listed [here](#supports-multimodal).
11

12
## Module Contents
13

14
```{eval-rst}
15
.. autodata:: vllm.multimodal.MULTIMODAL_REGISTRY
16
```
17

18
## Submodules
19

20
:::{toctree}
21
:maxdepth: 1
22

23
24
25
26
27
inputs
parse
processing
profiling
registry
28
:::