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

Function getMaxOpusOption

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

Source from the content-addressed store, hash-verified

263}
264
265function getMaxOpusOption(fastMode = false): ModelOption {
266 return {
267 value: 'opus',
268 label: 'Reasoning',
269 description: `Reasoning model · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`,
270 }
271}
272
273export function getMaxSonnet46_1MOption(): ModelOption {
274 const is3P = getAPIProvider() !== 'firstParty'

Callers 2

getModelOptionsBaseFunction · 0.85
getModelOptionsFunction · 0.85

Calls 1

getOpus46PricingSuffixFunction · 0.85

Tested by

no test coverage detected