Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
export
interface
ModelStats {
35
count: number;
36
total_cost: number;
37
}
38
39
export
interface
Stats {
40
total_requests: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected