Fast mode is no longer offered on Opus 4.7, only on newer Opus models.
What's wrong with this entry?
The fast_mode capability was dropped from the baked-in catalog entry for claude-opus-4-7, and the eligibility check no longer name-matches that model.
- Name matching is now limited to
opus-4-8andopus-5, plus an explicit capability in the catalog. - Net effect in this build: fast mode is not available on Opus 4.7.
return n.includes("opus-4-8") || n.includes("opus-5");
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.219
Fast mode unavailability reworked into machine-readable reason codes
Both mention fast mode model
-
v2.1.248
Auto mode can be switched off server-side when /fast is on
Both mention fast mode
-
v2.1.219
SDK reports why fast mode is unavailable
Both mention fast mode