Allocate
Cloud AgentsA fleet that works, in secure sandboxesModelsEvery model behind one keyRecursiveDBWork becomes training signalTrainingYour data becomes your modelMeterEvery token tracked, liveData SecurityIsolated inside your boundary
EnterprisePricing
ChangelogDocsFree toolsGlossary
ModelsSign inTalk to sales
Allocate documentation
QuickstartsYour first inference callUse Allocate from your coding agent
PlatformGatewayRoutesModelsKeysMeter
API referenceCreate a chat completionList models
PlanesPrivate Inference CloudCloudlightCloudheavyLearningAgentsRecursiveDBTraining
Allocate

Regulated cloud inference. An AI model you own and grow, on infrastructure you control.

Product
Cloud AgentsModelsRecursiveDBTrainingMeterData SecurityPricing
Solutions
HealthcareInsuranceFinancial servicesOperationsAgenciesStartupsSouth AfricaGulf region
Resources
ChangelogDocumentationAPI referenceFree toolsGlossarySecurity
Popular models
Gemini 3.5 FlashDeepSeek V4GPT-5.5Qwen 3.5Best open-weight modelsExplore all
Company
EnterpriseAboutCareersContactTalk to sales
© 2026 Allocate. All rights reserved.POPIA ready · security overview

Gateway

One endpoint for every model, metered from the first token.

The Gateway is the front door of your Private Inference Cloud: https://api.allocate.network/v1, speaking the standard chat completions wire. Any SDK that accepts a base URL works unchanged.

The hot path

Authentication runs against an edge cache of your key hashes, never a database. Gateway overhead is held to a 30ms p50 budget, enforced by a conformance suite that runs against production on every deploy, and self-reported on every response in the x-allocate-overhead-ms header.

Every response also carries:

HeaderWhat it tells you
x-allocate-request-idThe id for this request. Quote it in support conversations.
x-allocate-overhead-msGateway overhead for this request in milliseconds.
x-allocate-modelThe model that actually served the request.

No silent fallback

Failures surface as failures: they are metered with finish=error, captured with the upstream body preserved, and alerted on. When a provider errors, the error you receive keeps the provider's original response under error.native, so you debug against what actually happened. The only fallback that ever fires is the one you declared on a Route.

What rides on it

Every request through the Gateway is metered as it happens and captured into your tenant's experience database for RecursiveDB. One request, three primitives fed.

See the API reference for the full contract.

PreviousUse Allocate from your coding agentNextRoutes
On this pageThe hot pathNo silent fallbackWhat rides on it