Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.03 KB

CreateImageRequest.md

File metadata and controls

15 lines (10 loc) · 1.03 KB

CreateImageRequest

Properties

Name Type Description Notes
prompt String A text description of the desired image(s). The maximum length is 1000 characters.
n Option<i32> The number of images to generate. Must be between 1 and 10. [optional][default to 1]
size Option<String> The size of the generated images. Must be one of 256x256, 512x512, or 1024x1024. [optional][default to Variant1024x1024]
response_format Option<String> The format in which the generated images are returned. Must be one of url or b64_json. [optional][default to Url]
user Option<String> A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. Learn more. [optional]

[Back to Model list] [Back to API list] [Back to README]