v16

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0112316797.5 KB
Gpu

Get a list of gpu models with their availability and pricing.

get/v1/gpu-prices

Response

List of gpu models with their availability and pricing.

Example response

{
  "models": [
    {
      "price": {
        "currency": "USD"
      }
    }
  ]
}