// Hardware — section 06. The Toronto GPU fleet, framed by what we don't do: // nothing pre-installed, nobody looking. Node configs only, not full spec sheets. function Hardware() { const fleet = [ ['1 node', '8× RTX 5090'], ['1 node', '4× NVIDIA H200'], ['3 nodes', '8× RTX 4090'], ]; return (
GPU hosting

GPU nodes in
Toronto.

Rent a single GPU or a whole node, on the same private, owned infrastructure as the rest of the platform. Five nodes live, more underway.

Yours alone

Nothing is pre-installed. The node boots bare — root, a clean disk, your choice of stack. We don't image it, log into it, or look at what runs on it. Wipe it when you're done; the disk is yours.

Fleet · Toronto 5 nodes live
{fleet.map(([count, config], i) => (
{count} {config}
))}
Rent 1 GPU and up. Billed by the second.
); } window.Hardware = Hardware;