AI Gateway now supports per-inference provider timeouts for faster failover than the provider default. If a provider doesn't start responding within your configured timeout, AI Gateway aborts the request and falls back to the next available provider. Provider timeouts are available in beta for BYOK (Bring Your Own Key) credentials only, with support for system provider timeouts coming soon. Note that some providers don't support stream cancellation, so you may still be charged for timed-out requests depending on the provider. Basic usage Set timeouts per provider in milliseconds using providerTimeouts in providerOptions.gateway . /* In this example, the BYOK credentials for GPT 5.4 would timeout after 15 seconds and fallback to system credentials.…