Price before deployment
The selected GPU and capacity type determine the hourly compute rate shown before creation.
Choose an OCI image, Paris or Frankfurt request region, persistent storage, capacity mode and resource settings, then create and manage the configuration from the dashboard.
Compare GPU hardware and catalog ratesTransparent baseline
$0.16/hr
NVIDIA RTX A5000 on-demand from
19
Priced GPU models
OCI
Container images
2
EU request regions
1
Workspace control plane
Why GPURento
The selected GPU and capacity type determine the hourly compute rate shown before creation.
Use your OCI image, persistent volume size and resource name in one repeatable configuration.
Select Paris or Frankfurt as the requested execution region from the same workspace.
From code to capacity
Pick capacity
Filter by GPU, VRAM, region, uptime tier and total cost.
Attach your environment
Select a template or point to a private container registry.
Create from the dashboard
Prepaid resources need a positive wallet balance. The $50 minimum applies to deposits, not to your remaining balance.
await fetch("/api/instances", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({
name: "training-h100",
gpuId: "h100-sxm",
region: "eu-west-par",
image: "pytorch/pytorch:2.6-cuda12.6",
capacityType: "on-demand",
volumeGb: 200
})
})Included
Every workload gets the same API, identity, billing and observability layer.
It is a dedicated, containerized compute environment with direct access to one or more GPUs. You control the image, libraries, storage and exposed services.
Yes. The resource stores an OCI-compatible image reference along with its storage and region settings.
Compute stops accruing, while persistent volumes and reserved IPs can continue to incur storage or allocation charges. The console shows both running and stopped-state estimates before deployment.
Use VRAM first, then expected throughput and budget. The GPU directory compares memory, architecture, pricing and recommended workloads.
Ready when you are