Wide range of Tesla, Ampere and RTX GPUs
13 types of the most advanced NVIDIA GPUs are always at your fingertips.
For learning
Tesla V10032 GB
A10080 GB
H10080 GB
H200141 GB
Fore render and gaming
RTX 2080 Ti11 GB
RTX 309024 GB
RTX A500024 GB
RTX 409024 GB
RTX 509032 GB
For inference
Tesla T416 GB
A1024 GB
RTX 308010 GB
A216 GB
Ready-made OS images with the required software
Create virtual servers by utilizing our pre-configured OS images with either Windows or Linux, along with specialized pre-installed software.
View all the pre-installed images
in the Marketplace.
GPU Cloud servers at your fingertips. At a great price
Thanks to our specialized infrastructure we are able to provide computing power at optimal rates.
-
A2
1 A2
16384 MB RAM
160 GB SSD
from $0.30 per hour
Launch
-
V100
1 V100
65536 MB RAM
160 GB SSD
from $1.18 per hour
Launch
-
A100
1 A100
131072 MB RAM
160 GB SSD
from $2.50 per hour
Launch
-
H100
1 H100
131072 MB RAM
160 GB SSD
from $3.95 per hour
Launch
-
2080 Ti
2 2080 Ti
32768 MB RAM
160 GB SSD
from $0.60 per hour
Launch
-
3090
1 3090
32768 MB RAM
160 GB SSD
from $0.79 per hour
Launch
-
4090
1 4090
32768 MB RAM
160 GB SSD
from $0.97 per hour
Launch
-
2080 Ti
1 2080 Ti
8192 MB RAM
40 GB SSD
from $0.28 per hour
Launch
-
A10
1 A10
16384 MB RAM
60 GB SSD
from $0.41 per hour
Launch
-
3080
1 3080
16384 MB RAM
40 GB SSD
from $0.48 per hour
Launch
-
2080 Ti
4 2080 Ti
131072 MB RAM
160 GB SSD
from $1.26 per hour
Launch
-
3090
4 3090
98304 MB RAM
160 GB SSD
from $2.90 per hour
Launch
-
4090
4 4090
98304 MB RAM
160 GB SSD
from $3.62 per hour
Launch
View all GPU configurations
You can also order CPU configurations and dedicated servers with GPUs.
Pure OpenStack API
Developers and system administrators can manage the cloud using the full OpenStack API.
Authenticate ninja_user example:
$ curl -g -i -X POST https://api.immers.cloud:5000/v3/auth/tokens \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-d '{"auth": {"identity": {"methods": ["password"], "password": {"user": { "name": "ninja_user", "password": "ninja_password", "domain": {"id": "default"}}}}, "scope": {"project": {"name": "ninja_user", "domain": {"id": "default"}}}}}'
Create ninja_vm example:
$ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"server": {"name": "ninja_vm", "imageRef": "8b85e210-d2c8-490a-a0ba-dc17183c0223", "key_name": "mykey01", "flavorRef": "8f9a148d-b258-42f7-bcc2-32581d86e1f1", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cc5f6f4a-2c44-44a4-af9a-f8534e34d2b7"}]}}'
STOP ninja_vm example:
$ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers/{server_id}/action \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"os-stop" : null}'
START ninja_vm example:
$ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers/{server_id}/action \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"os-start" : null}'
SHELVE ninja_vm example:
$ curl -g -i -X POST https://api.immers.cloud:8774/v2.1/servers/{server_id}/action \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN" \
-d '{"shelve" : null}'
DELETE ninja_vm example:
$ curl -g -i -X DELETE https://api.immers.cloud:8774/v2.1/servers/{server_id} \
-H "User-Agent: YOUR-USER-AGENT" \
-H "X-Auth-Token: YOUR-API-TOKEN"
Documentation
Subscribe to our newsletter
Get notifications about new promotions and special offers by email.