provider field entirely to use it.
GPU types
L4 and A10G are single-GPU instances — you rent one card. A100 and H100 are whole 8-GPU nodes: you get (and pay for) all 8 cards regardless of
gpu_count, which controls how many are used for training, not how many are rented.
Submitting a job
Notes
- Billing is per-second, on-demand or spot.
- Regions: AWS is the only provider with manual region selection — pass
regionat submit, or omit it for the default. Unknown regions 400 with the offered list. - Multi-node gangs (
num_nodes >= 2, custom-script only) are AWS-only and require the 8-GPU A100/H100 shapes.
Where to go next
All providers
Compare GPUs, billing, and status across providers.
Custom scripts (L3)
Bring your own training loop — runs on AWS NVIDIA GPUs.

