Skip to content

dag-orchestrator / Exports / IPromptCostEstimate

Interface: IPromptCostEstimate

Table of contents

Properties

Properties

totalEstimatedCredits

totalEstimatedCredits: number

Defined in

types/orchestrator-types.ts:4


perNode

perNode: Record<string, { nodeType: string ; estimatedCredits: number }>

Defined in

types/orchestrator-types.ts:5

Released under the MIT License.