Usage
Usage statistics, request logs, and dashboards.
Track your usage, costs, and performance across all providers.
Get Usage Summary
UsageSummary Properties
| Property | Python | JavaScript | Description |
|---|---|---|---|
| Period start | period_start | periodStart | Start of the period |
| Period end | period_end | periodEnd | End of the period |
| Total requests | total_requests | totalRequests | Total number of requests |
| Successful | successful_requests | successfulRequests | Successful requests |
| Failed | failed_requests | failedRequests | Failed requests |
| Cached | cached_requests | cachedRequests | Requests served from cache |
| Provider cost | total_provider_cost | totalProviderCost | Total cost paid to providers |
| Billed cost | total_billed_cost | totalBilledCost | Total cost billed to you |
| Savings | total_savings | totalSavings | Savings from cache hits |
| Cache hit rate | cache_hit_rate | cacheHitRate | Cache hit rate (%) |
| By provider | by_provider | byProvider | Request counts by provider |
| By model | by_model | byModel | Request counts by model |