Rent GPU
Last updated
Was this helpful?
Last updated
Was this helpful?
/v1/rentgpu/machines
USD
, CNY
Enumeration types supported: 'HK', 'SE', 'CZ', 'CA', 'RO', 'US', 'ES', 'BR', 'CN', 'JP', 'DE', 'AU', 'IT', 'RU', 'PL', 'VN', 'PH', 'TW', 'NL', 'RS', 'SG', 'AR', 'NZ', 'FI', 'IN', 'BG', 'NO', 'EE', 'MY', 'BH', 'GB', 'LT'
Comma-separated GPU types. Supported types are: 'NVIDIA_GeForce_RTX_3090', 'NVIDIA_GeForce_RTX_3090_Ti', 'NVIDIA_GeForce_RTX_4090', 'NVIDIA_A100_SXM4_80GB', 'NVIDIA_H100_SXM5_80GB', 'NVIDIA_A100_80GB_PCIe', 'NVIDIA_A100_PCIE_80GB', 'NVIDIA_ A800_PCIe_40GB', 'NVIDIA_A100_SXM4_40GB', 'NVIDIA_A100_PCIE_40GB', 'NVIDIA_GeForce_RTX_A6000', 'NVIDIA_Quadro_RTX_8000', 'NVIDIA_GeForce_RTX_4080', 'Tesla_V100_PCIE_32GB', 'Tesla_V100_SXM2_32GB', 'NVIDIA_Quadro_RTX_6000', 'NVIDIA_GeForce_RTX_3080', 'NVIDIA_GeForce_RTX_4070_Ti', 'Tesla_V100_PCIE_16GB', 'TITAN_RTX', 'Tesla_V100_SXM2_16GB', 'NVIDIA_GeForce_RTX_3070', 'TITAN_V', 'NVIDIA_GeForce_RTX_4060_Ti', 'NVIDIA_GeForce_RTX_2080_SUPER', 'NVIDIA_GeForce_RTX_2080_Ti', 'NVIDIA_GeForce_RTX_4060', 'NVIDIA_GeForce_RTX_2080', 'TITAN_Xp', 'NVIDIA_GeForce_RTX_2070_SUPER', 'NVIDIA_GeForce_GTX_1080_Ti', 'NVIDIA_GeForce_RTX_3060', 'TITAN_X_Pascal', 'NVIDIA_GeForce_RTX_2060_SUPER', 'NVIDIA_GeForce_RTX_2070', 'NVIDIA_GeForce_GTX_1070_Ti', 'NVIDIA_GeForce_RTX_3060_Laptop_GPU', 'NVIDIA_GeForce_GTX_1080', 'NVIDIA_GeForce_GTX_1070', 'NVIDIA_GeForce_GTX_1660_Ti', 'NVIDIA_GeForce_GTX_1060_6GB', 'Tesla_M60', 'NVIDIA_RTX_6000_Ada_Generation'.
Your API token
/v1/rentgpu/auths/
The marker of the last auth you got, not specified if you want to get the first page.
The number of auths you want to get.
Your API token
/v1/rentgpu/images/
Your API token
The name of the image
The description of the image
The name of the image, such as pytorch/pytorch or tensorflow/tensorflow.
The version of the image, such as 1.8.0, 2.6.0 or latest.
The label of the image, such as pytorch, tensorflow or unbuntu.
The username of the docker registry if it is private
The password of the docker registry if it is private
The docker registry if it is private, the default is https://index.docker.io/v1/
Public port you want to expose from this container, it's optional
The command you want to run when the container starts, it is not required
The options you want to pass to the container, only support --add-host, -e, -h, -w, it is not required
/v1/rentgpu/images/
Image type you want to filter, the value can be OFFICIAL, PUBLIC, CUSTOM, default is OFFICIAL
An enumeration.
The marker id of the image you got, used for pagination
The number of images you want to get, default is 10
Your API token
/v1/rentgpu/containers/
Your API token
Your container name.
Auth id, You should create a container authorization first.
GPU number you want to rent.
Node name returned by the query machine interface.
You can choose an image template or create a new one.
Payment type, an enum value, you can choose USD, NMT or CNY, mean what currency is used from your balance deducting fees.
An enumeration.
/v1/rentgpu/containers/
An enumeration.
The number of containers you want to get, default is 10
The marker of the last container id you got, not specified by default, you can use it to get the next page
Your API token