()
| 254 | } |
| 255 | |
| 256 | function getHaiku45Option(): ModelOption { |
| 257 | const is3P = getAPIProvider() !== 'firstParty' |
| 258 | return { |
| 259 | value: 'haiku', |
| 260 | label: 'Haiku', |
| 261 | description: `Haiku 4.5 · Fastest for quick answers${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_45)}`}`, |
| 262 | descriptionForModel: |
| 263 | 'Haiku 4.5 - fastest for quick answers. Lower cost but less capable than Sonnet 4.6.', |
| 264 | } |
| 265 | } |
| 266 | |
| 267 | function getHaiku35Option(): ModelOption { |
| 268 | const is3P = getAPIProvider() !== 'firstParty' |
no test coverage detected