RunModelStatistics
A model’s run summary. The input to cost computation.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
modelId |
yes | string |
The model name. | — |
totalRuns |
yes | integer (int64) |
The total number of runs made with this model. | pattern `^-?(?:0\ |
inputTokens |
no | integer (int64) |
The total input tokens. | pattern `^-?(?:0\ |
outputTokens |
no | integer (int64) |
The total output tokens. | pattern `^-?(?:0\ |
totalTokens |
no | integer (int64) |
The total tokens. | pattern `^-?(?:0\ |
totalCost |
no | number (double) |
The total cost of runs made with this model. null if pricing is undefined. |
pattern `^-?(?:0\ |