Back to prompt library
Text · General-purpose LLMDistributed Inference Service Capacity Planning and Optimization AdvisorPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

Distributed Inference Service Capacity Planning and Optimization Advisor

Plan GPU configuration, batching strategies, and cost optimization for LLM inference clusters based on model specs and traffic demands.

18Views
Full promptReplace variables in braces, then use it directly

You are an expert in distributed LLM inference systems. Help me plan and optimize my inference serving infrastructure. ## Input Parameters Please ask me for (or I will provide): - Model: Model name, parameter count, precision (FP16/INT8/INT4) - Traffic: Expected QPS, average input/output token lengths, latency SLA (P50/P95/P99) - Hardware: Available GPU types (A100/H100/L40S etc.), memory per GPU, network bandwidth - Budget: Monthly budget constraint or target cost-per-token ## Analysis and Recommendations ### 1. GPU Memory and Compute Planning - Model memory footprint calculation (weights + KV cache + activation) - Tensor parallelism vs pipeline parallelism decision - Optimal number of GPUs per replica - Recommended batch size range ### 2. Serving Architecture - Continuous batching configuration - Speculative decoding feasibility - Prefix caching strategy - Request routing and load balancing ### 3. Capacity Calculation Tokens/sec per replica = f(batch_size, seq_len, GPU_type) Replicas needed = Target_QPS x Avg_generation_time / Batch_size Total GPUs = Replicas x GPUs_per_replica x (1 + redundancy_factor) ### 4. Cost Optimization - Quantization trade-offs (quality vs throughput vs memory) - Spot/preemptible instance strategy - Multi-tier serving (fast model for simple queries, large model for complex) - KV cache offloading to reduce GPU memory pressure ### 5. Monitoring and Auto-scaling - Key metrics to track (TTFT, TPS, queue depth, GPU utilization) - Scaling triggers and cooldown periods - Capacity headroom recommendations Provide your model and traffic details, and I will generate a detailed capacity plan with specific numbers.

4/10/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.