MCPcopy Create free account
hub / github.com/ColeMurray/background-agents / normalizeModelId

Function normalizeModelId

packages/shared/src/models.ts:217–222  ·  view source on GitHub ↗
(modelId: string)

Source from the content-addressed store, hash-verified

215 { id: "opencode/kimi-k2.6", name: "Kimi K2.6", description: "Moonshot AI" },
216 { id: "opencode/kimi-k3", name: "Kimi K3", description: "Moonshot AI" },
217 { id: "opencode/minimax-m2.5", name: "MiniMax M2.5", description: "MiniMax" },
218 { id: "opencode/qwen3.7-max", name: "Qwen3.7 Max", description: "Alibaba Cloud" },
219 { id: "opencode/glm-5", name: "GLM 5", description: "Z.ai 744B MoE" },
220 { id: "opencode/glm-5.1", name: "GLM 5.1", description: "Z.ai" },
221 { id: "opencode/glm-5.2", name: "GLM 5.2", description: "Z.ai" },
222 ],
223 },
224 {
225 category: "xAI / SuperGrok",

Callers 8

getNormalizedValidModelFunction · 0.90
models.test.tsFile · 0.90
formatModelNameFunction · 0.90
formatModelNameLowerFunction · 0.90
isValidModelFunction · 0.85
getReasoningConfigFunction · 0.85
extractProviderAndModelFunction · 0.85
getValidModelOrDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected