Configure fallback in the UI
- Open Consumers → select a consumer → Routing.
- Set Strategy to Fallback (under Direct).
- Build the chain — the ordered list of registries to try.
- Choose triggers (which failures start a retry) and optional budget (max attempts / total latency).
- Save.
Triggers
A retry only happens when the failure matches a configured trigger:Budget
The budget caps how hard TrustGate tries:- Max attempts — total forward attempts (including the first).
- Max total latency — wall-clock ceiling across all attempts.
The chain
The chain is the ordered list of registries to try. On each failure TrustGate moves to the next entry and does not re-pick an already-failed registry within the same request.Use fallback to span providers (for example OpenAI → Azure OpenAI → Bedrock) for resilience, or to degrade from a premium model to a cheaper one under load.See also Load balancing, Smart routing, and Model resolution.