You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Represents the tokens used. Includes the information of the tokens used by model.\n`used_tokens` are the total tokens used in the `tokens_by_model` list."
1510
+
},
1511
+
"TokenUsageByModel": {
1512
+
"properties": {
1513
+
"provider_type": {
1514
+
"$ref": "#/components/schemas/ProviderType"
1515
+
},
1516
+
"model": {
1517
+
"type": "string",
1518
+
"title": "Model"
1519
+
},
1520
+
"used_tokens": {
1521
+
"type": "integer",
1522
+
"title": "Used Tokens"
1523
+
}
1524
+
},
1525
+
"type": "object",
1526
+
"required": [
1527
+
"provider_type",
1528
+
"model",
1529
+
"used_tokens"
1530
+
],
1531
+
"title": "TokenUsageByModel",
1532
+
"description": "Represents the tokens used by a model."
0 commit comments