{ "opencollection": "1.0.0", "info": { "name": "Qubrid AI Compute Chat Completions GPU Catalog API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GPU Catalog", "type": "folder" }, "items": [ { "info": { "name": "List available GPU types", "type": "http" }, "http": { "method": "GET", "url": "https://platform.qubrid.com/api/v1/gpus" }, "docs": "Returns a catalog of available GPU types and configurations on the Qubrid AI platform, including NVIDIA H100, H200, B200, and other accelerators with their pricing, memory specifications, and availability by region." } ] } ], "bundled": true }