R
Runpod10mo ago
orelb

When a worker is idle, do I pay for it?

I'm trying to understand how I am billed for the Serverless usage. Thanks!
7 Replies
flash-singh
flash-singh10mo ago
idle workers are not charged, only when worker is running
Maikelnight
Maikelnight10mo ago
Worked charger is when render a prompt or only connected to the machine?
flash-singh
flash-singh10mo ago
not sure what you mean, can you elaborate
Maikelnight
Maikelnight10mo ago
well the question is ... the price is when the machine is working a render prompt? so the machine needs 2 hours to work a image, but the machine its online but not rendering you dont have to pay?
yhlong00000
yhlong0000010mo ago
You get charged whenever the pod or worker is running, regardless of whether it’s actively doing work or not. The reason is that the GPU is allocated exclusively to you, meaning no one else can use it during that time, that’s why charges apply.
Maikelnight
Maikelnight10mo ago
Ok thanks for the answer
flash-singh
flash-singh10mo ago
from serverless, when the worker status is running, you get charged, that mainly covers cold-start, your code and modal loading onto container/vram, your actual run, and your idle timeout setting

Did you find this page helpful?