Logo HIT1.COM
GPU API Documentation

Get GPU List

Use the GET or POST method to retrieve the list of GPUs:

https://hit1.com/api/getgpu2?key=[key]&gpuType=[gpuType]

Parameters:

  • key: Your API key.
  • gpuType: The type of GPU you want to retrieve information for.

Successful result:

{
    "status": "success",
    "data": [{
        "id": 1234,
        "diskType": "nvme",
        "downloadSpeedtest": 424,
        "uploadSpeedtest": 417,
        "diskSpeedRead": 3875,
        "diskSpeedWrite": 5741,
        "gpuModel": "RTX A2000",
        "gpuPcieGen": 4,
        "gpuPcieBandwidth": 32,
        "gpuPcieWidth": 16,
        "gpuDriverVer": "565.77",
        "gpuCudaVer": "12.6",
        "sla": 99.3,
        "errors": [],
        "cpuModel": "AMD Ryzen 5 8500G w\/ Radeon 740M Graphics",
        "rentalTimeMax": 4320,
        "rentedDemandCount": 0,
        "expiresAt": "2025-12-31 06:00:00 GMT+0700",
        "diskSize": 1830,
        "cpuCoreCount": 12,
        "systemMemory": 65536,
        "sysDlp": 34,
        "gpuTFlops": 14,
        "gpuMemorySize": 6144,
        "gpuCount": 1,
        "pricePerGpu": 1690,
        "pricePerDiskSize": 1,
        "pricePerTFlops": 280,
        "pricePerDlp": 680,
        "isAvailableForDemand": true,
        "isAvailableForInterruptible": true,
        "rig": {
            "id": 2345,
            "gpuCount": 1,
            "region": "Europe",
            "country": "NO"
        },
        "rigRentalDatacenter": null,
        "rigRentalHostId": 34,
        "numOfInstances": 1,
        "instanceMarket": 1234
    }]
}
    ]
}

API Link:

Rent GPU

GPU rental options:

https://hit1.com/api/rentgpu2?key=[key]&id=[id]&templates=[templates]&count_gpu=[count_gpu]&count_storage=[count_storage]&count_port=[count_port]

Parameters:

  • key: Your API key.
  • id: The ID of the GPU node.
  • templates: Type of templates or operating system.
  • count_gpu: Number of GPUs.
  • count_storage: Amount of Storage in GB.
  • count_port: Example 111,222.
Templates:

Successful result:

{
  "status": 200,
  "message": "GPU rental successful!",
  "id": 1234
}

API Link:

Reboot GPU, DELETE GPU

GPU Reboot Options:

https://hit1.com/api/option_gpu2?key=[key]&id=[id]&option=[option]

Parameters:

  • key: Your API key.
  • id: ID of the rented GPU.
option:

Successful result:

{"message":"Reboot successful","success":true}
{"message":"Delete successful","success":true}

API Link:

© 2025. hit1.com All rights reserved.