Usage
Aggregated usage and cost data over a time window. Group by resource, model, day, or key.
Wordcab SDKs, CLI tools, Helm charts, model weights, and deployment packages are delivered directly to each customer for self-hosted installation. They are not publicly published package-manager artifacts, so install commands in these docs are placeholders until your Wordcab team provides your private package source or offline bundle.
Get usage
Aggregates usage for the calling key's organization over a time window.
Query parameters
ISO 8601 date. Defaults to the first of the current month.
ISO 8601 date. Defaults to today.
One of model, resource, day, key. Default resource.
Response
{
"start": "2026-04-01",
"end": "2026-04-16",
"data": [
{"resource": "transcripts", "count": 12842, "seconds": 342118, "cost_usd": 428.10},
{"resource": "chat", "count": 9817, "tokens": 41238291, "cost_usd": 184.73},
{"resource": "speech", "count": 7641, "characters": 912433, "cost_usd": 45.62}
],
"total_cost_usd": 658.45
}Costs are in the currency configured for the organization. Self-hosted deployments return usage metrics but cost_usd is null — there is no metered billing.