Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Call /images/edits with the Python SDK.
client.generate_image_edit()
result = client.generate_image_edit({ "model": "openai/gpt-image-1", "prompt": "Make it sunset", "image": "data:image/png;base64,...", }) print(result)
Was this page helpful?