MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getHaiku45Option

Function getHaiku45Option

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

Source from the content-addressed store, hash-verified

180}
181
182function 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
193function getHaiku35Option(): ModelOption {
194 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