2025-05-24 22:25:33 +08:00
|
|
|
# Configuration Options
|
|
|
|
|
|
2025-05-26 22:38:04 +08:00
|
|
|
This section lists the most common options for running vLLM.
|
|
|
|
|
|
|
|
|
|
There are three main levels of configuration, from highest priority to lowest priority:
|
|
|
|
|
|
2025-10-17 10:22:06 +01:00
|
|
|
- [Request parameters](../serving/openai_compatible_server.md#completions-api) and [input arguments](../api/README.md#inference-parameters)
|
2025-05-26 22:38:04 +08:00
|
|
|
- [Engine arguments](./engine_args.md)
|
|
|
|
|
- [Environment variables](./env_vars.md)
|