Compute

One interface for cloud GPUs.

Point Compute at a Python function. It provisions a fresh machine for the job and streams output to your terminal. When the run ends, Compute confirms termination and puts provider usage and the platform fee on one receipt.

Fine-tuning modelsReinforcement learningBatch inference

A run, end to end

simple_mlp.py · H100live

$ compute run simple_mlp.py::train --gpu H100

  1. estimaterate locked · confirmation required
  2. provisionfresh H100-SXM requested
  3. ready80 GB HBM3 available
  4. stdoutstep 1/3 · loss 0.8421
  5. result{"status":"ok","artifact":"result.json"}
  6. terminatedmachine gone · receipt final
Provider usage$0.80
Platform fee$0.06
Total debit$0.86
Providers

Choose where the GPU runs.

RunPod, Hot Aisle, and Vast.ai are available now. AWS, GCP, and Azure are coming soon. See the GPU list.

  • RunPodSecure H100 capacity
    Available
  • Hot AisleMI300X capacity
    Available
  • AWSEC2 GPU instances
    Coming soon
  • GCPCompute Engine GPUs
    Coming soon
  • AzureAzure GPU VMs
    Coming soon
  • Vast.aiSpot instances
    Available
Get started

Start a run in four steps.

  1. 01

    Sign up

    Use an enabled sign-in method.

  2. 02

    Buy credits

    Add at least $10 in prepaid credit.

  3. 03

    Install the CLI

    Install directly from compute.cx.

    curl -fsSL https://compute.cx/install.sh | sh
  4. 04

    Run your computation

    Pass a Python entry point and choose a GPU.

    compute run simple_mlp.py::train --gpu H100
Use cases

Find the guide that fits.

Each guide explains the workload and gives you the exact command.

Receipt-first pricing

Provider rate, plus 7.5%.

Each run uses the provider rate locked when you request the machine, plus a flat 7.5% platform fee. There are no subscriptions or usage tiers. A machine that never becomes ready costs $0.

Full pricing
One run, one machine

Run the function and keep the result.

Create an account and add credit. Once the CLI is installed, the first GPU run is one command away.