From 0c8e5c9713f59b4f39b17adbcfd0cbcc1e8c404d Mon Sep 17 00:00:00 2001 From: PR Bot Date: Thu, 19 Mar 2026 02:46:02 +0800 Subject: [PATCH] feat: upgrade MiniMax recommended model from M2.5 to M2.7 - Update model recommendation tables in start guides (en/zh) - Update API section model lists in introduction pages (en/zh) - MiniMax-M2.7 is the latest flagship model with enhanced reasoning and coding --- docs/pages/docs/introduction.en-US.md | 2 +- docs/pages/docs/introduction.zh-CN.md | 2 +- docs/pages/docs/start.en-US.md | 2 +- docs/pages/docs/start.zh-CN.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/docs/introduction.en-US.md b/docs/pages/docs/introduction.en-US.md index d32e3f45..2147006d 100644 --- a/docs/pages/docs/introduction.en-US.md +++ b/docs/pages/docs/introduction.en-US.md @@ -99,7 +99,7 @@ docker run -d -p 8501:8501 --gpus all videolingo ## API The project supports OpenAI-Like API format and various dubbing interfaces: -- `claude-sonnet-4-6`, `gpt-5.2`, `gemini-3-flash`, `deepseek-v3`, `minimax-m2.5`, `kimi-k2.5`, ... (sorted by performance) +- `claude-sonnet-4-6`, `gpt-5.2`, `gemini-3-flash`, `deepseek-v3`, `minimax-m2.7`, `kimi-k2.5`, ... (sorted by performance) - `azure-tts`, `openai-tts`, `siliconflow-fishtts`, `fish-tts`, `GPT-SoVITS` For detailed installation, API configuration, and batch mode instructions, please refer to the documentation: [English](/docs/pages/docs/start.en-US.md) | [中文](/docs/pages/docs/start.zh-CN.md) diff --git a/docs/pages/docs/introduction.zh-CN.md b/docs/pages/docs/introduction.zh-CN.md index 03da0d93..983418d5 100644 --- a/docs/pages/docs/introduction.zh-CN.md +++ b/docs/pages/docs/introduction.zh-CN.md @@ -101,7 +101,7 @@ docker run -d -p 8501:8501 --gpus all videolingo ## API 本项目支持 OpenAI-Like 格式的 api 和多种配音接口: -- `claude-sonnet-4-6`, `gpt-5.2`, `gemini-3-flash`, `deepseek-v3`, `minimax-m2.5`, `kimi-k2.5`, ...(按效果排序) +- `claude-sonnet-4-6`, `gpt-5.2`, `gemini-3-flash`, `deepseek-v3`, `minimax-m2.7`, `kimi-k2.5`, ...(按效果排序) - `azure-tts`, `openai-tts`, `siliconflow-fishtts`, `fish-tts`, `GPT-SoVITS` 详细的安装、 API 配置、汉化、批量说明可以参见文档:[English](/docs/pages/docs/start.en-US.md) | [简体中文](/docs/pages/docs/start.zh-CN.md) diff --git a/docs/pages/docs/start.en-US.md b/docs/pages/docs/start.en-US.md index 8de34745..0cce92c6 100644 --- a/docs/pages/docs/start.en-US.md +++ b/docs/pages/docs/start.en-US.md @@ -12,7 +12,7 @@ VideoLingo requires an LLM and TTS(optional). For the best quality, use claude-3 | gpt-5.2 | [OpenAI](https://openai.com) | 🤩 | ⭐⭐⭐ | | gemini-3-flash | [Google](https://ai.google.dev) | 😃 | ⭐⭐⭐⭐⭐ | | gemini-3.1-pro | [Google](https://ai.google.dev) | 🤩 | ⭐⭐⭐ | -| minimax-m2.5 | [MiniMax](https://www.minimax.io) | 😃 | ⭐⭐⭐⭐⭐ | +| minimax-m2.7 | [MiniMax](https://www.minimax.io) | 🤩 | ⭐⭐⭐⭐⭐ | | kimi-k2.5 | [Moonshot AI](https://www.moonshot.cn) | 😃 | ⭐⭐⭐⭐ | | deepseek-v3 | [DeepSeek](https://www.deepseek.com) | 🥳 | ⭐⭐⭐⭐ | | qwen3-32b | [Ollama](https://ollama.ai) self-hosted | 😃 | ♾️ Free | diff --git a/docs/pages/docs/start.zh-CN.md b/docs/pages/docs/start.zh-CN.md index 972c84e7..c0267879 100644 --- a/docs/pages/docs/start.zh-CN.md +++ b/docs/pages/docs/start.zh-CN.md @@ -12,7 +12,7 @@ | gpt-5.2 | [OpenAI](https://openai.com) | 🤩 | ⭐⭐⭐ | | gemini-3-flash | [Google](https://ai.google.dev) | 😃 | ⭐⭐⭐⭐⭐ | | gemini-3.1-pro | [Google](https://ai.google.dev) | 🤩 | ⭐⭐⭐ | -| minimax-m2.5 | [MiniMax](https://www.minimax.io) | 😃 | ⭐⭐⭐⭐⭐ | +| minimax-m2.7 | [MiniMax](https://www.minimax.io) | 🤩 | ⭐⭐⭐⭐⭐ | | kimi-k2.5 | [Moonshot AI](https://www.moonshot.cn) | 😃 | ⭐⭐⭐⭐ | | deepseek-v3 | [DeepSeek](https://www.deepseek.com) | 🥳 | ⭐⭐⭐⭐ | | qwen3-32b | [Ollama](https://ollama.ai) 本地部署 | 😃 | ♾️ 免费 |