MCPcopy
hub / github.com/codeaashu/claude-code / getHaiku35Option

Function getHaiku35Option

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

Source from the content-addressed store, hash-verified

190}
191
192function getHaiku35Option(): ModelOption {
193 const is3P = getAPIProvider() !== 'firstParty'
194 return {
195 value: 'haiku',
196 label: 'Haiku',
197 description: `Haiku 3.5 for simple tasks${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_35)}`}`,
198 descriptionForModel:
199 'Haiku 3.5 - faster and lower cost, but less capable than Sonnet. Use for simple tasks.',
200 }
201}
202
203function getHaikuOption(): ModelOption {
204 // Return correct Haiku option based on provider

Callers 1

getHaikuOptionFunction · 0.85

Calls 2

getAPIProviderFunction · 0.85
formatModelPricingFunction · 0.85

Tested by

no test coverage detected