Skip to main content
Module

x/openai/mod.ts>ImageVariationOptions

unofficial Deno wrapper for the Open Ai api
Extremely Popular
Go to Latest
interface ImageVariationOptions
import { type ImageVariationOptions } from "https://deno.land/x/openai@1.3.1/mod.ts";

Properties

image: string

The image to edit. Must be a valid PNG file, less than 4MB, and square. https://platform.openai.com/docs/api-reference/images/create-variation#images/create-variation-image

optional
n: number
optional
size: "256x256" | "512x512" | "1024x1024"

The size of the generated images. Must be one of 256x256, 512x512, or 1024x1024. https://platform.openai.com/docs/api-reference/images/create-variation#images/create-variation-size

optional
responseFormat: "url" | "b64_json"

The format in which the generated images are returned. Must be one of url or b64_json. https://platform.openai.com/docs/api-reference/images/create-variation#images/create-variation-response_format

optional
user: string

A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. https://platform.openai.com/docs/api-reference/images/create-variation#images/create-variation-user