ai-dynamo/dynamo

A Datacenter Scale Distributed Inference Serving Framework

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 8th, 2026
Created on March 3rd, 2025
Open Issues & Pull Requests: 1,451 (+0)
GitHub issues: Enabled
Number of forks: 1,561
Total Stargazers: 8,006 (+0)
Total Subscribers: 77 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Dynamo is a datacenter-scale distributed inference serving framework that orchestrates multiple inference engines into a coordinated multi-node system.

The tool addresses the challenge of efficiently serving large language models, reasoning, multimodal, and video generation workloads across distributed infrastructure. Rather than replacing existing inference engines like SGLang, TensorRT-LLM, or vLLM, Dynamo acts as an orchestration layer above them, coordinating their operation across multiple nodes. It implements disaggregated serving to separate request routing from model execution, intelligent routing to direct requests optimally, multi-tier KV caching to reduce memory pressure, and automatic scaling to adapt to workload demands. These capabilities work together to maximize throughput while minimizing latency in large-scale deployments.

Dynamo suits organizations running inference at datacenter scale who want to coordinate multiple inference engines and optimize resource utilization across clusters. It is built in Rust for performance-critical path execution while offering Python for extensibility, allowing teams to customize routing logic and scaling policies. The tool is designed for workloads where throughput and latency optimization across many nodes matters more than single-node simplicity.

The project maintains comprehensive documentation, design proposals tracked through labeled issues, example recipes and configurations, and pre-built container images. Community engagement occurs through scheduled events, a public calendar, and a Slack workspace. The tool provides a roadmap visible through GitHub issues and actively solicits contributions with documented processes.