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

Function getMaxOpusOption

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

Source from the content-addressed store, hash-verified

209}
210
211function getMaxOpusOption(fastMode = false): ModelOption {
212 return {
213 value: 'opus',
214 label: 'Opus',
215 description: `Opus 4.6 · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`,
216 }
217}
218
219export function getMaxSonnet46_1MOption(): ModelOption {
220 const is3P = getAPIProvider() !== 'firstParty'

Callers 2

getModelOptionsBaseFunction · 0.85
getModelOptionsFunction · 0.85

Calls 1

getOpus46PricingSuffixFunction · 0.85

Tested by

no test coverage detected