> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/dsx/llms.txt.
> For full documentation content, see https://docs.nvidia.com/dsx/llms-full.txt.

# Component Interaction Matrix

| Component                                                                                      | Interacts With                          | Integration Type   |
| ---------------------------------------------------------------------------------------------- | --------------------------------------- | ------------------ |
| [Dynamo](https://docs.nvidia.com/dynamo/latest/index.html)                                     | KV Block Manager, Router, Planner, NIXL | Runtime            |
| [Router](https://docs.nvidia.com/dynamo/latest/router/README.html)                             | Dynamo, Triton, KV Block Manager        | Request routing    |
| [KV Block Manager](https://docs.nvidia.com/dynamo/latest/kvbm/kvbm_intro.html)                 | NIXL, Dynamo, Router                    | Memory management  |
| [NIXL](https://docs.nvidia.com/dynamo/latest/api/nixl_connect/README.html)                     | KV Block Manager, Model Express, GPUs   | Data transfer      |
| [Model Express](https://github.com/ai-dynamo/modelexpress/blob/main/README.md)                 | NIXL, Triton, Dynamo                    | Model loading      |
| [Planner](https://docs.nvidia.com/dynamo/latest/planner/planner_intro.html)                    | Dynamo, Grove                           | Performance tuning |
| [Grove](https://developer.nvidia.com/grove)                                                    | KAI Scheduler, Planner                  | Orchestration      |
| [KAI Scheduler](https://github.com/NVIDIA/KAI-Scheduler/blob/main/README.md)                   | Grove, GPU Operator                     | Scheduling         |
| [GPU Operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html) | Network Operator, KAI Scheduler         | Infrastructure     |
| [Network Operator](https://docs.nvidia.com/networking/display/kubernetes25100/index.html)      | GPU Operator                            | Infrastructure     |
| [AIConfigurator](https://github.com/ai-dynamo/aiconfigurator)                                  | —                                       | Planning           |
| [AIPerf](https://github.com/ai-dynamo/aiperf)                                                  | Triton, Dynamo                          | Benchmarking       |
| [Model Optimizer](https://github.com/NVIDIA/Model-Optimizer)                                   | TensorRT, TensorRT-LLM                  | Optimization       |
| [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM)                                         | Dynamo, Model Optimizer                 | Optimization       |
| [nvcr.io](https://catalog.ngc.nvidia.com/)                                                     | All components                          | Distribution       |