Features Pricing For Providers Docs Team
Log in Get Started
Now in Public Beta

One API.
Every GPU.
No Lock-in.

Access 21+ GPU cloud providers through a single API. Unified billing, automatic failover, zero subscriptions. Pay only for what you use.

21+
Cloud Providers
€0
Monthly Subscription
<1s
Job Routing

Routing your workloads across

AWS Google Cloud Azure Lambda Labs CoreWeave RunPod Vast.ai Together AI Paperspace FluidStack AWS Google Cloud Azure Lambda Labs CoreWeave RunPod Vast.ai Together AI Paperspace FluidStack

Everything you need to run GPU workloads

Stop juggling multiple cloud accounts. Clearly gives you one gateway to every major GPU provider.

Unified API

One API to access all providers. Write once, deploy anywhere. No vendor-specific code required.

Smart Routing

Automatically routes your jobs to the optimal provider based on cost, availability, and performance.

Instant Failover

Spot instance terminated? Your job automatically continues on another provider. Zero downtime.

Transparent Pricing

See exactly what you pay. No hidden fees, no markups. Provider costs plus our small margin.

Prepaid Credits

Load credits once, use them anywhere. No subscription, no commitments. Full control over spending.

European Sovereignty

GDPR compliant. Data residency options. Run workloads on EU-only infrastructure when you need to.

Simple, powerful API

Get started with a few lines of code. Our API is designed to be intuitive for developers who've used any cloud provider before.

OAuth with GitHub, Google, Microsoft
Full REST API + Python SDK
SSH key management built-in
Python
from clearly import Client

client = Client()

# Launch a GPU instance - routed automatically
instance = client.instances.create(
    gpu_type="A100-80GB",
    image="pytorch:2.1",
    spot=True
)

# Run your training job
instance.run("python train.py")

# Auto-failover if spot is preempted
print(f"Running on: {instance.provider}")

Ready to simplify GPU access?

Start with €100 free credits. No credit card required.

Get Started Free