Member Junction
    Preparing search index...

    Interface RealtimeModelResolution

    The resolved Realtime model plus its identifiers, returned by the model-resolution seam.

    interface RealtimeModelResolution {
        APIName: string;
        DriverClass?: string;
        Model: BaseRealtimeModel;
        ModelID: string;
        ModelName?: string;
        VendorID: string;
    }
    Index

    Properties

    APIName: string

    The vendor API name passed to the provider as the model id.

    DriverClass?: string

    The chosen vendor's DriverClass (e.g. OpenAIRealtime). Used to match the effective config's per-provider voice settings (realtime.voice.providers) onto the driver's open Config bag. Optional for back-compat with test seams.

    The instantiated realtime driver.

    ModelID: string

    The MJ: AI Models row id.

    ModelName?: string

    The model's display name (MJ: AI Models.Name). Optional for back-compat with test seams.

    VendorID: string

    The chosen vendor id.