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

Function GetClaudeModels

internal/registry/model_definitions.go:34–36  ·  view source on GitHub ↗

GetClaudeModels returns the standard Claude model definitions.

()

Source from the content-addressed store, hash-verified

32
33// GetClaudeModels returns the standard Claude model definitions.
34func GetClaudeModels() []*ModelInfo {
35 return cloneModelInfos(getModels().Claude)
36}
37
38// GetGeminiModels returns the standard Gemini model definitions.
39func GetGeminiModels() []*ModelInfo {

Calls 2

cloneModelInfosFunction · 0.85
getModelsFunction · 0.85

Tested by

no test coverage detected