/
/
/
1{
2 "type": "plugin",
3 "domain": "openai_tts",
4 "stage": "alpha",
5 "name": "OpenAI Text-to-speech",
6 "description": "Turns text into speech using the OpenAI speech API, and works with self-hostable servers that implement the same endpoint such as Kokoro-FastAPI, LocalAI and Speaches.",
7 "codeowners": ["@music-assistant"],
8 "documentation": "https://music-assistant.io/plugins/openai_tts/",
9 "multi_instance": true,
10 "builtin": false,
11 "icon": "text-to-speech",
12 "requirements": []
13}
14