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

Function isValidModel

packages/shared/src/models.ts:230–232  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

228 },
229 {
230 id: "openai/gpt-5.3-codex-spark",
231 name: "GPT 5.3 Codex Spark",
232 description: "Low-latency codex variant",
233 reasoning: { efforts: ["low", "medium", "high", "xhigh"], default: "high" },
234 },
235 ],

Callers 14

handleSpawnChildFunction · 0.90
handleUpdateAutomationFunction · 0.90
handlePromptMessageMethod · 0.90
enqueuePromptFromApiMethod · 0.90
initFunction · 0.90
setEnabledModelsMethod · 0.90
getNormalizedValidModelFunction · 0.90
getSlackDefaultModelFunction · 0.90
handleSelectModelFunction · 0.90
models.test.tsFile · 0.90

Calls 1

normalizeModelIdFunction · 0.85

Tested by

no test coverage detected