Gateway Users
{{ number_format($stats['total_gateway_users']) }}
{{ $stats['active_gateway_users'] }} active
Requests Today
{{ number_format($stats['total_requests_today']) }}
{{ number_format($stats['total_requests_month']) }} this month
Spend Today
${{ number_format($stats['total_spend_today'], 2) }}
${{ number_format($stats['total_spend_month'], 2) }} this month
Tokens Today
{{ number_format($stats['total_tokens_today']) }}
Avg: ${{ number_format($stats['avg_cost_per_request'], 4) }}/req
| Provider | Requests | Total Cost | Total Tokens |
|---|---|---|---|
| {{ $provider->provider }} | {{ number_format($provider->count) }} | ${{ number_format($provider->total_cost, 2) }} | {{ number_format($provider->total_tokens) }} |
| No data available yet | |||