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

Interface SharedPoolModelQuota

lib/api.ts:915–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915export interface SharedPoolModelQuota {
916 model_name: string;
917 total_quota: string;
918 earliest_reset_time: string | null;
919 available_cookies: string;
920 status: number;
921 last_fetched_at: string;
922}
923
924export interface UserConsumption {
925 total_requests: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected