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.
Example response
[
{
"displayName": "NVIDIA",
"models": [
{
"displayName": "RTX 4090"
}
]
}
]