GET JSON 免费调用

H100/H200/B200/B300 GPU 云算力价格查询接口

目前覆盖 H100、H200、B200 和 B300 每 15 分钟根据公开 On-demand 报价更新市场参考价,它不是最低价排行,也不包含 Spot、Reserved 等价格。

2
累计调用次数
0
今日调用
2026-09-05
上线时间
稳定运行(天)
接口地址
https://api.zxki.cn/api/aigpu
请求示例
https://api.zxki.cn/api/aigpu?sku=B300
请求参数说明共 0 个
名称必填类型说明
该接口无需请求参数
返回参数说明共 0 个
名称类型说明
暂无返回参数说明
返回示例
{
    "name": "Computable GPU Index",
    "fetched_at": "2026-09-05T07:19:30+08:00",
    "skus": {
        "B300": {
            "sku": "B300",
            "price_usd_gpu_hr": 7.827237,
            "stability_band": 0.905013,
            "unit": "USD/GPU/hour",
            "observed_at": "2026-09-04T23:00:00.000Z",
            "generated_at": "2026-09-04T23:02:11Z",
            "status": "ok",
            "freshness": "fresh",
            "coverage": {
                "n_sources": 8,
                "n_passing": 8,
                "frozen": [],
                "excluded": []
            }
        },
        "B200": {
            "sku": "B200",
            "price_usd_gpu_hr": 6.749805,
            "stability_band": 0.900895,
            "unit": "USD/GPU/hour",
            "observed_at": "2026-09-04T23:00:00.000Z",
            "generated_at": "2026-09-04T23:02:11Z",
            "status": "ok",
            "freshness": "fresh",
            "coverage": {
                "n_sources": 9,
                "n_passing": 9,
                "frozen": [],
                "excluded": []
            }
        },
        "H100": {
            "sku": "H100",
            "price_usd_gpu_hr": 3.49987,
            "stability_band": 0.59957,
            "unit": "USD/GPU/hour",
            "observed_at": "2026-09-04T23:00:00.000Z",
            "generated_at": "2026-09-04T23:02:11Z",
            "status": "ok",
            "freshness": "fresh",
            "coverage": {
                "n_sources": 17,
                "n_passing": 16,
                "frozen": [],
                "excluded": [
                    "vast"
                ]
            }
        },
        "H200": {
            "sku": "H200",
            "price_usd_gpu_hr": 4.251504,
            "stability_band": 0.63933,
            "unit": "USD/GPU/hour",
            "observed_at": "2026-09-04T23:00:00.000Z",
            "generated_at": "2026-09-04T23:02:11Z",
            "status": "ok",
            "freshness": "fresh",
            "coverage": {
                "n_sources": 14,
                "n_passing": 13,
                "frozen": [],
                "excluded": [
                    "vast"
                ]
            }
        }
    },
    "errors": null
}
代码示例
暂无代码示例