Skip to main content
Manage plans, credits, and billing actions in the dashboard:

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
So billed credits and billed USD are numerically equal in current production configuration.

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

  1. POST /v0/jobs returns estimate for one reservation window (60s).
  2. During runtime, reservation entries may appear.
  3. At terminal state, final settlement uses actual runtime seconds.
  4. Ledger reconciles reservation vs final billed amount.

Estimate vs Final

  • estimated_credits / estimated_usd are submit-time estimates.
  • Final billing uses:
    • billed_usd = runtime_seconds / 3600 * 2.99
    • billed_credits = billed_usd / 1.0

Example

For runtime of 24 seconds:
  • billed_usd = 24 / 3600 * 2.99 = 0.0199
  • billed_credits = 0.0199
  • Dashboard may show rounded amount: 0.02