Fault injection
Inject artificial latency into requests to test how your clients and services handle slow responses.
Mirroring
Send copies of requests to alternative backends for shadow testing.
Rate limiting
Enforce budget and spend limits per key by controlling request and token usage.
Retries
Configure automatic retry attempts for failed backend requests.
Timeouts
Set request and backend timeouts to prevent long-running requests.