Files
openclaw/extensions/fal/openclaw.plugin.json
T

34 lines
795 B
JSON
Raw Normal View History

2026-03-17 21:35:13 -07:00
{
"id": "fal",
"enabledByDefault": true,
2026-03-17 21:35:13 -07:00
"providers": ["fal"],
"providerAuthEnvVars": {
2026-04-06 00:07:53 +01:00
"fal": ["FAL_KEY", "FAL_API_KEY"]
2026-03-17 21:35:13 -07:00
},
"providerAuthChoices": [
{
"provider": "fal",
"method": "api-key",
"choiceId": "fal-api-key",
"choiceLabel": "fal API key",
"groupId": "fal",
"groupLabel": "fal",
"groupHint": "Image generation",
"onboardingScopes": ["image-generation"],
2026-03-17 21:35:13 -07:00
"optionKey": "falApiKey",
"cliFlag": "--fal-api-key",
"cliOption": "--fal-api-key <key>",
"cliDescription": "fal API key"
}
],
"contracts": {
"imageGenerationProviders": ["fal"],
"videoGenerationProviders": ["fal"]
},
2026-03-17 21:35:13 -07:00
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}