MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getCanopyWavePricing

Function getCanopyWavePricing

web/src/llm-api/canopywave.ts:72–78  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

70}
71
72function getCanopyWavePricing(model: string): CanopyWavePricing {
73 const entry = CANOPYWAVE_MODELS[model]
74 if (!entry) {
75 throw new Error(`No CanopyWave pricing found for model: ${model}`)
76 }
77 return entry.pricing
78}
79
80type StreamState = { responseText: string; reasoningText: string; ttftMs: number | null; billedAlready: boolean }
81

Callers 1

extractUsageAndCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected