MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getOpus46Option

Function getOpus46Option

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

Source from the content-addressed store, hash-verified

167}
168
169function getOpus46Option(fastMode = false): ModelOption {
170 const is3P = getAPIProvider() !== 'firstParty'
171 return {
172 value: is3P ? getModelStrings().opus46 : 'opus',
173 label: 'Opus',
174 description: `Opus 4.6 · Most capable for complex work${getOpus46PricingSuffix(fastMode)}`,
175 descriptionForModel: 'Opus 4.6 - most capable for complex work',
176 }
177}
178
179export function getSonnet46_1MOption(): ModelOption {
180 const is3P = getAPIProvider() !== 'firstParty'

Callers 1

getModelOptionsBaseFunction · 0.85

Calls 3

getAPIProviderFunction · 0.85
getOpus46PricingSuffixFunction · 0.85
getModelStringsFunction · 0.70

Tested by

no test coverage detected