MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getHaiku45Option

Function getHaiku45Option

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

Source from the content-addressed store, hash-verified

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

Callers 2

getHaikuOptionFunction · 0.85
getModelOptionsBaseFunction · 0.85

Calls 2

getAPIProviderFunction · 0.85
formatModelPricingFunction · 0.85

Tested by

no test coverage detected