The same model is wired to more than one upstream route
Routes track health independently, so a problem on one doesn't affect the others.
The same model is wired to more than one upstream route. When one fails, the same request automatically switches to the next — not starting over, picking up where it left off.
The primary and fallback routes track health separately; whether to switch is decided by that request's own health check, not a bulk retry policy.
Text streams as long as 60 minutes, video jobs as long as 9.8 hours — both ran to completion.
Historical platform data, not a service commitment.
For long-running jobs, we recommend api.bazaarlink.ai — it's a dedicated API endpoint deployed separately from the website, so it isn't interrupted by website deploy restarts.
Four facts about the mechanism, each mapped to an actual request path — not marketing copy.
Routes track health independently, so a problem on one doesn't affect the others.
One route having problems won't take the whole model down, and other models are completely unaffected.
We confirm a model is actually responding before we start streaming content to you — once you've started receiving an answer, the provider won't switch mid-stream.
You can see that a retry happened and see the failure code — it isn't swallowed silently; the log won't reveal which upstream provider was actually used.
In this case, we won't switch you to another provider and retry. What you'll see is a clear error, not a response that looks complete but actually broke off midway — and we won't charge you for that request either. This describes a mechanism, not an availability guarantee — if your contract includes an SLA, the contract governs.
How routes are ordered, how the circuit-breaking threshold is calculated, and the field definitions in the usage log — it's all in the docs.
Five minutes to hook up — a single route failing won't be something your users notice.
See how failover works