Skip to main content

Billing

The system supports the following billing types:

  • DevPod: Billed by minute
  • Serverless: Billed by second
  • Storage: Billed by hour
  • Playground: Billed by hour

DevPod

The minimum billing unit is one minute. Usage less than one minute is rounded up to one minute.

Cost=Price(perminute)×NumberofGPUs×UsageDuration(minutes)Cost = Price(per minute) \times Number of GPUs \times Usage Duration(minutes)

Billing Timing:

  1. Billing starts when Pod is launched
  2. System checks usage and charges every minute
  3. Final billing occurs when Pod is deleted

Serverless

Charged by second based on usage time.

Cost=Price(persecond)×NumberofGPUs×UsageDuration(seconds)Cost = Price(per second) \times Number of GPUs \times Usage Duration(seconds)

Storage

Charged hourly based on actual storage usage.

Cost=Price(perhour)×StorageCapacity(Gi)×UsageDuration(hours)Cost = Price(per hour) \times Storage Capacity(Gi) \times Usage Duration(hours)

Playground

Charged hourly based on actual model tokens usage.

Cost=Price(per1Mtokens)÷1M(tokens)×UsageTokens(tokens)Cost = Price(per 1M tokens) \div 1M(tokens) \times Usage Tokens(tokens)

Balance Management

Minimum Balance Requirements

  1. Creating DevPod requires at least $1 balance
  2. Creating Serverless requires at least $5 balance
  3. Creating Storage requires at least $5 balance
  4. Requsting Playground at least $0.5 balance

Insufficient Balance

  1. New resource creation will be rejected
  2. Existing resources will be marked as in arrears
  3. System will send low balance notifications
  4. Running DevPod/Serverless resources will enter suspended state and stop serving requests
    • Services will remain suspended until balance is restored
    • Manual restart is required after recharging to resume services

Balance Top-up

The system supports credit card top-up through Stripe payment platform.

  1. Minimum top-up amount is $10
  2. Payment page expires in 30 minutes
  3. Only USD is supported
  4. We provide every newly registered user with a $2 experience fund

Important Notes

  1. Please ensure sufficient balance before creating resources
  2. Regular review of billing details is recommended to understand resource usage
  3. In case of billing anomalies, please keep relevant records and contact technical support promptly