NVIDIA’s Personal AI Router (PAIR), now available in beta, allows users to combine the inference capacity of multiple computers on a local network and automatically route AI requests among them. The tool is primarily aimed at local multi-agent AI workloads, where a lead agent dispatches subtasks to sub-agents, potentially creating a bottleneck on the local GPU when too many requests arrive. PAIR maximizes available local compute by distributing individual inference requests across eligible systems.
PAIR integrates seamlessly with popular local inference services such as Ollama and LM Studio without requiring changes to the underlying architecture or agent harness. According to NVIDIA, agents send a request through the familiar local interface; PAIR receives the request through its proxy, identifies its engine and model requirements, and selects an eligible node. That node executes the request and sends the response back through PAIR, while the agent sees only one connection.
To demonstrate its capabilities, NVIDIA released a demo combining Hermes Desktop, Ollama, and PAIR, showing roughly a 2x reduction in completion time when combining an RTX Spark, a DGX Spark, and an RTX 5090 via PAIR, compared with running the workload on a single RTX Spark laptop. In the demo, Hermes breaks a task into five independent specialist analyses, delegates them, reconciles findings, and synthesizes a final plan. NVIDIA cautioned that the demo should not be taken as a performance guarantee, as results depend on workload parallelism, model, engine settings, hardware, network, and node availability.
NVIDIA PAIR is available on Windows 11, Linux, and macOS, with support for both.