MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getMoonshotModelId

Function getMoonshotModelId

web/src/llm-api/moonshot.ts:72–74  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

70}
71
72function getMoonshotModelId(model: string): string {
73 return MOONSHOT_MODEL_MAP[model] ?? model
74}
75
76function getMoonshotPricing(model: string): MoonshotPricing {
77 const pricing = MOONSHOT_PRICING[model]

Callers 1

buildMoonshotRequestBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected