MCPcopy Create free account
hub / github.com/Noumena-Network/code / getOpusPlanOption

Function getOpusPlanOption

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

Source from the content-addressed store, hash-verified

319}
320
321function getOpusPlanOption(): ModelOption {
322 return {
323 value: 'opusplan',
324 label: 'Reasoning Plan Mode',
325 description: 'Use the reasoning model in plan mode, balanced model otherwise',
326 }
327}
328
329// @[MODEL LAUNCH]: Update the model picker lists below to include/reorder options for the new model.
330// Each user tier (ant, Max/Team Premium, Pro/Team Standard/Enterprise, PAYG 1P, PAYG 3P) has its own list.

Callers 1

getModelOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected