

























@@ -60,7 +60,7 @@ Video generation is asynchronous. When the agent calls `video_generate` in a
6060session:
616162621. OpenClaw submits the request to the provider and immediately returns a task id.
63-2. The provider processes the job in the background (typically 30 seconds to 5 minutes depending on the provider and resolution).
63+2. The provider processes the job in the background (typically 30 seconds to several minutes depending on the provider and resolution; slow queue-backed providers can run up to the configured timeout).
64643. When the video is ready, OpenClaw wakes the same session with an internal completion event.
65654. The agent tells the user and attaches the finished video. In group/channel
6666 chats that use message-tool-only visible delivery, the agent relays the
@@ -84,12 +84,12 @@ rejects an oversized file.
84848585### Task lifecycle
868687-| State | Meaning |
88-| ----------- | ------------------------------------------------------------------------------------------------ |
89-| `queued` | Task created, waiting for the provider to accept it. |
90-| `running` | Provider is processing (typically 30 seconds to 5 minutes depending on provider and resolution). |
91-| `succeeded` | Video ready; the agent wakes and posts it to the conversation. |
92-| `failed` | Provider error or timeout; the agent wakes with error details. |
87+| State | Meaning |
88+| ----------- | ------------------------------------------------------------------------------------------------------ |
89+| `queued` | Task created, waiting for the provider to accept it. |
90+| `running` | Provider is processing (typically 30 seconds to several minutes depending on provider and resolution). |
91+| `succeeded` | Video ready; the agent wakes and posts it to the conversation. |
92+| `failed` | Provider error or timeout; the agent wakes with error details. |
93939494Check status from the CLI:
9595@@ -223,7 +223,7 @@ dimensions). Providers that do not declare it surface the value via
223223</ParamField>
224224<ParamField path="model" type="string">Provider/model override (e.g. `runway/gen4.5`).</ParamField>
225225<ParamField path="filename" type="string">Output filename hint.</ParamField>
226-<ParamField path="timeoutMs" type="number">Optional provider request timeout in milliseconds.</ParamField>
226+<ParamField path="timeoutMs" type="number">Optional provider operation timeout in milliseconds.</ParamField>
227227<ParamField path="providerOptions" type="object">
228228 Provider-specific options as a JSON object (e.g. `{"seed": 42, "draft": true}`).
229229 Providers that declare a typed schema validate the keys and types; unknown
@@ -377,16 +377,22 @@ only the explicit `model`, `primary`, and `fallbacks` entries.
377377image-to-video through the configured graph.
378378</Accordion>
379379<Accordion title="fal">
380-Uses a queue-backed flow for long-running jobs. Most fal video models
380+Uses a queue-backed flow for long-running jobs. OpenClaw waits up to 20
381+minutes by default before treating an in-progress fal queue job as timed
382+out. Most fal video models
381383accept a single image reference. Seedance 2.0 reference-to-video
382384models accept up to 9 images, 3 videos, and 3 audio references, with
383385at most 12 total reference files.
384386</Accordion>
385387<Accordion title="Google (Gemini / Veo)">
386-Supports one image or one video reference.
388+Supports one image or one video reference. Generated-audio requests are
389+ignored with a warning on the Gemini API path because that API rejects
390+the `generateAudio` parameter for current Veo video generation.
387391</Accordion>
388392<Accordion title="MiniMax">
389-Single image reference only.
393+Single image reference only. MiniMax accepts `768P` and `1080P`
394+resolutions; requests such as `720P` are normalized to the closest
395+supported value before submission.
390396</Accordion>
391397<Accordion title="OpenAI">
392398Only `size` override is forwarded. Other style overrides
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。