chatgpt_webui_ask
Send a prompt to ChatGPT via web UI authentication and get the assistant's text response. Configure model, workspace, reasoning effort, or enable deep research and image generation for advanced tasks.
Instructions
Send a prompt to ChatGPT WebUI using session token auth and return assistant text.
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. |