--- orphan: true --- # Backend ## Feature Matrix | Feature | Status | Notes | |---------|--------|-------| | Disaggregated Serving | ✅ | | | KV-Aware Routing | ✅ | | | SLA-Based Planner | ✅ | | | Multimodal | ✅ | Vision models | | LoRA | 🚧 | Experimental | ## Quick Start ### Prerequisites - ### Usage ```bash # Add minimal usage example from existing backend docs # Example pattern (vLLM): # python -m dynamo.vllm --model # Example pattern (SGLang): # python -m dynamo.sglang --model ``` ### Kubernetes ```yaml # Add DGDR example - use apiVersion: nvidia.com/v1alpha1 # See recipes/ folder for production examples ``` ## Configuration | Parameter | Default | Description | |-----------|---------|-------------| | | | | ## Next Steps | Document | Path | Description | |----------|------|-------------| | ` Guide` | `_guide.md` | Advanced configuration | | Backend Comparison | `../README.md` | Compare backends |