@extends('layouts.admin') @section('title', 'AI Usage') @section('admin')
| Provider | Operation | Calls | Tokens (in/out) | Images | Cost USD |
|---|---|---|---|---|---|
| {{ $r->provider }} | {{ $r->operation }} | {{ number_format($r->calls) }} | {{ number_format($r->in_tok) }} / {{ number_format($r->out_tok) }} | {{ number_format($r->imgs) }} | ${{ number_format($r->cost_micro / 1_000_000, 4) }} |
| No AI calls this month yet. | |||||
| When | User | Provider | Op | Status | Cost |
|---|---|---|---|---|---|
| {{ $u->created_at?->diffForHumans() }} | {{ optional($u->user)->email ?? '—' }} | {{ $u->provider }} | {{ $u->operation }} | {{ $u->status }} | ${{ number_format($u->cost_usd_micro / 1_000_000, 5) }} |