unified-llm-client
    Preparing search index...

    Interface SpeechCostLineItem

    interface SpeechCostLineItem {
        amountUSD: number;
        estimated: boolean;
        label: string;
        quantity: number;
        rateUSD: number;
        unit: SpeechCostUnit;
    }
    Index

    Properties

    amountUSD: number
    estimated: boolean
    label: string
    quantity: number
    rateUSD: number