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