Home›Products›Serverless Inference
Give a model, get a URL. A vLLM-based, OpenAI-compatible endpoint; when traffic stops it drops to zero, and so does its bill. This page is a plan: the product is not live yet.
The email address is a placeholder; the mailbox opens soon. No form, no tracking pixel — if you write, we keep the queue by hand.
The intended product
What follows are design targets. The day we measure them, we will replace this page with the measured figures; until then it should be read as a target.
The route: pre-pulling the image onto the host and caching the model weights on the host's NVMe. This is not a commitment but an engineering target — when we ship it, we will publish the real distribution (p50, p95).
When traffic stops the endpoint sleeps; a sleeping endpoint accrues no compute charge. It wakes on the first request. Not requiring a standby replica is what "you don't pay for seconds that don't work" means on the inference side.
An OpenAI-compatible API: bring your current client, your agent framework, your eval scripts as they are. We want the only changes to be base_url and the key — the cost of moving code should be close to zero.
The planned interface
The example beside this is the call shape we are aiming for. It is not a working endpoint today; when the contract is settled it will be published in the docs and this page will be updated.
The honest status
The ordering is not arbitrary: an inference product cannot work honestly without a reliable marketplace and our own supply underneath it. The phase order in the technical plan runs like this.
The invoice for an endpoint that scales to zero cannot be built honestly without per-second, health-gated metering underneath it. That infrastructure is being built in Phase 0 and Phase 1; inference rides on top of it.
Under two seconds is only possible if the model weights are already on the host's local disk. That in turn requires the host agent and our own supply — that is, Phase 1.
A user pastes a Hugging Face model name and has a production endpoint within ten minutes. Until that holds we will not say "live"; we don't ship half a screen.
The phase schedule rests on the month ranges in our technical plan and is a plan, not a commitment. If it slips, we will write it in the changelog. If you want to run inference work today the road is open: spin up a GPU pod and run vLLM yourself — it is described on the inference solution page.
Get notified
Write one line and tell us which model you want to run. We will lock the scope around the work of the people in the queue.
The mailbox opens soon. The waitlist is an email list; you are not added to a marketing sequence.