MCPcopy Create free account
hub / github.com/Noumena-Network/code / getOpus46Option

Function getOpus46Option

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

Source from the content-addressed store, hash-verified

185}
186
187function getOpus46Option(fastMode = false): ModelOption {
188 const is3P = getAPIProvider() !== 'firstParty'
189 return {
190 value: is3P ? getModelStrings().opus46 : 'opus',
191 label: 'Reasoning',
192 description: `Reasoning model · Most capable for complex work${getOpus46PricingSuffix(fastMode)}`,
193 descriptionForModel: 'Reasoning model - most capable for complex work',
194 }
195}
196
197export function getSonnet46_1MOption(): ModelOption {
198 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