Skip to content

SummaryÂķ

ConfigurationÂķ

API documentation for vLLM's configuration classes.

Offline InferenceÂķ

LLM Class.

Prompt schema for LLM APIs.

vLLM EnginesÂķ

Engine classes for offline and online inference.

Inference ParametersÂķ

Inference parameters for vLLM APIs.

Multi-ModalityÂķ

vLLM provides experimental support for multi-modal models through the vllm.multimodal package.

Multi-modal inputs can be passed alongside text and token prompts to supported models via the multi_modal_data field in vllm.inputs.PromptType.

Looking to add your own multi-modal model? Please follow the instructions listed here.

Internal data structuresÂķ

Data ParsingÂķ

Data ProcessingÂķ

RegistryÂķ

Model DevelopmentÂķ