pod_quote
Get a non-binding price quote and reserved provisioning token for a GPU pod. Use the token to confirm and provision within 60 seconds.
Instructions
Get a non-binding price quote + reserved provisioning payload.
Returns a quote_token (TTL=60s) that you pass to pod_create with confirm=True to actually provision. This tool has NO side effects.
The server picks the cheapest matching GPUAvailability row that satisfies the requested disk/vcpu/memory. If none matches, returns an error explaining what's available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu_type | Yes | GPU type slug, e.g. 'H100_80GB'. | |
| gpu_count | No | Number of GPUs per pod (1, 2, 4, 8). | |
| disk_size_gb | No | Disk size in GB. | |
| vcpus | No | vCPU count. | |
| memory_gb | No | Memory in GB. | |
| image | No | Container image slug. Use 'ubuntu_22_cuda_12' if unsure. | ubuntu_22_cuda_12 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||