mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: add icon support for speech providers and update related configurations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: Alibaba Cloud Speech
|
||||
client_type: alibabacloud-speech
|
||||
icon: bailian-color
|
||||
|
||||
models:
|
||||
- model_id: cosyvoice-tts
|
||||
name: CosyVoice TTS
|
||||
type: speech
|
||||
@@ -0,0 +1,7 @@
|
||||
name: Deepgram Speech
|
||||
client_type: deepgram-speech
|
||||
|
||||
models:
|
||||
- model_id: deepgram-tts
|
||||
name: Deepgram TTS
|
||||
type: speech
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Edge
|
||||
client_type: edge-speech
|
||||
icon: edge
|
||||
icon: microsoft
|
||||
|
||||
models:
|
||||
- model_id: edge-read-aloud
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
name: ElevenLabs Speech
|
||||
client_type: elevenlabs-speech
|
||||
|
||||
models:
|
||||
- model_id: elevenlabs-tts
|
||||
name: ElevenLabs TTS
|
||||
type: speech
|
||||
@@ -0,0 +1,8 @@
|
||||
name: Microsoft Speech
|
||||
client_type: microsoft-speech
|
||||
icon: azure-color
|
||||
|
||||
models:
|
||||
- model_id: microsoft-tts
|
||||
name: Microsoft TTS
|
||||
type: speech
|
||||
@@ -0,0 +1,8 @@
|
||||
name: MiniMax Speech
|
||||
client_type: minimax-speech
|
||||
icon: minimax-color
|
||||
|
||||
models:
|
||||
- model_id: minimax-tts
|
||||
name: MiniMax TTS
|
||||
type: speech
|
||||
@@ -0,0 +1,8 @@
|
||||
name: OpenAI Speech
|
||||
client_type: openai-speech
|
||||
icon: openai
|
||||
|
||||
models:
|
||||
- model_id: gpt-4o-mini-tts
|
||||
name: GPT-4o Mini TTS
|
||||
type: speech
|
||||
@@ -0,0 +1,8 @@
|
||||
name: OpenRouter Speech
|
||||
client_type: openrouter-speech
|
||||
icon: openrouter
|
||||
|
||||
models:
|
||||
- model_id: openrouter-tts
|
||||
name: OpenRouter TTS
|
||||
type: speech
|
||||
@@ -0,0 +1,8 @@
|
||||
name: Volcengine Speech
|
||||
client_type: volcengine-speech
|
||||
icon: volcengine-color
|
||||
|
||||
models:
|
||||
- model_id: sami-tts
|
||||
name: SAMI TTS
|
||||
type: speech
|
||||
Reference in New Issue
Block a user