The study compares a calibrated router against round robin, least loaded, and a length heuristic. On eight NVIDIA A40 GPUs running vLLM engines, it achieved mean goodput of 0.864 versus 0.835 to 0.847 for the baselines. It beat round robin and the length heuristic on all three traces, and least loaded on two; on the third it trailed by 0.003, within run to run noise. Hardware calibration was crucial: simulator derived constants cost 4.5 goodput points and about 40 percent of the tail latency advantage. Benefits grew with decode pool size and traffic heterogeneity but vanished with three instances. Under extreme scarcity, greedy cost minimization concentrated requests, while blind spreading performed better. With calibrated costs, the router matched round robin goodput using six GPUs instead of seven.