MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getOpus41Option

Function getOpus41Option

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

Source from the content-addressed store, hash-verified

122}
123
124function getOpus41Option(): ModelOption {
125 return {
126 value: 'opus',
127 label: 'Opus 4.1',
128 description: `Opus 4.1 · Legacy`,
129 descriptionForModel: 'Opus 4.1 - legacy version',
130 }
131}
132
133function getOpus46Option(fastMode = false): ModelOption {
134 const is3P = getAPIProvider() !== 'firstParty'

Callers 1

getModelOptionsBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected