From b884d7081401dfa4ab0793527879c9a859f2bd95 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 6 Jul 2026 11:55:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20ky-demucs-separate=20model=20d?= =?UTF-8?q?esc=20=E2=80=94=20add=20MIDI=20replace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index e1f8c0c..8668894 100644 --- a/docs/API.md +++ b/docs/API.md @@ -829,7 +829,7 @@ Base url: `https://token.opencomputing.cn/llmage/v1` | model | 功能 | 模式 | 计费 | |-------|------|------|------| | `ky-asr-transcribe` | 语音转文字+时间戳 | 同步 | 0.01元/次 | -| `ky-demucs-separate` | 人声/伴奏分离 | 同步 | 0.01元/次 | +| `ky-demucs-separate` | 人声/伴奏分离(支持MIDI乐器替换) | 同步 | 0.01元/次 | | `ky-face-detect` | 人脸检测 | 同步 | 0.01元/次 | | `ky-face-recognize` | 人脸识别 | 同步 | 0.01元/次 | | `ky-face-compare` | 人脸比对 | 同步 | 0.01元/次 |