MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / managedModelKey

Function managedModelKey

packages/oauth/src/managed-kimi-code.ts:210–212  ·  view source on GitHub ↗
(modelId: string)

Source from the content-addressed store, hash-verified

208}
209
210function managedModelKey(modelId: string): string {
211 return `${KIMI_CODE_PLATFORM_ID}/${modelId}`;
212}
213
214interface SelectedDefaultModel {
215 readonly modelKey: string;

Callers 2

selectDefaultModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected