--gpu H100 is an alias for H100-SXM. --gpu MI300X is the AMD SKU (stock can be tight).
Flags
compute run --help is the live flag list.
What happens
- The CLI packages the target file (and what it imports from the project).
- The API enqueues a run if admission and credit allow it.
- A worker provisions a new machine, installs the image, runs the function, streams logs, then terminates the machine.
- You get a JSON return value, a receipt, and an empty
compute machineslist.
Provider vs SKU
You pick a GPU name. Compute picks the provider unless you pass--provider. You do not pick a region or an instance template.
Detached vs wait
--wait.
Inspect
result is the function return value. receipt is billed minutes and the platform fee (see Billing).