MCPcopy
hub / github.com/codeaashu/claude-code / getMergedOpus1MOption

Function getMergedOpus1MOption

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

Source from the content-addressed store, hash-verified

236}
237
238function getMergedOpus1MOption(fastMode = false): ModelOption {
239 const is3P = getAPIProvider() !== 'firstParty'
240 return {
241 value: is3P ? getModelStrings().opus46 + '[1m]' : 'opus[1m]',
242 label: 'Opus (1M context)',
243 description: `Opus 4.6 with 1M context · Most capable for complex work${!is3P && fastMode ? getOpus46PricingSuffix(fastMode) : ''}`,
244 descriptionForModel:
245 'Opus 4.6 with 1M context - most capable for complex work',
246 }
247}
248
249const MaxSonnet46Option: ModelOption = {
250 value: 'sonnet',

Callers 2

getModelOptionsBaseFunction · 0.85
getModelOptionsFunction · 0.85

Calls 3

getAPIProviderFunction · 0.85
getOpus46PricingSuffixFunction · 0.85
getModelStringsFunction · 0.70

Tested by

no test coverage detected