import { type Image } from "https://deno.land/x/openai@v4.53.2/resources/mod.ts";
Represents the url or the content of an image generated by the OpenAI API.
Properties
The base64-encoded JSON of the generated image, if response_format
is
b64_json
.
The prompt that was used to generate the image, if there was any revision to the prompt.