Base fee
The base fee is an idle runtime charge. It is charged only when a job produces no other billable usage. Once a job has billable source, node, sink, image, agent, or egress usage, the base fee is waived.
| Rate (USD/min) | Description |
|---|---|
| $0.002 | Per minute of idle job runtime |
When it starts and stops
Section titled “When it starts and stops”- Starts at successful job submit (
POST /v1/jobs) - Stops when the job reaches a terminal state (
completed,failed, idle timeout, max duration, or delete)
Example
Section titled “Example”A 45-minute idle CPU job:
base_fee = ceil(45) × $0.002 = $0.09An active job with billable usage pays its usage lines instead of this base fee.