Appearance
Catalog
Read-only GPU and datacenter inventory. Requires auth and linked RunPod credentials.
GET /v1/catalog/gpus
Returns catalog_gpus envelope with data.items.
bash
curl -s "https://api.skilleo.org/v1/catalog/gpus?include=availability&cloud=secure" \
-H "Authorization: Bearer $SKILLEO_API_KEY"Each GPU includes id (use as gpu_type on compute), memory_gb, pool (serverless pool id), and price per cloud.
Query parameters
| Param | Notes |
|---|---|
include=availability | Requires product=pod, serverless, and/or cluster |
cloud=secure | secure or community |
count | 1–8, for availability context |
GET /v1/catalog/datacenters
Returns catalog_datacenters envelope. Each item id is the data_center for storage create.
bash
curl -s "https://api.skilleo.org/v1/catalog/datacenters?include=availability" \
-H "Authorization: Bearer $SKILLEO_API_KEY"| Param | Notes |
|---|---|
include=availability | Adds gpus array per datacenter |
This route does not start a GPU.