AI Gateway adds unified fast mode support
AI Gateway now exposes one beta fast-mode option across models, letting coding agents request lower latency while retaining standard-speed fallback when no fast tier exists.
AI Gateway’s **unified fast mode is in beta**. Setting speed to fast requests a model’s fast serving tier and falls back to standard speed when unavailable; a fast-specific slug addresses that variant directly.
Keep the base model ID plus the speed option when graceful fallback matters. Use a fast slug in explicit routing or fallback lists; Claude Code users can toggle supported Anthropic Opus models with **/fast** after setup.
AI Gateway’s **unified fast mode is in beta**. Setting speed to fast requests a model’s fast serving tier and falls back to standard speed when unavailable; a fast-specific slug addresses that variant directly. Keep the base model ID plus the speed option when graceful fallback matters. Use a fast slug in explicit routing or fallback lists; Claude Code users can toggle supported Anthropic Opus models with **/fast** after setup. Fast tiers usually have a **higher per-token cost**, and model coverage is still growing. Requesting fast mode where no tier exists has no effect, so inspect returned routing metadata and pricing before assuming latency changed.
This makes fast serving a common gateway control instead of a collection of model-specific choices, while preserving standard-speed fallback when latency is preferred rather than mandatory. It sharpens routing policy rather than proving a universal speedup: coverage is incomplete, fast tiers usually cost more, and clients must inspect routing metadata to confirm that a request actually used one.