Get Current GPU Supply Snapshot
Returns a current point-in-time snapshot of all GPU types with counts, utilization, and pricing percentiles.
Authorizations
API key must be provided in the Authorization header
Query Parameters
Filter by verification status
yes, no, all Filter by hosting type
all, secure_cloud, community GPU count bucket or "all" for true population
Response
Success. Returns {success: true, gpus: [{gpu_name, total, available, rented_verified, avail_verified, rented_unverified, avail_unverified, usage, usage_30d, dlperf, tflops, price_p10, price_p25, price_median, price_p75, price_p90, tflops_per_dollar, dlperf_per_dollar}]}. If the user is a host with no active machines, returns {success: true, gpus: [], needs_machine: true}.