MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getGpt53CodexOption

Function getGpt53CodexOption

src/utils/model/modelOptions.ts:222–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220}
221
222function 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
231function getGpt54MiniOption(): ModelOption {
232 return {

Callers 1

getModelOptionsBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected