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

Function getConfiguredDefaultHaikuModelEnv

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

Source from the content-addressed store, hash-verified

81}
82
83function getConfiguredDefaultHaikuModelEnv(): string | undefined {
84 // Temporary Anthropic-family carryover. Keep launch-compatible now, then
85 // replace with Noumena-native tier naming in the next model-contract pass.
86 return (
87 process.env.NOUMENA_DEFAULT_HAIKU_MODEL ||
88 process.env.ANTHROPIC_DEFAULT_HAIKU_MODEL
89 )
90}
91
92export function getSmallFastModel(): ModelName {
93 return getConfiguredSmallFastModelEnv() || getDefaultHaikuModel()

Callers 1

getDefaultHaikuModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected