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

Function GetKimiModels

internal/registry/model_definitions.go:74–76  ·  view source on GitHub ↗

GetKimiModels returns the standard Kimi (Moonshot AI) model definitions.

()

Source from the content-addressed store, hash-verified

72
73// GetKimiModels returns the standard Kimi (Moonshot AI) model definitions.
74func GetKimiModels() []*ModelInfo {
75 return cloneModelInfos(getModels().Kimi)
76}
77
78// GetAntigravityModels returns the standard Antigravity model definitions.
79func GetAntigravityModels() []*ModelInfo {

Calls 2

cloneModelInfosFunction · 0.85
getModelsFunction · 0.85

Tested by

no test coverage detected