videosphere
    Preparing search index...

    Server-only decrypted credentials for pipeline workers.

    interface LiveTranslationRuntimeSecrets {
        sttProvider: LiveTranslationStreamingSttProvider;
        textTranslateProvider: LiveTranslationTextTranslateProvider;
        openRouterApiKey: string;
        groqApiKey: string;
        deepgramApiKey: string;
        assemblyaiApiKey: string;
        gladiaApiKey: string;
        speechmaticsApiKey: string;
        sonioxApiKey: string;
        modulateApiKey: string;
        elevenLabsApiKey: string;
        gcpServiceAccountJson: string;
        openRouterTranslateModel: string;
        gcpTtsVoices: GcpTtsVoicesMap;
        sourceLanguage: string;
        enabledLanguages: string[];
        translationReady: boolean;
        listenReady: boolean;
    }
    Index

    Properties

    openRouterApiKey: string
    groqApiKey: string
    deepgramApiKey: string
    assemblyaiApiKey: string
    gladiaApiKey: string
    speechmaticsApiKey: string
    sonioxApiKey: string
    modulateApiKey: string
    elevenLabsApiKey: string
    gcpServiceAccountJson: string
    openRouterTranslateModel: string
    gcpTtsVoices: GcpTtsVoicesMap
    sourceLanguage: string
    enabledLanguages: string[]
    translationReady: boolean
    listenReady: boolean