Skip to main content

Interface: CostTrackerConfig

Defined in: packages/orchestration/src/cost/cost-tracker.ts:51

Properties

customPricing?

optional customPricing?: 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?

optional defaultModel?: string

Defined in: packages/orchestration/src/cost/cost-tracker.ts:53

Default model ID for cost estimation when not specified per-call