v16

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

Get a list of gpu models per vendor. Based on the content from https://raw.githubusercontent.com/akash-network/provider-configs/main/devices/pcie/gpus.json.

get/v1/gpu-models

Response

List of gpu models per.

namestring required
displayNamestring required

Example response

[
  {
    "displayName": "NVIDIA",
    "models": [
      {
        "displayName": "RTX 4090"
      }
    ]
  }
]