(model: string)
| 582 | ] |
| 583 | |
| 584 | function isLegacyOpusFirstParty(model: string): boolean { |
| 585 | return LEGACY_OPUS_FIRSTPARTY.includes(model) |
| 586 | } |
| 587 | |
| 588 | /** |
| 589 | * Opt-out for the legacy Opus 4.0/4.1 → current Opus remap. |
no outgoing calls
no test coverage detected