From 71aec84f0047e44dcc51f058096ac3f404a3f9cd Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 11 Apr 2026 01:58:51 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@8a5b4b07f98672b88ef8a01f883bca9ee087a1a4 --- .openclaw-sync/source.json | 4 ++-- docs/providers/fal.md | 16 +++++++++++++ docs/tools/video-generation.md | 42 ++++++++++++++++++++++------------ 3 files changed, 46 insertions(+), 16 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 99f85327f..0b449633a 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "192ee081e77e755874db4dd8277b503846f56941", - "syncedAt": "2026-04-11T01:55:43.406Z" + "sha": "8a5b4b07f98672b88ef8a01f883bca9ee087a1a4", + "syncedAt": "2026-04-11T01:58:50.846Z" } diff --git a/docs/providers/fal.md b/docs/providers/fal.md index 1eb70c1c9..1ae888cce 100644 --- a/docs/providers/fal.md +++ b/docs/providers/fal.md @@ -69,6 +69,8 @@ The bundled `fal` video-generation provider defaults to - Modes: text-to-video and single-image reference flows - Runtime: queue-backed submit/status/result flow for long-running jobs +- HeyGen video-agent model ref: + - `fal/fal-ai/heygen/v2/video-agent` - Seedance 2.0 model refs: - `fal/bytedance/seedance-2.0/fast/text-to-video` - `fal/bytedance/seedance-2.0/fast/image-to-video` @@ -89,6 +91,20 @@ To use Seedance 2.0 as the default video model: } ``` +To use HeyGen video-agent as the default video model: + +```json5 +{ + agents: { + defaults: { + videoGenerationModel: { + primary: "fal/fal-ai/heygen/v2/video-agent", + }, + }, + }, +} +``` + ## Related - [Image Generation](/tools/image-generation) diff --git a/docs/tools/video-generation.md b/docs/tools/video-generation.md index e60bd614f..ee77c800f 100644 --- a/docs/tools/video-generation.md +++ b/docs/tools/video-generation.md @@ -201,6 +201,20 @@ entries. } ``` +HeyGen video-agent on fal can be pinned with: + +```json5 +{ + agents: { + defaults: { + videoGenerationModel: { + primary: "fal/fal-ai/heygen/v2/video-agent", + }, + }, + }, +} +``` + Seedance 2.0 on fal can be pinned with: ```json5 @@ -217,20 +231,20 @@ Seedance 2.0 on fal can be pinned with: ## Provider notes -| Provider | Notes | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Alibaba | Uses DashScope/Model Studio async endpoint. Reference images and videos must be remote `http(s)` URLs. | -| BytePlus | Single image reference only. | -| ComfyUI | Workflow-driven local or cloud execution. Supports text-to-video and image-to-video through the configured graph. | -| fal | Uses queue-backed flow for long-running jobs. Single image reference only. Includes Seedance 2.0 text-to-video and image-to-video model refs. | -| Google | Uses Gemini/Veo. Supports one image or one video reference. | -| MiniMax | Single image reference only. | -| OpenAI | Only `size` override is forwarded. Other style overrides (`aspectRatio`, `resolution`, `audio`, `watermark`) are ignored with a warning. | -| Qwen | Same DashScope backend as Alibaba. Reference inputs must be remote `http(s)` URLs; local files are rejected upfront. | -| Runway | Supports local files via data URIs. Video-to-video requires `runway/gen4_aleph`. Text-only runs expose `16:9` and `9:16` aspect ratios. | -| Together | Single image reference only. | -| Vydra | Uses `https://www.vydra.ai/api/v1` directly to avoid auth-dropping redirects. `veo3` is bundled as text-to-video only; `kling` requires a remote image URL. | -| xAI | Supports text-to-video, image-to-video, and remote video edit/extend flows. | +| Provider | Notes | +| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Alibaba | Uses DashScope/Model Studio async endpoint. Reference images and videos must be remote `http(s)` URLs. | +| BytePlus | Single image reference only. | +| ComfyUI | Workflow-driven local or cloud execution. Supports text-to-video and image-to-video through the configured graph. | +| fal | Uses queue-backed flow for long-running jobs. Single image reference only. Includes HeyGen video-agent and Seedance 2.0 text-to-video and image-to-video model refs. | +| Google | Uses Gemini/Veo. Supports one image or one video reference. | +| MiniMax | Single image reference only. | +| OpenAI | Only `size` override is forwarded. Other style overrides (`aspectRatio`, `resolution`, `audio`, `watermark`) are ignored with a warning. | +| Qwen | Same DashScope backend as Alibaba. Reference inputs must be remote `http(s)` URLs; local files are rejected upfront. | +| Runway | Supports local files via data URIs. Video-to-video requires `runway/gen4_aleph`. Text-only runs expose `16:9` and `9:16` aspect ratios. | +| Together | Single image reference only. | +| Vydra | Uses `https://www.vydra.ai/api/v1` directly to avoid auth-dropping redirects. `veo3` is bundled as text-to-video only; `kling` requires a remote image URL. | +| xAI | Supports text-to-video, image-to-video, and remote video edit/extend flows. | ## Provider capability modes