MCPcopy Create free account
hub / github.com/Noumena-Network/code / getHaiku35Option

Function getHaiku35Option

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

Source from the content-addressed store, hash-verified

244}
245
246function getHaiku35Option(): ModelOption {
247 const is3P = getAPIProvider() !== 'firstParty'
248 return {
249 value: 'haiku',
250 label: 'Fast',
251 description: `Fast model for simple tasks${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_35)}`}`,
252 descriptionForModel:
253 'Fast model - lower cost, but less capable than the balanced model. Use for simple tasks.',
254 }
255}
256
257function getHaikuOption(): ModelOption {
258 // 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