The format in which the generated images are returned. Must be one of url
or b64_json
. URLs are only valid for 60 minutes after the image has been generated.
import { CreateImageVariationRequestResponseFormat } from "argot-open-ai/models/components";
let value: CreateImageVariationRequestResponseFormat = "url";
"url" | "b64_json"