Current Pricing Units
- Runtime rate: $2.99 per GPU-hour
- Credit conversion: 1 credit = $1.00
- Retained storage: $0.05 per GB-month (after free retention window)
- Download egress: $0.11 per GB
Storage and Egress Charges
- Storage is free during the retention window, then charged daily pro-rata at the monthly rate.
- Egress is charged when artifacts/checkpoints are downloaded.
- These charges appear as separate billing entries from runtime settlement so usage is transparent.
Charging Sequence
POST /v0/jobsreturns estimate for one reservation window (60s).- During runtime, reservation entries may appear.
- At terminal state, final settlement uses actual runtime seconds.
- Ledger reconciles reservation vs final billed amount.
Estimate vs Final
estimated_credits/estimated_usdare submit-time estimates.- Final billing uses:
billed_usd = runtime_seconds / 3600 * 2.99billed_credits = billed_usd / 1.0
Example
For runtime of 24 seconds:billed_usd = 24 / 3600 * 2.99 = 0.0199billed_credits = 0.0199- Dashboard may show rounded amount:
0.02