Capacity planning for AI workloads differs fundamentally from traditional enterprise data center planning. A single AI training cluster can consume more power than an entire floor of conventional servers. GPU refresh cycles are faster, density requirements are higher, and the cost of under-provisioning (stranded GPUs waiting for power or cooling) runs into millions of dollars per month in lost compute time. This guide provides a structured framework for planning power, cooling, network, and floor space capacity that scales with your AI infrastructure roadmap.
Why AI Changes the Capacity Planning Equation
Traditional data center capacity planning assumed gradual, predictable growth: add a few racks per quarter, each drawing 5-10 kW. AI workloads break every assumption in that model:
- Power density is 5-15x higher: A single GPU rack draws 40-120 kW versus 5-10 kW for enterprise servers. One AI cluster can equal the power draw of 50 traditional racks.
- Growth is lumpy, not linear: Organizations add entire GPU clusters (64, 256, 1,024 GPUs) in single deployments rather than incrementally adding individual servers.
- Hardware refresh cycles are faster: GPU generations advance every 18-24 months with 2-3x performance improvements, creating pressure to upgrade entire clusters simultaneously.
- Cooling requirements are qualitatively different: Above 40 kW per rack, air cooling becomes physically impractical -- liquid cooling infrastructure is required, which has different lead times and capital requirements.
- Network topology matters more: AI training networks require non-blocking, low-latency fabrics between all GPUs in a cluster -- not just north-south connectivity to the internet.
Planning principle: Overbuild infrastructure (power, cooling, network backbone), incrementally deploy compute (GPUs). Infrastructure is expensive to add later; GPUs depreciate rapidly and should be purchased in phases aligned with workload demand and hardware generations.
Step 1: Characterize Your Workload Portfolio
Before sizing infrastructure, document the workload types you expect to run over the planning horizon (typically 3-5 years for infrastructure, 1-2 years for compute):
AI Training Workloads
Training jobs are characterized by:
- Sustained 100% GPU utilization for days or weeks
- Heavy inter-GPU communication (all-reduce operations across nodes)
- Tolerance for batch queuing (jobs can wait minutes to start)
- Checkpoint storage requirements (periodic model snapshots for fault recovery)
Key planning inputs for training:
- Largest model size you expect to train (determines minimum cluster size for model parallelism)
- Number of concurrent training experiments
- Dataset sizes and data pipeline throughput requirements
- Expected cluster utilization target (80-90% for well-managed training clusters)
AI Inference Workloads
Inference workloads have different characteristics:
- Variable GPU utilization following user traffic patterns (peaks and valleys)
- Minimal inter-GPU communication (each request served independently or with limited tensor parallelism)
- Strict latency requirements (real-time response needed)
- Auto-scaling requirements (capacity must follow demand)
Key planning inputs for inference:
- Peak requests per second and expected growth trajectory
- Model sizes and required GPU memory per model instance
- Latency SLA targets (p50, p95, p99)
- Number of distinct models served concurrently
Mixed Workloads (Training + Inference + HPC)
Most real deployments serve multiple workload types. Planning must account for the aggregate power, cooling, and network requirements while considering that different workloads may peak at different times. Shared infrastructure can achieve higher utilization than dedicated single-purpose clusters.
Step 2: Size the Power Budget
Power is the primary constraint for AI data centers. Everything else -- cooling, space, cost -- derives from the power envelope.
Calculating IT Power Load
Start with GPU count and work outward:
| Component | Power per Unit | 64 GPUs | 256 GPUs | 1,024 GPUs |
|---|---|---|---|---|
| GPUs (H100 SXM @ 700W) | 700W | 44.8 kW | 179.2 kW | 716.8 kW |
| CPUs + memory (per 8-GPU node) | ~600W | 4.8 kW | 19.2 kW | 76.8 kW |
| NVLink switches (per node) | ~300W | 2.4 kW | 9.6 kW | 38.4 kW |
| Network switches (leaf + spine) | ~500W each | 4 kW | 12 kW | 40 kW |
| Storage servers | ~1 kW each | 4 kW | 12 kW | 40 kW |
| Total IT Load | ~60 kW | ~232 kW | ~912 kW |
Adding Facility Overhead (PUE)
Total facility power = IT load x PUE (Power Usage Effectiveness). For AI-optimized facilities:
- Air-cooled (hot climate): PUE 1.4-1.6 (cooling penalty in UAE ambient temperatures)
- Liquid-cooled (hot climate): PUE 1.15-1.25 (liquid cooling is far more efficient)
- Liquid-cooled (temperate): PUE 1.08-1.15 (best case with free cooling assist)
For a 256-GPU liquid-cooled cluster in the UAE: 232 kW x 1.2 PUE = approximately 278 kW total facility power. See our PUE optimization guide for strategies to minimize cooling overhead.
Planning for Growth
Size electrical infrastructure (transformer, switchgear, UPS, bus bars, PDUs) for your 3-year projected maximum, not current needs. The reasoning:
- Electrical infrastructure lead time is 6-18 months for major components
- Retrofitting power distribution to a live data center is disruptive and expensive
- The marginal cost of oversizing electrical at construction is 15-25% of the upgrade cost later
- Next-generation GPUs (Blackwell, Rubin) will draw more power per unit -- plan for 1.5x current GPU TDPs
Step 3: Design the Cooling System
Cooling system design is the most consequential long-term decision in AI data center capacity planning. The choice between air cooling, direct-to-chip liquid cooling, and immersion cooling determines the maximum achievable rack density and constrains future hardware options.
Decision Framework: Cooling Technology Selection
- Air cooling (CRAC/CRAH with containment): Suitable for racks up to 30-40 kW. Lowest capital cost but limits future density. Only appropriate if you are certain your rack density will never exceed 40 kW -- an increasingly difficult bet to make.
- Rear-door heat exchangers (RDHx): Supplements air cooling for moderate density (30-50 kW per rack). Lower capital than full liquid conversion. Good transitional technology.
- Direct-to-chip liquid cooling (cold plates): Handles 50-120+ kW per rack. Required for current-generation AI platforms (DGX H100/H200, GB200). The default choice for new AI-purpose facilities. See our CDU guide for implementation details.
- Immersion cooling: Maximum density potential (120+ kW per rack) and best PUE, but requires specialized hardware form factors and limits rack-level serviceability. Best for dedicated mining or inference clusters with limited hardware variety.
For UAE deployments, ambient temperatures above 45 degrees Celsius eliminate economizer-based free cooling for most of the year. This means mechanical refrigeration is required year-round, making the efficiency advantage of liquid cooling (which can reject heat at higher temperatures) particularly valuable. District cooling connections in Dubai and Abu Dhabi can provide chilled water at scale, reducing the need for on-site chiller plants.
Cooling Capacity Sizing
Size cooling capacity for:
- Steady-state load: 100% of maximum IT power (all GPUs at full TDP simultaneously -- training workloads achieve this)
- Peak ambient design day: Size for worst-case outdoor temperature (50 degrees Celsius for UAE) with no free cooling credit
- Redundancy: N+1 for CDUs/pumps/chillers to allow maintenance without capacity reduction
- Growth headroom: Install piping and manifold capacity for 2x current CDU count; add CDUs incrementally
Step 4: Plan the Network Fabric
AI cluster networking has two distinct domains with different requirements:
Backend (GPU-to-GPU) Network
The training network connecting GPUs for gradient synchronization is the performance-critical path. Undersizing it directly reduces training throughput (GPUs idle waiting for communication). Requirements:
- Bandwidth: 400 Gbps per node minimum (InfiniBand NDR or 400GbE RoCE v2). NVIDIA's GB200 NVL72 uses 400G InfiniBand or 800G links.
- Topology: Non-blocking fat-tree or rail-optimized topology. Every GPU must be able to communicate with every other GPU at full bandwidth simultaneously during all-reduce operations.
- Latency: Sub-microsecond switch latency. RDMA (Remote Direct Memory Access) is mandatory -- TCP/IP overhead is unacceptable for training traffic.
- Scale: Plan switch port count for maximum cluster size. Adding spine switches to an operational fabric is possible but complex.
For detailed network architecture guidance, see our network fabric design for GPU clusters article.
Frontend (Client-Facing) Network
The frontend network handles API traffic (for inference) and data ingestion (for training). Requirements are more conventional:
- Bandwidth: 25-100 Gbps per node (standard Ethernet)
- Internet uplinks: Sized for inference response traffic and data transfer. Typically 10-100 Gbps aggregate depending on inference throughput
- Redundancy: Dual-homed connections, multiple ISP peers, BGP failover
Storage Network
Training data and model checkpoints require high-throughput storage access:
- Training data feeds: Must supply data faster than GPUs consume it. For vision models with large image datasets, this can be 5-20 GB/s aggregate read throughput.
- Checkpoint storage: A 70B-parameter model checkpoint is approximately 140 GB (FP16). Writing checkpoints every 30-60 minutes for a 256-GPU cluster requires sustained 5-10 GB/s write throughput to avoid stalling training.
- Parallel filesystem: Lustre, GPFS, or WekaFS for shared high-bandwidth access across all nodes.
Step 5: Floor Space and Physical Layout
AI clusters have specific physical requirements that differ from conventional data centers:
Floor Loading
GPU servers are dense and heavy. An 8-GPU DGX H100 system weighs approximately 60 kg. A fully loaded 42U rack with 4 such systems plus networking weighs 400-500 kg. High-density racks with liquid cooling infrastructure (manifolds, hoses, CDU connections) can exceed 800 kg. Floor loading capacity should be rated for at least 2,000 kg/m2 (compared to 1,000-1,200 kg/m2 for traditional data centers).
Rack Layout for Liquid Cooling
Liquid-cooled deployments require:
- CDU placement: Coolant Distribution Units positioned within 10-15 meters of the racks they serve (hose length limitation)
- Overhead or underfloor piping runs: Supply and return manifolds serving each row
- Drip containment: Leak detection sensors and containment trays beneath all liquid connections
- Service clearance: Rear access for hose connections; front access for hot-swap components
Cable Pathways
AI clusters use significantly more cabling per rack than traditional deployments. An 8-node cluster (64 GPUs) with 400G InfiniBand requires approximately 64 fiber optic cables between compute nodes and network switches, plus power cables, management network cables, and storage connections. Cable pathway capacity should be sized for 3x the initial deployment to avoid congestion as the cluster expands.
Step 6: Phased Deployment Strategy
The most capital-efficient approach is phased deployment:
Phase 1: Foundation (Months 0-6)
- Build out electrical infrastructure to full 3-year capacity
- Install cooling infrastructure (piping, CDUs) for 50% of ultimate capacity
- Deploy initial GPU cluster (64-256 GPUs) for immediate workloads
- Commission network fabric at starter scale with expansion ports reserved
Phase 2: Scale (Months 6-18)
- Add GPU nodes as workload demand validates Phase 1 utilization (target >70%)
- Expand cooling capacity by adding CDUs to pre-installed piping
- Add network spine capacity if needed for larger cluster configurations
- Deploy inference-specific GPU tiers (L40S, L4) separate from training clusters
Phase 3: Next Generation (Months 18-36)
- Evaluate next-generation GPU hardware (Blackwell B200, Rubin) for refresh or expansion
- Upgrade cooling capacity for higher per-GPU power envelopes (1,000W+ per GPU)
- Add remaining cooling infrastructure using reserved pipe capacity
- Consider second facility or expansion wing if demand exceeds single-site capacity
Step 7: Redundancy and Resilience Planning
AI infrastructure reliability requirements differ by workload type:
Training Clusters
Training tolerates brief interruptions because jobs checkpoint their state and restart from the last saved point. The cost of downtime is lost compute time (GPU-hours wasted re-computing from checkpoint), not lost data or service outage. Appropriate redundancy:
- Power: N+1 UPS, N+1 generators (not full 2N -- cost-prohibitive for high-density AI)
- Cooling: N+1 CDUs and chillers
- Network: Dual network paths with failover (training can tolerate brief reconvergence)
- Target availability: 99.9% (approximately 8.7 hours downtime/year) is typically acceptable
For more on power redundancy configurations, see our dedicated guide.
Inference Clusters
Inference serves live users and requires higher availability:
- Power: 2N UPS for critical inference racks, N+1 for non-critical
- Cooling: N+1 with automatic failover and sufficient thermal mass to ride through brief cooling gaps
- Network: Fully redundant paths, multi-site deployment for geographic resilience
- Target availability: 99.99% (approximately 52 minutes downtime/year) for production-critical inference
Capacity Planning Checklist
Use this checklist when planning AI data center capacity:
- Workload characterization: Document training vs inference split, model sizes, GPU requirements, and growth projections
- Power budget: Calculate IT load from GPU count, add PUE overhead, size for 3-year maximum
- Cooling design: Select technology (air/liquid/immersion), size for peak load + redundancy + growth
- Network architecture: Design backend fabric for maximum cluster size, plan frontend for inference throughput
- Storage: Size parallel filesystem for training data throughput and checkpoint frequency
- Floor space: Verify loading capacity, plan rack layout for liquid cooling, size cable pathways
- Phasing: Define infrastructure build phases vs compute deployment phases
- Redundancy: Set availability targets per workload type, size redundancy accordingly
- Budget: Separate infrastructure capex (long-lived) from compute capex (depreciating) in financial models
- Vendor lead times: Map critical-path items (transformers: 12-18 months, GPUs: 6-12 months, CDUs: 3-6 months)
Frequently Asked Questions
How much power does an AI training cluster require?
A single NVIDIA H100 SXM server (8 GPUs) draws approximately 10-11 kW. A 64-GPU cluster requires approximately 60 kW of IT load (72-84 kW total with cooling overhead at PUE 1.2-1.4). A 256-GPU cluster requires approximately 232 kW IT load (278-325 kW total). A 1,024-GPU cluster requires approximately 912 kW IT load (1.1-1.3 MW total). For Blackwell B200-based systems, plan for approximately 40% higher power per GPU.
What cooling capacity is needed for AI GPU racks?
Cooling capacity must match the IT heat load. Air cooling supports racks up to 30-40 kW with containment. Above 40 kW, direct-to-chip liquid cooling is required. In the UAE, mechanical refrigeration is needed year-round due to high ambient temperatures. Size cooling for the full IT power draw with N+1 redundancy.
How do you size network bandwidth for GPU clusters?
For AI training, each node needs 400+ Gbps backend connectivity (InfiniBand NDR or 400GbE RoCE) in a non-blocking topology. For inference, 25-100 Gbps per node is typically sufficient. Storage network should prevent GPU starvation -- typically 10-20 GB/s aggregate for a 64-GPU training cluster.
Should I plan capacity for current needs or future growth?
Plan infrastructure (power, cooling, network backbone) for 2-3x current needs. Deploy compute (GPUs) incrementally. Infrastructure is expensive to retrofit; GPUs depreciate rapidly and should be purchased in phases aligned with workload growth and hardware generations.
Conclusion: Building for the AI Infrastructure Lifecycle
Capacity planning for AI workloads requires thinking in two time horizons simultaneously: the 15-20 year lifecycle of the physical facility and the 2-3 year lifecycle of GPU hardware generations. The infrastructure envelope (power, cooling, structure) must be designed for the facility's full life, while the compute filling that envelope should be deployed incrementally as demand materializes and hardware improves.
The organizations that execute this well -- overbuilding infrastructure while phasing compute -- avoid both the capital waste of idle GPUs and the operational cost of stranded compute waiting for power and cooling upgrades. In a market where GPU demand consistently exceeds supply, having deployment-ready infrastructure is itself a competitive advantage.
Plan Your AI Infrastructure with Rax
Rax provides pre-built, deployment-ready AI data center capacity from single racks to multi-megawatt deployments. Our facilities are designed from the ground up for high-density GPU workloads with liquid cooling, redundant power, and high-bandwidth networking already in place.
Discuss Your Capacity Requirements