(fastMode = false)
| 245 | } |
| 246 | |
| 247 | function getMaxOpusOption(fastMode = false): ModelOption { |
| 248 | return { |
| 249 | value: 'opus', |
| 250 | label: 'Opus', |
| 251 | description: `Opus 4.6 · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`, |
| 252 | } |
| 253 | } |
| 254 | |
| 255 | export function getMaxSonnet46_1MOption(): ModelOption { |
| 256 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected