unified-llm-client
    Preparing search index...

    Interface ModelRouterOptions

    interface ModelRouterOptions {
        rules?: ModelRouteRule[];
        seed?: string;
    }
    Index

    Properties

    Properties

    rules?: ModelRouteRule[]
    seed?: string