MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getHaiku35Option

Function getHaiku35Option

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

Source from the content-addressed store, hash-verified

265}
266
267function getHaiku35Option(): ModelOption {
268 const is3P = getAPIProvider() !== 'firstParty'
269 return {
270 value: 'haiku',
271 label: 'Haiku',
272 description: `Haiku 3.5 for simple tasks${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_35)}`}`,
273 descriptionForModel:
274 'Haiku 3.5 - faster and lower cost, but less capable than Sonnet. Use for simple tasks.',
275 }
276}
277
278function getHaikuOption(): ModelOption {
279 // Return correct Haiku option based on provider

Callers 1

getHaikuOptionFunction · 0.85

Calls 2

getAPIProviderFunction · 0.85
formatModelPricingFunction · 0.50

Tested by

no test coverage detected