feat: 支持 MiniMax 音色克隆和 2.8 语音模型
This commit is contained in:
@@ -1023,6 +1023,7 @@ func modelCatalogCapabilityDefinitions() []ModelCatalogFilterOption {
|
||||
{Value: "video_understanding", Label: "视频理解"},
|
||||
{Value: "audio_generate", Label: "音频生成"},
|
||||
{Value: "text_to_speech", Label: "语音合成"},
|
||||
{Value: "voice_clone", Label: "音色克隆"},
|
||||
{Value: "audio_understanding", Label: "音频理解"},
|
||||
{Value: "text_embedding", Label: "Embedding"},
|
||||
{Value: "text_rerank", Label: "重排序"},
|
||||
@@ -1183,6 +1184,7 @@ func capabilityLabel(value string) string {
|
||||
"video_understanding": "视频理解",
|
||||
"audio_generate": "音频生成",
|
||||
"text_to_speech": "语音合成",
|
||||
"voice_clone": "音色克隆",
|
||||
"audio_understanding": "音频理解",
|
||||
"tools_call": "工具调用",
|
||||
"omni": "全模态",
|
||||
|
||||
Reference in New Issue
Block a user