工具 API
gpt_ image2_ result
查询 gpt_image2_submit 提交的任务状态 / 结果。 本工具内部会等待最多 `wait_seconds` 秒(默认 50,给 60s MCP 超时留 10s 余量), 期间如果任务完成或失败会立即返回;超时未完成则返回 `pending`,可继续调用本工具轮询。 参数 ---- - job_id: gpt_image2_submit 返回的 job_id - wait_seconds: 单次调用最多等待多少秒(0-300,默认 50) 返回 ---- JSON 字符串: - done: {"status":"done", "elapsed_seconds":..., "items":[{"kind":"url","url":"..."}|{"kind":"base64","data_url":"..."}], "usage":{"cost":..., ...}} - error: {"status":"error", "elapsed_seconds":..., "error":"..."} - pending/running: {"status":"running"|"pending", "elapsed_seconds":..., "message":"..."}
creative0 积分
调用信息
- 工具标识
- gpt-image-2.gpt_image2_result
- 服务提供方
- GPT Image 2 / 2.5
- 平均响应
- 31108 ms
- 近 7 天调用
- 39
输入参数
job_id必填string
wait_secondsinteger