Credentials:
    | {
        apiKey: string;
    }
    | {
        credentials: string;
    }
    | {
        apiKey: string;
        model: string;
    }
    | {
        apiKey: string;
        isSystemCredentials: boolean;
    }
    | {
        apiKey: string;
        endpoint: string;
    }
    | {
        url: string;
    }
    | {
        accessKey: string;
        secretKey: string;
    }