Hello,
Could we continue on this existing topic? The issue is already explained there:
https://ww.wp.xz.cn/support/topic/bulk-generation-status-failed/
Regards
@mcurly Please do not.
To keep things organized and make sure you get the best support, we ask that each person open their own topic rather than adding to someone else’s.
The forum guidelines explain why here:
https://ww.wp.xz.cn/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too
Hi,
Bulk generation in Magic Post Thumbnail is failing 100% of the time on my site with this OpenAI API error:
“Unknown parameter: ‘style’.”
The cause: the plugin sends the style parameter on every image-generation request, but OpenAI’s gpt-image-1 model (the DALL-E 3 successor released March 2025) doesn’t accept it and rejects the request outright. The style parameter is DALL-E 3 only.
The fix is to only include style in the request payload when the selected model is dall-e-3, and omit it for gpt-image-1. The fallback to the “second image bank” then hits the same broken call, so nothing recovers.
I have a debug log with 188 consecutive identical failures if it’d help. Happy to test a patch.
Thanks for the plugin.