deploy_gpu_node
Provision real GPU compute on Kilawatt Cloud, charging the caller's wallet and starting a machine. Use dry_run to price the run and check authorization without provisioning.
Instructions
Provision real GPU compute on Kilawatt Cloud. Charges the caller's Kilawatt wallet and starts an actual machine. Set dry_run to true to price the run and check balance, spend caps, rate limits and concurrency without provisioning or charging anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Price and pre-authorize only. Returns the cost estimate, the routing order and whether the account is authorized, without provisioning or charging. | |
| gpu_type | No | GPU model identifier, e.g. nvidia-h100, nvidia-h200, nvidia-b200. | nvidia-h100 |
| card_count | No | Number of GPUs to provision. | |
| routing_policy | No | How the smart order router picks a node. | lowest_cost |
| duration_seconds | No | How long the node is needed, in seconds. Billed up front. |