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
Related to:
- CreateImageEditRequest forces an application/octet-stream content type
for images (64bit/async-openai#364)
- CreateImageEditRequest only deals with a single image
(64bit/async-openai#363)
This is a continuation of 8f86289
and fixes the Image Editing feature for OpenAI.
With most models, the
/v1/images/edits
API only supports a single image in theimage
field.However, with the new
gpt-image-1
model, multiple images may be provided.See https://platform.openai.com/docs/api-reference/images/createEdit#images-createedit-image
The text was updated successfully, but these errors were encountered: