(fastMode = false)
| 238 | } |
| 239 | |
| 240 | function getMaxOpusOption(fastMode = false): ModelOption { |
| 241 | return { |
| 242 | value: 'opus', |
| 243 | label: 'Opus', |
| 244 | description: `Opus 4.6 · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`, |
| 245 | } |
| 246 | } |
| 247 | |
| 248 | export function getMaxSonnet46_1MOption(): ModelOption { |
| 249 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected