We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today for image generation models, only the /images/generation method is supported. However, there are other methods such as /images/edits and /images/variations as described in https://platform.openai.com/docs/guides/images/?lang=curl&context=python
/images/generation
/images/edits
/images/variations
Google image generation models like imagen-2 and imagen-3 do have similar editing capabilities that could be unified. (https://cloud.google.com/vertex-ai/generative-ai/docs/image/edit-inpainting)
imagen-2
imagen-3
Feature requested by internal users
No response
The text was updated successfully, but these errors were encountered:
@krrishdholakia did your PR add OpenAI support too ?
Sorry, something went wrong.
krrishdholakia
No branches or pull requests
The Feature
Today for image generation models, only the
/images/generation
method is supported. However, there are other methods such as/images/edits
and/images/variations
as described in https://platform.openai.com/docs/guides/images/?lang=curl&context=pythonGoogle image generation models like
imagen-2
andimagen-3
do have similar editing capabilities that could be unified. (https://cloud.google.com/vertex-ai/generative-ai/docs/image/edit-inpainting)Motivation, pitch
Feature requested by internal users
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: