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

Function getHaiku35Option

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

Source from the content-addressed store, hash-verified

226}
227
228function getHaiku35Option(): ModelOption {
229 const is3P = getAPIProvider() !== 'firstParty'
230 return {
231 value: 'haiku',
232 label: 'Haiku',
233 description: `Haiku 3.5 for simple tasks${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_35)}`}`,
234 descriptionForModel:
235 'Haiku 3.5 - faster and lower cost, but less capable than Sonnet. Use for simple tasks.',
236 }
237}
238
239function getHaikuOption(): ModelOption {
240 // 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