{{ t('dashboard.balance') }}
${{ balance.toFixed(2) }}
{{ t('dashboard.apiKeys') }}
{{ stats?.total_api_keys || 0 }}
{{ t('dashboard.todayRequests') }}
{{ stats?.today_requests || 0 }}
{{ t('dashboard.todayCost') }}
${{ (stats?.today_actual_cost || 0).toFixed(4) }}