AiUsageSummaryDto
Summary of AI usage tokens for a specific date range
Properties
| Name | Type | Description |
|---|---|---|
| userSharedKeyTokens | integer | Total tokens used by the current user with the shared API key |
Total tokens used by the current user with the shared API key | ||
| userCustomKeyTokens | integer | Total tokens used by the current user with their custom API key |
Total tokens used by the current user with their custom API key | ||
| tenantSharedKeyTokens | integer | Total tokens used by all users in the tenant with the shared API key |
Total tokens used by all users in the tenant with the shared API key | ||
| tenantCustomKeyTokens | integer | Total tokens used by all users in the tenant with their custom API keys |
Total tokens used by all users in the tenant with their custom API keys | ||
JSON Example
{
"userSharedKeyTokens": 0,
"userCustomKeyTokens": 0,
"tenantSharedKeyTokens": 0,
"tenantCustomKeyTokens": 0
}