Interface ImageProviderPreference

Preference result returned by the image router.

interface ImageProviderPreference {
    providerId: string;
    modelId: string;
    displayName: string;
}

Properties

providerId: string

Recommended provider ID (e.g. 'replicate').

modelId: string

Recommended model ID on that provider.

displayName: string

Human-readable display name of the model.