GPU:NVIDIA GB10 Blackwell
Driver:580.142
CUDA:13.0
Memory:128 GB Unified
Status:ONLINE
LLM:LLaMA 3.1 8B ✓
Blackwell Architecture · GB10 · ARM64

Rent Raw
GPU Power

Professional GPU compute on a Dell Pro Max GB10 Blackwell. 128 GB unified memory. CUDA 13.0. Pay per second.

Get Started → Take the tour
Hardware Specifications
128GB
Unified Memory
CUDA 13
Compute Platform
GB10
Blackwell Architecture
580.142
Driver Version
ARM64
Grace CPU
CF
Cloudflare Protected
Pricing
Inference
£0.10/min
Run AI inference. LLaMA, Stable Diffusion, custom models.
  • LLaMA 3.1 8B included
  • REST API access
  • Pay per second
Get Started
Dedicated
£1.50/hr
Reserved GPU time with guaranteed availability.
  • Reserved scheduling
  • Priority queue
  • SLA guarantee
Contact Us
Quick Start API
$ curl -X POST https://api.opensource-ai-cloud.uk/auth/register \
  -d '{"email":"[email protected]","password":"secret"}'
{"id":1,"email":"[email protected]"}

$ curl -X POST https://api.opensource-ai-cloud.uk/jobs/create \
  -H "Authorization: Bearer <token>" \
  -d '{"command":"python3 train.py --epochs 10"}'
{"id":1,"status":"PENDING"}