惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
量子位
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
B
Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
Blog — PlanetScale
Blog — PlanetScale
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
A
About on SuperTechFans
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
H
Help Net Security
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(openrouter): add video generation provider (#72700) ...
notamicrodos · 2026-04-28 · via Recent Commits to openclaw:main

@@ -1,5 +1,5 @@

11

---

2-

summary: "Generate videos via video_generate from text, image, or video references across 14 provider backends"

2+

summary: "Generate videos via video_generate from text, image, or video references across 16 provider backends"

33

read_when:

44

- Generating videos via the agent

55

- Configuring video-generation providers and models

@@ -9,7 +9,7 @@ sidebarTitle: "Video generation"

99

---

10101111

OpenClaw agents can generate videos from text prompts, reference images, or

12-

existing videos. Fifteen provider backends are supported, each with

12+

existing videos. Sixteen provider backends are supported, each with

1313

different model options, input modes, and feature sets. The agent picks the

1414

right provider automatically based on your configuration and available API

1515

keys.

@@ -116,6 +116,7 @@ generation.

116116

| Google | `veo-3.1-fast-generate-preview` || 1 image | 1 video | `GEMINI_API_KEY` |

117117

| MiniMax | `MiniMax-Hailuo-2.3` || 1 image || `MINIMAX_API_KEY` or MiniMax OAuth |

118118

| OpenAI | `sora-2` || 1 image | 1 video | `OPENAI_API_KEY` |

119+

| OpenRouter | `google/veo-3.1-fast` || Up to 4 images (first/last frame or references) || `OPENROUTER_API_KEY` |

119120

| Qwen | `wan2.6-t2v` || Yes (remote URL) | Yes (remote URL) | `QWEN_API_KEY` |

120121

| Runway | `gen4.5` || 1 image | 1 video | `RUNWAYML_API_SECRET` |

121122

| Together | `Wan-AI/Wan2.2-T2V-A14B` || 1 image || `TOGETHER_API_KEY` |

@@ -133,21 +134,22 @@ runtime modes at runtime.

133134

The explicit mode contract used by `video_generate`, contract tests, and

134135

the shared live sweep:

135136136-

| Provider | `generate` | `imageToVideo` | `videoToVideo` | Shared live lanes today |

137-

| --------- | :--------: | :------------: | :------------: | ---------------------------------------------------------------------------------------------------------------------------------------- |

138-

| Alibaba |||| `generate`, `imageToVideo`; `videoToVideo` skipped because this provider needs remote `http(s)` video URLs |

139-

| BytePlus |||| `generate`, `imageToVideo` |

140-

| ComfyUI |||| Not in the shared sweep; workflow-specific coverage lives with Comfy tests |

141-

| DeepInfra |||| `generate`; native DeepInfra video schemas are text-to-video in the bundled contract |

142-

| fal |||| `generate`, `imageToVideo`; `videoToVideo` only when using Seedance reference-to-video |

143-

| Google |||| `generate`, `imageToVideo`; shared `videoToVideo` skipped because the current buffer-backed Gemini/Veo sweep does not accept that input |

144-

| MiniMax |||| `generate`, `imageToVideo` |

145-

| OpenAI |||| `generate`, `imageToVideo`; shared `videoToVideo` skipped because this org/input path currently needs provider-side inpaint/remix access |

146-

| Qwen |||| `generate`, `imageToVideo`; `videoToVideo` skipped because this provider needs remote `http(s)` video URLs |

147-

| Runway |||| `generate`, `imageToVideo`; `videoToVideo` runs only when the selected model is `runway/gen4_aleph` |

148-

| Together |||| `generate`, `imageToVideo` |

149-

| Vydra |||| `generate`; shared `imageToVideo` skipped because bundled `veo3` is text-only and bundled `kling` requires a remote image URL |

150-

| xAI |||| `generate`, `imageToVideo`; `videoToVideo` skipped because this provider currently needs a remote MP4 URL |

137+

| Provider | `generate` | `imageToVideo` | `videoToVideo` | Shared live lanes today |

138+

| ---------- | :--------: | :------------: | :------------: | ---------------------------------------------------------------------------------------------------------------------------------------- |

139+

| Alibaba |||| `generate`, `imageToVideo`; `videoToVideo` skipped because this provider needs remote `http(s)` video URLs |

140+

| BytePlus |||| `generate`, `imageToVideo` |

141+

| ComfyUI |||| Not in the shared sweep; workflow-specific coverage lives with Comfy tests |

142+

| DeepInfra |||| `generate`; native DeepInfra video schemas are text-to-video in the bundled contract |

143+

| fal |||| `generate`, `imageToVideo`; `videoToVideo` only when using Seedance reference-to-video |

144+

| Google |||| `generate`, `imageToVideo`; shared `videoToVideo` skipped because the current buffer-backed Gemini/Veo sweep does not accept that input |

145+

| MiniMax |||| `generate`, `imageToVideo` |

146+

| OpenAI |||| `generate`, `imageToVideo`; shared `videoToVideo` skipped because this org/input path currently needs provider-side inpaint/remix access |

147+

| OpenRouter |||| `generate`, `imageToVideo` |

148+

| Qwen |||| `generate`, `imageToVideo`; `videoToVideo` skipped because this provider needs remote `http(s)` video URLs |

149+

| Runway |||| `generate`, `imageToVideo`; `videoToVideo` runs only when the selected model is `runway/gen4_aleph` |

150+

| Together |||| `generate`, `imageToVideo` |

151+

| Vydra |||| `generate`; shared `imageToVideo` skipped because bundled `veo3` is text-only and bundled `kling` requires a remote image URL |

152+

| xAI |||| `generate`, `imageToVideo`; `videoToVideo` skipped because this provider currently needs a remote MP4 URL |

151153152154

## Tool parameters

153155

@@ -389,6 +391,13 @@ only the explicit `model`, `primary`, and `fallbacks` entries.

389391

(`aspectRatio`, `resolution`, `audio`, `watermark`) are ignored with

390392

a warning.

391393

</Accordion>

394+

<Accordion title="OpenRouter">

395+

Uses OpenRouter's asynchronous `/videos` API. OpenClaw submits the

396+

job, polls `polling_url`, and downloads either `unsigned_urls` or the

397+

documented job content endpoint. The bundled `google/veo-3.1-fast` default

398+

advertises 4/6/8 second durations, `720P`/`1080P` resolutions, and

399+

`16:9`/`9:16` aspect ratios.

400+

</Accordion>

392401

<Accordion title="Qwen">

393402

Same DashScope backend as Alibaba. Reference inputs must be remote

394403

`http(s)` URLs; local files are rejected upfront.