Chiamate Totali
Chiamate Riuscite
Tasso di Successo
Chiamate Fallite
| Data/Ora | Status | Utente | Modello | Chiave API | Prompt | Tempo Risposta | Token | Costo Stimato | Azioni |
|---|---|---|---|---|---|---|---|---|---|
|
{{ $call->created_at->format('d/m/Y H:i:s') }}
{{ $call->created_at->diffForHumans() }} |
{{ ucfirst($call->status) }} |
@if($call->user)
{{ $call->user->name }}
{{ $call->user->email }}
|
{{ $call->model }} | @if($call->apiKey) {{ $call->apiKey->name }} @else N/A @endif | {{ $this->formatPrompt($call->prompt, 50) }} | {{ $this->formatResponseTime($call->response_time_ms) }} | @if($call->total_tokens) {{ number_format($call->total_tokens) }} @else N/A @endif | @if($this->calculateCost($call->prompt_tokens, $call->response_tokens, $call->total_tokens)) {{ $this->calculateCost($call->prompt_tokens, $call->response_tokens, $call->total_tokens) }} @else N/A @endif |
Prova a modificare i filtri per visualizzare più risultati