Member Junction
    Preparing search index...

    An active Realtime model with the voices its driver supports (dev model/voice picker).

    interface RealtimeModelVoices {
        ModelID: string;
        ModelName: string;
        Voices: RealtimeVoiceOption[];
    }
    Index

    Properties

    ModelID: string

    The MJ: AI Models row id.

    ModelName: string

    The model's display name.

    The provider-native voices the model supports (empty when the driver declares none).