fal provider for hosted image, video, and music
generation.
Getting started
1
Set the API key
--fal-api-key <key> or export FAL_KEY.
Onboarding also sets fal/fal-ai/flux/dev as the default image model when
none is configured.2
Set a default image model
Image generation
The bundledfal image-generation provider defaults to
fal/fal-ai/flux/dev.
Edit requests (reference images via the shared
image / images parameters)
route to a per-model edit endpoint with per-model reference limits:
Krea 2 models use fal’s native Krea payload schema. OpenClaw sends
aspect_ratio, creativity, and image_style_references instead of the
generic image_size / edit-endpoint payload used by Flux. The model refs are:
fal/krea/v2/medium/text-to-imagefal/krea/v2/large/text-to-image
fal.creativity: "medium"; supported values are
raw, low, medium, and high.
Krea 2 exposes aspect ratio, not image_size, in fal’s request schema. Prefer
aspectRatio; OpenClaw maps size to the closest supported Krea aspect ratio
and rejects resolution for Krea rather than dropping it.
Use outputFormat: "png" when you want PNG output from fal models that expose
output_format. fal does not declare an explicit transparent-background
control in OpenClaw, so background: "transparent" is reported as an ignored
override for fal models.
Krea 2 endpoints do not expose an output_format request field through fal, so
OpenClaw rejects outputFormat overrides for Krea requests.
To use Krea 2 Medium:
Video generation
The bundledfal video-generation provider defaults to
fal/fal-ai/minimax/video-01-live.
Available video models
Available video models
MiniMax (default):
fal/fal-ai/minimax/video-01-live
fal/fal-ai/heygen/v2/video-agent
fal/fal-ai/kling-video/v2.1/master/text-to-videofal/fal-ai/wan/v2.2-a14b/text-to-videofal/fal-ai/wan/v2.2-a14b/image-to-video
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
aspectRatio, size, resolution, durations of 4-15 seconds, and
an audio toggle.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. Audio references require
at least one image or video reference in the same request.HeyGen video-agent config example
HeyGen video-agent config example
Music generation
The bundledfal plugin also registers a music-generation provider for the
shared music_generate tool.
Use fal as the default music provider:
fal-ai/minimax-music/v2.6 supports explicit lyrics and instrumental mode,
but not both in the same request. ACE-Step and Stable Audio are
prompt-to-audio endpoints; choose them with the model override when you want
those model families. ACE-Step rejects explicit lyrics; Stable Audio rejects
both lyrics and instrumental mode.
Related
Image generation
Shared image tool parameters and provider selection.
Video generation
Shared video tool parameters and provider selection.
Music generation
Shared music tool parameters and provider selection.
Configuration reference
Agent defaults including image, video, and music model selection.