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

Properties

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

Generated using TypeDoc