(model: string)
| 194 | } |
| 195 | |
| 196 | function getFireworksPricing(model: string): FireworksPricing { |
| 197 | return ( |
| 198 | FIREWORKS_PRICING_MAP[model] ?? |
| 199 | FIREWORKS_PRICING_MAP['moonshotai/kimi-k2.6'] |
| 200 | ) |
| 201 | } |
| 202 | |
| 203 | function extractUsageAndCost( |
| 204 | usage: Record<string, unknown> | undefined | null, |
no outgoing calls
no test coverage detected