MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getOpus47Option

Function getOpus47Option

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

Source from the content-addressed store, hash-verified

164}
165
166function getOpus47Option(fastMode = false): ModelOption {
167 const is3P = getAPIProvider() !== 'firstParty'
168 return {
169 value: is3P ? getModelStrings().opus47 : 'opus',
170 label: 'Opus 4.7',
171 description: `Opus 4.7 · Most capable for complex work${getOpusPricingSuffix(fastMode)}`,
172 descriptionForModel: 'Opus 4.7 - most capable for complex work',
173 }
174}
175
176export function getOpus46Option(fastMode = false): ModelOption {
177 // Always use the canonical 4.6 model string (not the 'opus' alias, which

Callers 1

getModelOptionsBaseFunction · 0.85

Calls 3

getAPIProviderFunction · 0.85
getOpusPricingSuffixFunction · 0.85
getModelStringsFunction · 0.70

Tested by

no test coverage detected