MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isCodexModel

Function isCodexModel

src/services/api/codex-fetch-adapter.ts:52–54  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

50 * @returns True if the model is a Codex model, false otherwise
51 */
52export function isCodexModel(model: string): boolean {
53 return CODEX_MODELS.some(m => m.id === model)
54}
55
56// ── JWT helpers ─────────────────────────────────────────────────────
57

Callers 2

validateModelFunction · 0.85
mapClaudeModelToCodexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected