openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
55 lines (54 loc) • 1.04 kB
JSON
{
"id": "vydra",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"vydra"
],
"setup": {
"providers": [
{
"id": "vydra",
"envVars": [
"VYDRA_API_KEY"
]
}
]
},
"providerAuthChoices": [
{
"provider": "vydra",
"method": "api-key",
"choiceId": "vydra-api-key",
"choiceLabel": "Vydra API key",
"groupId": "vydra",
"groupLabel": "Vydra",
"groupHint": "Image, video, and speech",
"onboardingScopes": [
"image-generation"
],
"optionKey": "vydraApiKey",
"cliFlag": "--vydra-api-key",
"cliOption": "--vydra-api-key <key>",
"cliDescription": "Vydra API key"
}
],
"contracts": {
"speechProviders": [
"vydra"
],
"imageGenerationProviders": [
"vydra"
],
"videoGenerationProviders": [
"vydra"
]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}