Skip to main content

Current Pricing Units

  • Runtime rate: $2.99 per GPU-hour
  • Credit conversion: 1 credit = $1.00
So billed credits and billed USD are numerically equal in current production configuration.

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