Base URLhttps://api.gpuli.com/v2
认证方式Authorization: Bearer
速率限制600 req / min
GET/gpus型号、价格与各机房库存
GET/instances实例列表
POST/instances创建实例(gpu, count, region, cycle, image, ssh_key)
POST/instances/{id}/stop · /start · /reboot电源操作
DELETE/instances/{id}销毁实例
GET/instances/{id}/metricsGPU 利用率、显存、温度(10 秒粒度)
GET/wallet余额与最近交易
GET/billing/months/{yyyy-mm}月度对账单
所有响应为 JSON;错误使用标准 HTTP 状态码并附 error.code 字段。写操作需幂等键 Idempotency-Key 头以避免重复扣费。超出速率限制返回 429 与 Retry-After。