Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 626 Bytes

File metadata and controls

16 lines (8 loc) · 626 Bytes

Image

Represents the url or the content of an image generated by the OpenAI API.

Properties

Name Type Description Notes
b64Json String The base64-encoded JSON of the generated image, if `response_format` is `b64_json`. [optional]
url String The URL of the generated image, if `response_format` is `url` (default). [optional]
revisedPrompt String The prompt that was used to generate the image, if there was any revision to the prompt. [optional]