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

Function GetCodexProModels

internal/registry/model_definitions.go:69–71  ·  view source on GitHub ↗

GetCodexProModels returns model definitions for the Codex pro plan tier.

()

Source from the content-addressed store, hash-verified

67
68// GetCodexProModels returns model definitions for the Codex pro plan tier.
69func GetCodexProModels() []*ModelInfo {
70 return WithCodexBuiltins(cloneModelInfos(getModels().CodexPro))
71}
72
73// GetKimiModels returns the standard Kimi (Moonshot AI) model definitions.
74func GetKimiModels() []*ModelInfo {

Calls 3

WithCodexBuiltinsFunction · 0.85
cloneModelInfosFunction · 0.85
getModelsFunction · 0.85

Tested by

no test coverage detected