list-gpu-types
List available GPU types with filters for minimum VRAM, cloud type, and name search to find valid GPU type IDs before creating a pod or endpoint.
Instructions
List available GPU types with stock/pricing and capability filters (minimum VRAM, secure/community cloud, name search). Use this to discover valid gpuTypeIds before creating a pod or endpoint. On v2 the realtime stock filter is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 20, max 100). Use the returned nextCursor to fetch the next page. | |
| cursor | No | Opaque pagination cursor from a previous response (nextCursor). Omit to start from the beginning. | |
| searchTerm | No | Search term to filter GPUs by name (e.g., 'A100', 'RTX 4090') | |
| minMemoryGb | No | Filter to GPUs with at least this much VRAM in GB | |
| secureCloudOnly | No | Filter to only GPUs available in secure cloud | |
| communityCloudOnly | No | Filter to only GPUs available in community cloud | |
| includeUnavailable | No | Include GPUs that are currently out of stock. Default is false |