Serverless
No setup
Any model, one endpoint. Capacity is shared, so you pay only for tokens you consume.
- No minimum
- Shared fleet
- Day-zero models
OPEN MODEL ACCESS
The stack that tunes private workloads runs the public fleet. Point an OpenAI-compatible client at Qloud and call any open model.
https://api.qloud.sh/v1client = OpenAI(
base_url="https://api.qloud.sh/v1",
api_key=QLOUD_API_KEY,
)
client.chat.completions.create(
model="deepseek-v4-flash",
messages=messages,
)Migration is a base URL and a key.
Access / 01
Same models in every mode. What changes is who absorbs idle capacity and how tightly latency is bounded.
4 access modesSwipe to compare
No setup
Any model, one endpoint. Capacity is shared, so you pay only for tokens you consume.
Private, still per-token
A private endpoint our agents tune to your traffic. Dedicated behaviour without paying for idle GPUs.
When latency is contractual
Reserved accelerators sized to your roadmap, scaling policy under your control.
Deadline-tolerant
Offline work on spare capacity, for jobs where real-time latency is irrelevant.
Catalog / 02
Models are added as they ship. Quantized variants are labelled, never swapped in silently for the checkpoint you asked for.
ReasoningLong contextFrontier reasoning for hard, low-volume work
Low latencyHigh volumeDistilled tier for interactive and batch traffic
Start / Open models