Is it possible to get the revised prompt from the API when generating images?

I’m building an app using the chatgpt-image-1 model API and it seems that simple prompts get rewritten to be more complex. That’s fine, but I’d like to save the prompt revised by the API if possible.

It seems that DALLE-3 returned a revised_prompt key (source deleted because I can’t post links), but the API response I am getting doesn’t seem to have that anymore.(API reference deleted because I can’t post links)

Is there some other way to get the revised prompt?

1 Like

I have the same problem, all of the 480 images seems to return None for revised_prompt. I used to be able to extract this info in DALL-E 3. Let me know if anyone can get revised_prompt! Thanks!