()
| 180 | } |
| 181 | |
| 182 | function getHaiku45Option(): ModelOption { |
| 183 | const is3P = getAPIProvider() !== 'firstParty' |
| 184 | return { |
| 185 | value: 'haiku', |
| 186 | label: 'Haiku', |
| 187 | description: `Haiku 4.5 · Fastest for quick answers${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_45)}`}`, |
| 188 | descriptionForModel: |
| 189 | 'Haiku 4.5 - fastest for quick answers. Lower cost but less capable than Sonnet 4.6.', |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | function getHaiku35Option(): ModelOption { |
| 194 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected