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

Function getCanopyWaveModelId

web/src/llm-api/canopywave.ts:68–70  ·  view source on GitHub ↗
(openrouterModel: string)

Source from the content-addressed store, hash-verified

66}
67
68function getCanopyWaveModelId(openrouterModel: string): string {
69 return CANOPYWAVE_MODELS[openrouterModel]?.canopywaveId ?? openrouterModel
70}
71
72function getCanopyWavePricing(model: string): CanopyWavePricing {
73 const entry = CANOPYWAVE_MODELS[model]

Callers 1

createCanopyWaveRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected