openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
62 lines (61 loc) • 1.17 kB
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": {}
}
}