Skip to content
Discussion options

You must be logged in to vote

After testing both, this lab amortizes full pod wall-clock uptime over total tokens served, not just active-batch time.

Rationale: under real serving you pay for the GPU whether or not a request is in flight, so €/token = (hourly_price × uptime_hours) / total_tokens. Counting only active windows flatters the number and hides the cost of idle capacity — which is exactly the thing FinOps needs to see under bursty load.

The practical mitigation is scale-to-zero (teardown when idle) so uptime tracks demand; the runbooks measure both the raw amortized figure and an ideal fully-utilized floor, and report the gap as the utilization tax.

Replies: 1 comment

Comment options

iacker
Jul 10, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by iacker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant