@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ModelRecommendation

    interface ModelRecommendation {
        modelId: string;
        confidence: number;
        reasoning: string[];
        estimatedCost: number;
        estimatedLatency: number;
        fallbackChain: string[];
    }
    Index

    Properties

    modelId: string
    confidence: number
    reasoning: string[]
    estimatedCost: number
    estimatedLatency: number
    fallbackChain: string[]