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

Function getMaxOpusOption

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

Source from the content-addressed store, hash-verified

284}
285
286function getMaxOpusOption(fastMode = false): ModelOption {
287 return {
288 value: 'opus',
289 label: 'Opus 4.7',
290 description: `Opus 4.7 · Most capable for complex work${fastMode ? getOpusPricingSuffix(true) : ''}`,
291 }
292}
293
294export function getMaxSonnet46_1MOption(): ModelOption {
295 const is3P = getAPIProvider() !== 'firstParty'

Callers 2

getModelOptionsBaseFunction · 0.85
getModelOptionsFunction · 0.85

Calls 1

getOpusPricingSuffixFunction · 0.85

Tested by

no test coverage detected