You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The number of images to generate. Must be between 1 and 10.
405
406
pubn:Option<u8>,// min:1 max:10 default:1
406
407
408
+
/// The format in which the generated images are returned. Must be one of `url` or `b64_json`. URLs
409
+
/// are only valid for 60 minutes after the image has been generated.
410
+
pubresponse_format:Option<ImageResponseFormat>,
411
+
407
412
/// The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`.
408
413
pubsize:Option<DallE2ImageSize>,
409
414
410
-
/// The format in which the generated images are returned. Must be one of `url` or `b64_json`.
411
-
pubresponse_format:Option<ImageResponseFormat>,
412
-
413
-
/// A unique identifier representing your end-user, which will help OpenAI to monitor and detect abuse. [Learn more](https://platform.openai.com/docs/usage-policies/end-user-ids).
415
+
/// A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
0 commit comments