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 generalizes fast serving from model-specific variants into a common routing control, but it is a preference rather than a latency guarantee: unsupported requests silently remain standard speed and fast tiers usually cost more. Against the prior routing signals, it makes response speed another explicit policy dimension that must be verified through returned route and pricing metadata.