Thunder Compute
Thunder Compute is a low-cost GPU cloud offering on-demand virtual GPU instances (T4, A6000, A100 80GB, L40, H100 PCIe) billed per minute. Developers provision and manage instances primarily through the tnr CLI, with a documented REST API at https://api.thundercompute.com:8443/v1 for creating, listing, modifying, and deleting instances, managing snapshots and SSH keys, and reading pricing/specs. A Terraform provider wraps the same API.
APIs
Thunder Compute Instances API
REST endpoints to create, list, modify, and delete on-demand virtual GPU instances, add SSH keys to an instance, and update forwarded HTTP ports. Instance configuration covers G...
Thunder Compute Snapshots API
Create, list, and delete snapshots captured from running instances for long-term storage, plus read available Thunder templates used to seed new instances.
Thunder Compute Account API
Account-level utility endpoints to add, list, and delete account SSH keys, list API tokens, and read current GPU pricing and hardware specifications.
Thunder Compute CLI (tnr)
The tnr command-line interface is the primary developer surface for Thunder Compute, wrapping the REST API to log in, create, connect to, snapshot, and delete GPU instances and ...