From 772729574aacb9ea0f480049f9cf3164c8605cf8 Mon Sep 17 00:00:00 2001 From: Cb1ock Date: Wed, 19 Nov 2025 19:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=80=E6=96=B0=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/models.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/models.json b/config/models.json index 54cc33a..56b4cd8 100644 --- a/config/models.json +++ b/config/models.json @@ -64,6 +64,14 @@ "version": "20250514", "description": "高性能的Claude 4 Sonnet模型,支持图像理解和思考过程" }, + "claude-sonnet-4-5-20250929": { + "name": "Claude 4.5 Sonnet", + "provider": "anthropic", + "supportsMultimodal": true, + "isReasoning": true, + "version": "20250929", + "description": "Claude Sonnet 4.5 版,兼具多模态理解与最新推理能力" + }, "gpt-4o-2024-11-20": { "name": "GPT-4o", "provider": "openai", @@ -80,6 +88,14 @@ "version": "2025-08-07", "description": "OpenAI旗舰级GPT-5模型,支持多模态输入与高级推理" }, + "gpt-5-1": { + "name": "GPT-5.1", + "provider": "openai", + "supportsMultimodal": true, + "isReasoning": true, + "version": "latest", + "description": "GPT-5.1 新版旗舰模型,强化长上下文与推理表现" + }, "gpt-5-codex-high": { "name": "GPT Codex High", "provider": "openai", @@ -152,6 +168,14 @@ "version": "latest", "description": "Google更快速的Gemini 2.0 Flash模型,支持图像理解,有免费配额" }, + "gemini-3-pro": { + "name": "Gemini 3 Pro", + "provider": "google", + "supportsMultimodal": true, + "isReasoning": true, + "version": "latest", + "description": "Google Gemini 3 Pro 顶级推理模型,面向复杂多模态任务" + }, "doubao-seed-1-6-250615": { "name": "Doubao-Seed-1.6", "provider": "doubao",