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