Base fee
Every job pays a base fee for the time the runtime is allocated, in addition to media usage.
| Rate (USD/min) | Description |
|---|---|
| $0.002 | Per minute of 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 job:
base_fee = ceil(45) × $0.002 = $0.09Base fee is small relative to media usage for typical jobs.