MCPcopy Index your code
hub / github.com/CommonstackAI/UncommonRoute / ModelStats

Interface ModelStats

frontend/dashboard/src/api.ts:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34export interface ModelStats {
35 count: number;
36 total_cost: number;
37}
38
39export interface Stats {
40 total_requests: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected