mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 14:30:57 +00:00
28 lines
601 B
JSON
28 lines
601 B
JSON
{
|
|
"id": "fal",
|
|
"providers": ["fal"],
|
|
"providerAuthEnvVars": {
|
|
"fal": ["FAL_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "fal",
|
|
"method": "api-key",
|
|
"choiceId": "fal-api-key",
|
|
"choiceLabel": "fal API key",
|
|
"groupId": "fal",
|
|
"groupLabel": "fal",
|
|
"groupHint": "Image generation",
|
|
"optionKey": "falApiKey",
|
|
"cliFlag": "--fal-api-key",
|
|
"cliOption": "--fal-api-key <key>",
|
|
"cliDescription": "fal API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|