ISPO SDK
    Preparing search index...

    Interface CloudUsageSummary

    Markdown

    Current-period usage the host mirrors from GET /v1/account hosted-run counters. Counts and abstract AI units only — no dollars, no raw ids.

    interface CloudUsageSummary {
        aiUnitLimit: number;
        aiUnitsRemaining: number;
        aiUnitsUsed: number;
        periodStart: string;
        runLimit: number;
        runsRemaining: number;
        runsUsed: number;
    }
    Index
    aiUnitLimit: number
    aiUnitsRemaining: number
    aiUnitsUsed: number
    periodStart: string

    ISO timestamp of the current billing/usage period start.

    runLimit: number
    runsRemaining: number
    runsUsed: number