MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / GetCodexFreeModels

Function GetCodexFreeModels

internal/registry/model_definitions.go:54–56  ·  view source on GitHub ↗

GetCodexFreeModels returns model definitions for the Codex free plan tier.

()

Source from the content-addressed store, hash-verified

52
53// GetCodexFreeModels returns model definitions for the Codex free plan tier.
54func GetCodexFreeModels() []*ModelInfo {
55 return WithCodexBuiltins(cloneModelInfos(getModels().CodexFree))
56}
57
58// GetCodexTeamModels returns model definitions for the Codex team plan tier.
59func GetCodexTeamModels() []*ModelInfo {

Callers 1

Calls 3

WithCodexBuiltinsFunction · 0.85
cloneModelInfosFunction · 0.85
getModelsFunction · 0.85

Tested by

no test coverage detected