Member Junction
    Preparing search index...

    The minimal MJ: AI Models row shape BuildRealtimeModelOptions consumes — structurally satisfied by AIEngineBase's cached Models entities.

    interface VoiceModelCandidate {
        AIModelType: string | null;
        ID: string;
        IsActive: boolean;
        Name: string;
    }
    Index

    Properties

    AIModelType: string | null

    Denormalized model-type name (e.g. 'LLM', 'Realtime').

    ID: string

    The MJ: AI Models row id.

    IsActive: boolean

    Whether the model is active and selectable.

    Name: string

    The model's display name.