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

Function getHaiku45Option

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

Source from the content-addressed store, hash-verified

233}
234
235function getHaiku45Option(): ModelOption {
236 const is3P = getAPIProvider() !== 'firstParty'
237 return {
238 value: 'haiku',
239 label: 'Fast',
240 description: `Fast model · Fastest for quick answers${is3P ? '' : ` · ${formatModelPricing(COST_HAIKU_45)}`}`,
241 descriptionForModel:
242 'Fast model - fastest for quick answers. Lower cost but less capable than the balanced model.',
243 }
244}
245
246function getHaiku35Option(): ModelOption {
247 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