Skip to main content
GPU ModelConfigurationPriceMemoryKey Features
H200 NVL PCI-E4x or 8x GPUs$2.70/hour-Single-node with NVLink
H100 NVL PCI-E2x, 4x, or 8x GPUs$1.88/hour-Single-node with NVLink
HGX H2004x or 8x GPUs$2.63/hour-Single and multi-node cluster
HGX B200TBA$4.13/hour-Blackwell GPU architecture
GB20036 Grace CPUs + 72 Blackwell GPUs$8.00/hour-Liquid-cooled rack
L40S2x, 4x, 8x GPUs$1.80/hour48GBPCIe configuration
RTX PRO 60001-8x GPUs$1.24/hour-Blackwell Architecture
RTX A60001x or 2x GPUs$0.60/hour48GBPCIe configuration
RTX A50001x or 2x GPUs$0.45/hour24GBPCIe configuration
Pricing is shown as starting rates per hour. Actual pricing may vary based on configuration, region, and availability.

Getting Started

To deploy GPU compute resources:
  1. Choose your GPU configuration based on your workload requirements
  2. Create a machine using the Airon CLI or API
  3. Configure your environment with the necessary frameworks and libraries
  4. Deploy your workload and monitor performance
# Example: Create a machine with 4x H100 GPUs
airon machines create \
  --type gpu \
  --architecture x86 \
  --brand nvidia \
  --model h100 \
  --number 4 \
  --region us-west-2
For more detailed guidance on GPU compute deployment, see our Getting Started guide or explore our tutorials.