OpenClaw 自带一个Documentation Index
Fetch the complete documentation index at: https://openclaw.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
fal 提供程序,用于托管图像和视频生成。
| Property | Value |
|---|---|
| Provider | fal |
| Auth | FAL_KEY(规范;FAL_API_KEY 也可作为回退使用) |
| API | fal 模型端点 |
开始使用
图像生成
内置的fal 图像生成提供程序默认使用
fal/fal-ai/flux/dev。
| Capability | Value |
|---|---|
| Max images | 每个请求最多 4 张 |
| Edit mode | 已启用,1 张参考图像 |
| Size overrides | 支持 |
| Aspect ratio | 支持 |
| Resolution | 支持 |
| Output format | png 或 jpeg |
outputFormat: "png"。fal 在 OpenClaw 中没有声明
明确的透明背景控制,因此 background: "transparent" 会被标记为对 fal 模型已忽略的覆盖项。
要将 fal 设为默认图像提供程序:
视频生成
内置的fal 视频生成提供程序默认使用
fal/fal-ai/minimax/video-01-live。
| Capability | Value |
|---|---|
| Modes | 文本生成视频、单图参考、Seedance 参考生成视频 |
| Runtime | 面向长时间运行任务的基于队列的提交/状态/结果流程 |
可用的视频模型
可用的视频模型
HeyGen video-agent:
fal/fal-ai/heygen/v2/video-agent
fal/bytedance/seedance-2.0/fast/text-to-videofal/bytedance/seedance-2.0/fast/image-to-videofal/bytedance/seedance-2.0/fast/reference-to-videofal/bytedance/seedance-2.0/text-to-videofal/bytedance/seedance-2.0/image-to-videofal/bytedance/seedance-2.0/reference-to-video
Seedance 2.0 配置示例
Seedance 2.0 配置示例
Seedance 2.0 参考生成视频配置示例
Seedance 2.0 参考生成视频配置示例
video_generate images、videos 和 audioRefs
参数传入,总参考文件数最多 12 个。HeyGen video-agent 配置示例
HeyGen video-agent 配置示例
相关内容
图像生成
共享的图像工具参数和提供程序选择。
视频生成
共享的视频工具参数和提供程序选择。
配置参考
代理默认值,包括图像和视频模型选择。