OpenClaw ships a bundledDocumentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
fal provider for hosted image and video generation.
| Property | Value |
|---|---|
| Provider | fal |
| Auth | FAL_KEY (canonical; FAL_API_KEY also works as a fallback) |
| API | fal model endpoints |
Getting started
Image generation
The bundledfal image-generation provider defaults to
fal/fal-ai/flux/dev.
| Capability | Value |
|---|---|
| Max images | 4 per request |
| Edit mode | Flux: 1 reference image; GPT Image 2: 10; Nano Banana 2: 14 |
| Size overrides | Supported |
| Aspect ratio | Supported for generate and GPT Image 2/Nano Banana 2 edit |
| Resolution | Supported |
| Output format | png or jpeg |
outputFormat: "png" when you want PNG output. fal does not declare an
explicit transparent-background control in OpenClaw, so background: "transparent" is reported as an ignored override for fal models.
To use fal as the default image provider:
Video generation
The bundledfal video-generation provider defaults to
fal/fal-ai/minimax/video-01-live.
| Capability | Value |
|---|---|
| Modes | Text-to-video, single-image reference, Seedance reference-to-video |
| Runtime | Queue-backed submit/status/result flow for long-running jobs |
Available video models
Available video models
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 config example
Seedance 2.0 config example
Seedance 2.0 reference-to-video config example
Seedance 2.0 reference-to-video config example
video_generate images, videos, and audioRefs
parameters, with at most 12 total reference files.HeyGen video-agent config example
HeyGen video-agent config example
Related
Image generation
Shared image tool parameters and provider selection.
Video generation
Shared video tool parameters and provider selection.
Configuration reference
Agent defaults including image and video model selection.