(fastMode = false)
| 263 | } |
| 264 | |
| 265 | function getMaxOpusOption(fastMode = false): ModelOption { |
| 266 | return { |
| 267 | value: 'opus', |
| 268 | label: 'Reasoning', |
| 269 | description: `Reasoning model · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`, |
| 270 | } |
| 271 | } |
| 272 | |
| 273 | export function getMaxSonnet46_1MOption(): ModelOption { |
| 274 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected