Interface: CostTrackerConfig
Defined in: packages/orchestration/src/cost/cost-tracker.ts:51
Properties
customPricing?
optionalcustomPricing?:Record<string, {input:number;output:number; }>
Defined in: packages/orchestration/src/cost/cost-tracker.ts:55
Custom pricing overrides (merged on top of built-in MODEL_PRICING)
defaultModel?
optionaldefaultModel?:string
Defined in: packages/orchestration/src/cost/cost-tracker.ts:53
Default model ID for cost estimation when not specified per-call