GetCodexTeamModels returns model definitions for the Codex team plan tier.
()
| 57 | |
| 58 | // GetCodexTeamModels returns model definitions for the Codex team plan tier. |
| 59 | func GetCodexTeamModels() []*ModelInfo { |
| 60 | return WithCodexBuiltins(cloneModelInfos(getModels().CodexTeam)) |
| 61 | } |
| 62 | |
| 63 | // GetCodexPlusModels returns model definitions for the Codex plus plan tier. |
| 64 | func GetCodexPlusModels() []*ModelInfo { |
no test coverage detected