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

Function getMergedOpus1MOption

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

Source from the content-addressed store, hash-verified

265}
266
267function getMergedOpus1MOption(fastMode = false): ModelOption {
268 const is3P = getAPIProvider() !== 'firstParty'
269 return {
270 value: is3P ? getModelStrings().opus46 + '[1m]' : 'opus[1m]',
271 label: 'Opus (1M context)',
272 description: `Opus 4.6 with 1M context · Most capable for complex work${!is3P && fastMode ? getOpus46PricingSuffix(fastMode) : ''}`,
273 descriptionForModel:
274 'Opus 4.6 with 1M context - most capable for complex work',
275 }
276}
277
278const MaxSonnet46Option: ModelOption = {
279 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