interface DeepInfraEmbeddingsRequest {
    image?: string;
    inputs: string[];
    normalize?: boolean;
    webhook?: string;
}

Properties

image?: string
inputs: string[]
normalize?: boolean
webhook?: string