mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"id": "fish-audio-speech",
|
|
"legacyPluginIds": ["fish-audio"],
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"name": "Fish Audio",
|
|
"description": "Fish Audio S2.1 hosted text-to-speech with streaming, voice notes, and telephony output.",
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "fish-audio",
|
|
"envVars": ["FISH_API_KEY", "FISH_AUDIO_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"contracts": {
|
|
"speechProviders": ["fish-audio"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|