--- orphan: true --- # 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 | |-----------|---------|-------------| | | | | ## Guides | Document | Path | Description | |----------|------|-------------| | ` Setup` | `_setup.md` | Installation and configuration | | ` with vLLM` | `_vllm.md` | vLLM-specific usage | ## External Resources - [ Documentation](https://...) - [ GitHub](https://github.com/...)