--- # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- {/* 2-3 sentence overview of this external integration */} ## Version Compatibility | Dynamo | `` | Notes | |--------|---------------|-------| | 0.9.x | 1.2.x | Recommended | | 0.8.x | 1.1.x | | ## Backend Support | Backend | Status | Notes | |---------|--------|-------| | vLLM | ✅ | | | SGLang | 🚧 | | | TensorRT-LLM | ❌ | | ## Quick Start ```bash # Add installation and usage from existing integration docs # Example pattern (LMCache): # python -m dynamo.vllm --model --connector lmcache ``` ## Configuration | Parameter | Default | Description | |-----------|---------|-------------| | {/* param */} | {/* default */} | {/* description */} | ## Guides | Document | Path | Description | |----------|------|-------------| | ` Setup` | `_setup.md` | Installation and configuration | | ` with vLLM` | `_vllm.md` | vLLM-specific usage | {/* Convert table rows to markdown links */} ## External Resources - [`` Documentation](https://...) - [`` GitHub](https://github.com/...)