| Feature | Status | Notes |
|---|---|---|
| Disaggregated Serving | ✅ | |
| KV-Aware Routing | ✅ | |
| SLA-Based Planner | ✅ | |
| Multimodal | ✅ | Vision models |
| LoRA | 🚧 | Experimental |
$ # Add minimal usage example from existing backend docs $ # Example pattern (vLLM): $ # python -m dynamo.vllm --model <model-name> $ # Example pattern (SGLang): $ # python -m dynamo.sglang --model <model-name>
1 # Add DGDR example - use apiVersion: nvidia.com/v1beta1 2 # See recipes/ folder for production examples
| Parameter | Default | Description |
|---|---|---|
| Document | Path | Description |
|---|---|---|
<Backend> Guide | <backend>_guide.md | Advanced configuration |
| Backend Comparison | ../README.md | Compare backends |