0 ? (model.costBreakdown.input.cost / model.cost) * 100 : 0}%`,
- }}
- title={`Input: $${model.costBreakdown.input.cost.toFixed(2)}`}
- />
-
0 ? (model.costBreakdown.output.cost / model.cost) * 100 : 0}%`,
- }}
- title={`Output: $${model.costBreakdown.output.cost.toFixed(2)}`}
- />
-
0 ? (model.costBreakdown.cacheCreation.cost / model.cost) * 100 : 0}%`,
- }}
- title={`Cache Write: $${model.costBreakdown.cacheCreation.cost.toFixed(2)}`}
- />
-
0 ? (model.costBreakdown.cacheRead.cost / model.cost) * 100 : 0}%`,
- }}
- title={`Cache Read: $${model.costBreakdown.cacheRead.cost.toFixed(2)}`}
- />
-
-
- {/* Token count */}
-
- {formatTokens(model.tokens)}
-
- {/* Total cost */}
-
- ${model.cost.toFixed(2)}
-
-
-
- ))}
- {/* Legend */}
-
-
-
- Input
-
-
-
- Output
-
-
-
- Cache Write
-
-
-
- Cache Read
-
-
-
- )}
-
-
-
- {/* Model Distribution - 2/10 width */}
-
-
-
-
- Model Usage
-
-
-
-
-
-
-
- {/* Session Stats - 2/10 width */}
-
-
- {/* Usage Insights - 2/10 width */}
-
-