Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ModelProvider

    interface ModelProvider {
        baseUrl: string;
        currentLoad: number;
        id: string;
        isLocal: boolean;
        models: ModelSpec[];
        name: string;
        priority: number;
        rateLimit: number;
        status: "degraded" | "healthy" | "down";
    }
    Index
    baseUrl: string

    Base URL for API calls

    currentLoad: number

    Current request count this minute

    id: string
    isLocal: boolean

    Whether this is a local model

    models: ModelSpec[]

    Models available on this provider

    name: string
    priority: number

    Priority (lower = preferred)

    rateLimit: number

    Rate limit: requests per minute

    status: "degraded" | "healthy" | "down"

    Current status