Interface ReplicateImageProviderOptions

interface ReplicateImageProviderOptions {
    wait?: number;
    webhook?: string;
    webhookEventsFilter?: string[];
    seed?: number;
    negativePrompt?: string;
    numOutputs?: number;
    aspectRatio?: string;
    outputFormat?: ImageOutputFormat;
    outputQuality?: number;
    disableSafetyChecker?: boolean;
    goFast?: boolean;
    megapixels?: string;
    input?: Record<string, unknown>;
    extraBody?: Record<string, unknown>;
}

Properties

wait?: number
webhook?: string
webhookEventsFilter?: string[]
seed?: number
negativePrompt?: string
numOutputs?: number
aspectRatio?: string
outputFormat?: ImageOutputFormat
outputQuality?: number
disableSafetyChecker?: boolean
goFast?: boolean
megapixels?: string
input?: Record<string, unknown>
extraBody?: Record<string, unknown>