MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getOpus46PricingSuffix

Function getOpus46PricingSuffix

src/utils/model/model.ts:307–312  ·  view source on GitHub ↗
(fastMode: boolean)

Source from the content-addressed store, hash-verified

305}
306
307export function getOpus46PricingSuffix(fastMode: boolean): string {
308 if (getAPIProvider() !== 'firstParty') return ''
309 const pricing = formatModelPricing(getOpus46CostTier(fastMode))
310 const fastModeIndicator = fastMode ? ` (${LIGHTNING_BOLT})` : ''
311 return ` ·${fastModeIndicator} ${pricing}`
312}
313
314export function isOpus1mMergeEnabled(): boolean {
315 if (

Callers 6

getOpus46OptionFunction · 0.85
getOpus46_1MOptionFunction · 0.85
getMaxOpusOptionFunction · 0.85
getMaxOpus46_1MOptionFunction · 0.85
getMergedOpus1MOptionFunction · 0.85

Calls 3

getAPIProviderFunction · 0.85
formatModelPricingFunction · 0.85
getOpus46CostTierFunction · 0.85

Tested by

no test coverage detected