Privacy first
Data class, region, and retention policy are enforced before a provider receives the request.
Deadline-aware AI inference
Set the time. Get it back by then.
BackBy selects the lowest-cost eligible route for every request, while preserving the original realtime path to protect delivery.
Data class, region, and retention policy are enforced before a provider receives the request.
The requested model and original realtime path remain available as the delivery backstop.
Lower-cost capacity is used only when it remains eligible for the selected delivery window.
One request, one commitment
OpenAI- and Anthropic-compatible interfaces preserve the application’s existing request shape.
Privacy, region, retention, model, and credential constraints remove ineligible routes.
Current capacity and latency evidence determine whether flexible capacity can meet the window.
BackBy reserves enough time to fall back to realtime before the selected delivery window closes.
Developer entry point
Declare when the result is needed. BackBy handles route selection, delivery protection, and auditable evidence.
curl https://api.backby.ai/v1/chat/completions \
-H "Authorization: Bearer $BACKBY_API_KEY" \
-H "X-BackBy-Delivery-Within: PT15M" \
-H "X-BackBy-Data-Class: internal" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4",
"messages": [{"role":"user","content":"..."}]
}'