Files
openclaw/extensions/gradium/openclaw.plugin.json
Laurent Mazare d7e2939791 feat: add Gradium text-to-speech provider (#64958)
Adds the Gradium bundled plugin with TTS and speech-provider registration, docs, label routing, and focused/live coverage.

Also carries the current main lint cleanup needed for the rebased CI lane.

Co-authored-by: laurent <laurent.mazare@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-24 18:43:53 +01:00

15 lines
249 B
JSON

{
"id": "gradium",
"providerAuthEnvVars": {
"gradium": ["GRADIUM_API_KEY"]
},
"contracts": {
"speechProviders": ["gradium"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}