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

Function getOpus46Option

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

Source from the content-addressed store, hash-verified

132}
133
134function getOpus46Option(fastMode = false): ModelOption {
135 const is3P = getAPIProvider() !== 'firstParty'
136 return {
137 value: is3P ? getModelStrings().opus46 : 'opus',
138 label: 'Opus',
139 description: `Opus 4.6 · Most capable for complex work${getOpus46PricingSuffix(fastMode)}`,
140 descriptionForModel: 'Opus 4.6 - most capable for complex work',
141 }
142}
143
144export function getSonnet46_1MOption(): ModelOption {
145 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