MCPcopy
hub / github.com/claude-code-best/claude-code / getHaiku45Option

Function getHaiku45Option

src/utils/model/modelOptions.ts:256–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256function 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
267function getHaiku35Option(): ModelOption {
268 const is3P = getAPIProvider() !== 'firstParty'

Callers 2

getHaikuOptionFunction · 0.85
getModelOptionsBaseFunction · 0.85

Calls 2

getAPIProviderFunction · 0.85
formatModelPricingFunction · 0.50

Tested by

no test coverage detected