Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 448 Bytes

createimagevariationrequestresponseformat.md

File metadata and controls

17 lines (11 loc) · 448 Bytes

CreateImageVariationRequestResponseFormat

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.

Example Usage

import { CreateImageVariationRequestResponseFormat } from "argot-open-ai/models/components";

let value: CreateImageVariationRequestResponseFormat = "url";

Values

"url" | "b64_json"