Files
openclaw/extensions/fal/openclaw.plugin.json
2026-05-27 10:40:54 +01:00

48 lines
1.0 KiB
JSON

{
"id": "fal",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": ["fal"],
"setup": {
"providers": [
{
"id": "fal",
"envVars": ["FAL_KEY", "FAL_API_KEY"]
}
]
},
"providerAuthChoices": [
{
"provider": "fal",
"method": "api-key",
"choiceId": "fal-api-key",
"choiceLabel": "fal API key",
"groupId": "fal",
"groupLabel": "fal",
"groupHint": "Image, video, and music generation",
"onboardingScopes": ["image-generation", "music-generation"],
"optionKey": "falApiKey",
"cliFlag": "--fal-api-key",
"cliOption": "--fal-api-key <key>",
"cliDescription": "fal API key"
}
],
"contracts": {
"imageGenerationProviders": ["fal"],
"musicGenerationProviders": ["fal"],
"videoGenerationProviders": ["fal"]
},
"videoGenerationProviderMetadata": {
"fal": {
"referenceAudioInputs": true
}
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}