MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / parseApiPrice

Function parseApiPrice

src/shared/cost.ts:118–118  ·  view source on GitHub ↗
(price: any)

Source from the content-addressed store, hash-verified

116}
117
118export const parseApiPrice = (price: any) => (price ? parseFloat(price) * 1_000_000 : undefined)

Callers 5

getRequestyModelsFunction · 0.90
parseOpenRouterModelFunction · 0.90
getUnboundModelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected