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