AI Notebook Billing
Billing Logic
Minimum billable usage
Time to charge (Deduct credits in balance)
Based on Usage volume and duration:
GPU kernel:
Number of GPUs in a kernel
Usage duration by seconds
Kernel status: Idle/ Busy
01 second
Every 15 minutes
Billing Equation
Usage duration: Calculated in seconds (Usage is not rounded up).
Formula
Cost = Usage duration (seconds) * Item price from the hourly pricing table.
Example
You use a kernel with one H100 GPU (15 CPUs, 250 GB RAM, 1 GPU) and 100 GB Persistent storage priced at $2.31/hour for 30 minutes
Usage duration: 30 minutes =0.5 hours
Cost: $2.31/hour × 0.5 hour = $1.16
Last updated
