(model: string)
| 70 | } |
| 71 | |
| 72 | function getMoonshotModelId(model: string): string { |
| 73 | return MOONSHOT_MODEL_MAP[model] ?? model |
| 74 | } |
| 75 | |
| 76 | function getMoonshotPricing(model: string): MoonshotPricing { |
| 77 | const pricing = MOONSHOT_PRICING[model] |
no outgoing calls
no test coverage detected