Skip to content

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

ParamNotes
include=availabilityRequires product=pod, serverless, and/or cluster
cloud=securesecure or community
count1–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"
ParamNotes
include=availabilityAdds gpus array per datacenter

This route does not start a GPU.

Skilleo — /v1 at api.skilleo.org