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

Function getGpt54MiniOption

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

Source from the content-addressed store, hash-verified

229}
230
231function getGpt54MiniOption(): ModelOption {
232 return {
233 value: 'gpt-5.4-mini',
234 label: 'GPT-5.4 Mini',
235 description: 'GPT-5.4 Mini · Fast and efficient for simple tasks',
236 descriptionForModel: 'GPT-5.4 Mini - fast and efficient for simple coding tasks',
237 }
238}
239
240function getMaxOpusOption(fastMode = false): ModelOption {
241 return {

Callers 1

getModelOptionsBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected