(fastMode = false)
| 209 | } |
| 210 | |
| 211 | function getMaxOpusOption(fastMode = false): ModelOption { |
| 212 | return { |
| 213 | value: 'opus', |
| 214 | label: 'Opus', |
| 215 | description: `Opus 4.6 · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`, |
| 216 | } |
| 217 | } |
| 218 | |
| 219 | export function getMaxSonnet46_1MOption(): ModelOption { |
| 220 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected