chatgpt_webui_ask_async_start
Start a background ChatGPT task and receive a job ID immediately. Solve long-running Deep Research and Pro run delays by executing them asynchronously.
Instructions
Start a background ChatGPT ask job and return immediately with a job id. Use this for long-running tasks like Deep Research and Pro runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model slug override. Examples: gpt-5-2, gpt-5-2-pro, gpt-5-1-instant, research. Ignored when deep_research=true. | |
| prompt | Yes | Prompt to send. | |
| workspace | No | Preferred workspace label if ChatGPT shows workspace selection (e.g. PRO, Personal). | |
| model_mode | No | Quick model mode selector that maps to GPT-5.2 variants. | |
| create_image | No | Enable image-generation mode in ChatGPT UI. | |
| deep_research | No | Enable Deep Research flow. When true, model selection switches to research mode. | |
| conversation_id | No | Optional conversation id to continue an existing chat. | |
| wait_timeout_ms | No | Max wait for response completion in milliseconds (supports long GPT-5.2 Pro runs). | |
| reasoning_effort | No | UI reasoning control. Mainly relevant for thinking-capable models. | |
| parent_message_id | No | Optional parent message id for continued conversation state. | |
| deep_research_site_mode | No | Optional Deep Research sites mode override. |