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

Function getSmallFastModel

src/utils/model/model.ts:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49export function getSmallFastModel(): ModelName {
50 return (
51 process.env.ANTHROPIC_SMALL_FAST_MODEL ||
52 getConfiguredProviderModel('smallFastModel') ||
53 getDefaultHaikuModel()
54 )
55}
56
57export function isNonCustomOpusModel(model: ModelName): boolean {
58 return (

Callers 12

callFunction · 0.85
agenticSessionSearchFunction · 0.85
execPromptHookFunction · 0.85
applySkillImprovementFunction · 0.85
execAgentHookFunction · 0.85
generateAwaySummaryFunction · 0.85
makeTestQueryFunction · 0.85
getAnthropicClientFunction · 0.85
getPromptCachingEnabledFunction · 0.85
verifyApiKeyFunction · 0.85
queryHaikuFunction · 0.85

Calls 2

getDefaultHaikuModelFunction · 0.85

Tested by

no test coverage detected