MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getOpus46Option

Function getOpus46Option

src/utils/model/modelOptions.ts:133–141  ·  view source on GitHub ↗
(fastMode = false)

Source from the content-addressed store, hash-verified

131}
132
133function getOpus46Option(fastMode = false): ModelOption {
134 const is3P = getAPIProvider() !== 'firstParty'
135 return {
136 value: is3P ? getModelStrings().opus46 : 'opus',
137 label: 'Opus',
138 description: `Opus 4.6 · Most capable for complex work${getOpus46PricingSuffix(fastMode)}`,
139 descriptionForModel: 'Opus 4.6 - most capable for complex work',
140 }
141}
142
143export function getSonnet46_1MOption(): ModelOption {
144 const is3P = getAPIProvider() !== 'firstParty'

Callers 1

getModelOptionsBaseFunction · 0.85

Calls 3

getAPIProviderFunction · 0.85
getOpus46PricingSuffixFunction · 0.85
getModelStringsFunction · 0.70

Tested by

no test coverage detected