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

Function getOpenCodeZenPricing

web/src/llm-api/opencode-zen.ts:85–87  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

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

Callers 1

extractUsageAndCostFunction · 0.85

Calls 1

getOpenCodeZenModelIdFunction · 0.85

Tested by

no test coverage detected