Criteria Analysis
Upload client assets and let the AI produce a target-industry + target-titles XLSX.
Drop PDF or image files here or click to browse
Job {{ jobId }}
Model & token usage
Model{{ status.llmModel }}
Input{{ fmt(status.llmUsage.inputTokens) }}
Output{{ fmt(status.llmUsage.outputTokens) }}
Cache read{{ fmt(status.llmUsage.cacheReadInputTokens) }}
Cache write{{ fmt(status.llmUsage.cacheCreationInputTokens) }}
Total tokens{{ fmt(status.llmUsage.totalTokens) }}
Total cost{{ fmtUsd(status.llmCostUsd) }}
Per-step breakdown
| Stage | Model | Duration | Input | Output | Cache R/W | Cost |
|---|---|---|---|---|---|---|
| {{ stageLabel(s.stage) }} | {{ s.model }} | {{ fmtMs(s.durationMs) }} | {{ fmt(s.usage.inputTokens) }} | {{ fmt(s.usage.outputTokens) }} | {{ fmt(s.usage.cacheReadInputTokens) }} / {{ fmt(s.usage.cacheCreationInputTokens) }} | {{ fmtUsd(s.costUsd) }} |