--- # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- {/* 2-3 sentence overview of this cross-cutting feature */} ## Backend Support {/* Copy actual backend support from existing feature docs */} {/* Example pattern (from Multimodal index.md): */} | Backend | Status | Notes | |---------|--------|-------| | vLLM | ✅ | Full support | | SGLang | ✅ | | | TensorRT-LLM | 🚧 | Limited support | See the Feature Matrix for full compatibility. ## Overview {/* How this feature works across backends */} ## Quick Start {/* Add minimal example from existing feature docs */} ## Backend-Specific Guides | Backend | Guide | |---------|-------| | vLLM | `_vllm.md` | | SGLang | `_sglang.md` | | TensorRT-LLM | `_trtllm.md` | {/* Convert table rows to markdown links */} ## See Also - {/* Related features */} - {/* Related components */}