()
| 220 | } |
| 221 | |
| 222 | function getGpt53CodexOption(): ModelOption { |
| 223 | return { |
| 224 | value: 'gpt-5.3-codex', |
| 225 | label: 'GPT-5.3 Codex', |
| 226 | description: 'GPT-5.3 Codex · Optimized for code generation and understanding', |
| 227 | descriptionForModel: 'GPT-5.3 Codex - specialized for code generation and understanding', |
| 228 | } |
| 229 | } |
| 230 | |
| 231 | function getGpt54MiniOption(): ModelOption { |
| 232 | return { |
no outgoing calls
no test coverage detected