Files
openclaw/extensions/fal/openclaw.plugin.json
Peter Steinberger f453904165 feat: add fal and OpenRouter music generation (#82789)
* feat: add fal and OpenRouter music generation

* fix: repair music generation CI gates

* chore: refresh proof gate
2026-05-17 02:05:22 +01:00

38 lines
920 B
JSON

{
"id": "fal",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": ["fal"],
"providerAuthEnvVars": {
"fal": ["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"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}