(fastMode = false)
| 284 | } |
| 285 | |
| 286 | function getMaxOpusOption(fastMode = false): ModelOption { |
| 287 | return { |
| 288 | value: 'opus', |
| 289 | label: 'Opus 4.7', |
| 290 | description: `Opus 4.7 · Most capable for complex work${fastMode ? getOpusPricingSuffix(true) : ''}`, |
| 291 | } |
| 292 | } |
| 293 | |
| 294 | export function getMaxSonnet46_1MOption(): ModelOption { |
| 295 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected