QDNAAdvisory and architecture for LLM inference and training platforms, on-premises or hybrid

Dynamo

Inference Runtime

Dynamo

Dynamo distributes inference for reasoning models across large GPU fleets. It separates the prefill and decode phases and routes requests based on KV cache state, which increases throughput at rack scale.

Key points: Disaggregated · GPU fleet · Prefill and decode separation · Cache-aware routing · Rack scale.

Role

Dynamo distributes inference for reasoning models across large GPU fleets, at rack scale.

How it works

It separates the prefill and decode phases and routes requests based on KV cache state, which increases overall throughput.

Use cases

Dynamo targets high-load deployments and demanding reasoning models, where a single machine is no longer enough.

Integration

It orchestrates multiple vLLM, SGLang or TensorRT-LLM instances and sits above the inference layer for the largest fleets (Dynamo documentation, re-read on 2 September 2026).

License and source code

NVIDIA Dynamo is implemented in Rust, with Python for extensibility, and its source is public. Its LICENSE file places it under the Apache-2.0 licence (re-read on 2 September 2026); GitHub nevertheless returns no standard identifier, because the file opens with a notice about MIT-licensed test data. Read the licence file in the repository before any commercial deployment.

Repository: ai-dynamo/dynamo. Licence and implementation language are re-read from this source by the QDNA fact base. The version number is deliberately not published here: it would go stale between two upstream releases without anything catching it.

Talk to a specialist

A no-obligation conversation.

Book a call

Which models can Dynamo serve?

Dynamo targets distributed serving across several nodes.

ModelBillion parametersServing page
DeepSeek V41,600DeepSeek V4 with Dynamo
GLM 5.2744GLM 5.2 with Dynamo
Kimi K2.7 Code1,000Kimi K2.7 Code with Dynamo
Kimi K32,800Kimi K3 with Dynamo
MiniMax M3428MiniMax M3 with Dynamo
Nemotron 3 Ultra550Nemotron 3 Ultra with Dynamo
Qwen 3.8 27B27Qwen 3.8 27B with Dynamo

See all engine and model combinations.