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

    Interface OpenRouterChatPayload

    interface OpenRouterChatPayload {
        messages?: { content: unknown; role: string }[];
        model?: string;
        [key: string]: unknown;
    }

    Hierarchy

    Indexable

    • [key: string]: unknown
    Index
    messages?: { content: unknown; role: string }[]
    model?: string