#Automated tasks

1 messages · Page 1 of 1 (latest)

vast locust
#

My automated tasks with image generation stopped working with the gpt5 update. Is this feature still supported?

tribal jayBOT
#

Hi @vast locust. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Short answer: Yes—image generation is still supported, but how you access it may have changed with GPT‑5.

#

If your automations broke after the GPT‑5 switch:

  • Ensure you’re not using GPT‑5 Pro for image generation in ChatGPT (it’s not supported) (GPT‑5 in ChatGPT).
  • For API workflows, continue calling gpt-image-1 via the Images API, or include the image_generation tool when using Responses. If you were relying on a playground feature like streaming previews, note that a recent incident showed “Streaming is not supported” for images; this was resolved, but streaming isn’t generally supported on the Images API request itself (Forum incident).

If you share your current API call (endpoint/model/params), I can point to the minimal change needed.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@vast locust Kapa.ai is still learning and improving, please let me know how I did by reacting below.

vast locust
sacred matrix
#

@tribal jay is the automated tasks feature supported with gpt 5?

tribal jayBOT
#

Let me check the knowledge base for you again. One moment! :books:

#

Yes, automated tasks—including image generation—are supported with GPT-5. The knowledge sources confirm that GPT-5 supports every tool available in ChatGPT, including image generation, web search, data analysis, and more. This means you can use GPT-5 for automated workflows that involve these features, as long as you are not using the "GPT-5 Pro" mode, which does not support image generation or Canvas (Tools Support in ChatGPT, GPT-5 in ChatGPT).

For API-based automation, you can use GPT-5 as the orchestrating model with the Responses API and include the image_generation tool in your requests. The actual image generation is performed by the gpt-image-1 model, but GPT-5 can reliably call this tool as part of automated tasks (Image generation guide, Tools: image generation).

If your automated tasks stopped working after the GPT-5 update, double-check that you are not using GPT-5 Pro for image generation and that your API calls include the correct tool parameters.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: