MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / SharedPoolStats

Interface SharedPoolStats

lib/api.ts:941–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939}
940
941export interface SharedPoolStats {
942 accounts: {
943 total_shared: number;
944 active_shared: number;
945 inactive_shared: number;
946 };
947 quotas_by_model: Record<string, SharedPoolModelStats>;
948 note?: string;
949}
950
951/**
952 * 获取用户配额池

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected