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

Function getFireworksPricing

web/src/llm-api/fireworks.ts:196–201  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

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

Callers 1

extractUsageAndCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected