(model: string)
| 83 | } |
| 84 | |
| 85 | function getOpenCodeZenPricing(model: string): OpenCodeZenPricing { |
| 86 | return OPENCODE_ZEN_PRICING[getOpenCodeZenModelId(model)] ?? KIMI_ZEN_PRICING |
| 87 | } |
| 88 | |
| 89 | type StreamState = { |
| 90 | responseText: string |
no test coverage detected