MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getSmallFastModel

Function getSmallFastModel

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

Source from the content-addressed store, hash-verified

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