Faster autoscaling than other providers
Tokens processed every week
Lower cost at high throughput
Y Combinator
Built for teams that outgrew the hyperscaler bill.
The network absorbs failures and load spikes before they reach your users.
Global GPU capacity
A global mesh of GPUs, all in one network.
Automatic failover
Traffic reroutes to a healthy node in milliseconds.
Instant load balancing
Requests spread across every available node.
Uptime SLA available
Committed uptime, latency, and throughput on dedicated capacity.
Everything you need to run AI.
Run the same models with serverless inference, dedicated GPUs, or batch jobs, all through one API and one network.


Serverless inference
Hosted models behind one endpoint. Capacity scales with your traffic, and you pay for what you generate.
Dedicated compute
Take a GPU when you want control: your runtime, your image, metered per minute.
Batch jobs
Queue heavy workloads and run them at a lower price than interactive traffic.
A New Architecture for AI Compute
Built on both owned GPU infrastructure and a global distributed GPU network.
OpenRelay API
Control OpenRelay from your own stack.
Inference API
Point any OpenAI SDK at OpenRelay and change nothing else.
- OpenAI-compatible
- Drop-in for existing clients
- Automatic routing
- Latency, cost, and health aware
import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://api.openrelay.inc/v1", apiKey: process.env.OPENRELAY_API_KEY, }); await client.chat.completions.create({ model: "openai/gpt-oss-120b", messages: [{ role: "user", content: "Hello" }], });
Compute API
Create GPU VMs from code: pick a GPU, an image, and a count, then SSH in when it boots.
- RTX 4090 to H100
- Same call, any tier
- Persistent volumes
- Disks survive restarts
import os import requests org = os.environ["OPENRELAY_ORG_ID"] key = os.environ["OPENRELAY_API_KEY"] resp = requests.post( f"https://api.openrelay.inc/v1/orgs/{org}/vms/create", headers={"Authorization": f"Bearer {key}"}, json={"name": "vllm-h100", "gpuModelId": "h100", "gpuCount": 1}, )
CLI
The orl CLI wraps the same API, so fleets script from your shell and wire straight into CI.
- orl vms
- Create, snapshot, fork, SSH
- Spec-locked
- Generated from the spec
$ orl vms create \ --name training-01 \ --gpu-model-id h100 \ --gpu-count 1 $ orl vms ssh training-01
Pay by the hour. Nothing else.
Metered per minute, with no egress fees and no commitments.
Compare GPU pricingFrequently asked questions.
Talk to the teamProvisioning time depends on the hardware and image you choose. The dashboard reports each stage until your VM is ready. Hosted models need no deployment.










