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

Function getSmallFastModel

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

Source from the content-addressed store, hash-verified

34export type ModelSetting = ModelName | ModelAlias | null
35
36export function getSmallFastModel(): ModelName {
37 return process.env.ANTHROPIC_SMALL_FAST_MODEL || getDefaultHaikuModel()
38}
39
40export function isNonCustomOpusModel(model: ModelName): boolean {
41 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 1

getDefaultHaikuModelFunction · 0.85

Tested by

no test coverage detected