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

Function getMaxOpusOption

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

Source from the content-addressed store, hash-verified

238}
239
240function getMaxOpusOption(fastMode = false): ModelOption {
241 return {
242 value: 'opus',
243 label: 'Opus',
244 description: `Opus 4.6 · Most capable for complex work${fastMode ? getOpus46PricingSuffix(true) : ''}`,
245 }
246}
247
248export function getMaxSonnet46_1MOption(): ModelOption {
249 const is3P = getAPIProvider() !== 'firstParty'

Callers 2

getModelOptionsBaseFunction · 0.85
getModelOptionsFunction · 0.85

Calls 1

getOpus46PricingSuffixFunction · 0.85

Tested by

no test coverage detected