videosphere
    Preparing search index...

    Pricing summary shown next to STT / translate provider pickers.

    interface TranslationProviderPricingInfo {
        id: string;
        label: string;
        freeUsageLimit: string;
        priceAfterFree: string;
        pricingUrl: string;
    }
    Index

    Properties

    id: string

    Provider id.

    label: string

    Short label for dropdowns.

    freeUsageLimit: string

    Free monthly / rate-limit summary from the vendor’s public docs.

    priceAfterFree: string

    What happens after free / rate limits (high level).

    pricingUrl: string

    Official pricing or limits page.