feat: 更新模型列表,移除旧模型并新增 gemini-3.5-flash 等

- Flash 模型:移除 gemini-3-flash-preview 和 gemini-3.1-flash-lite-preview,新增 gemini-3.5-flash
- 全能LLM:移除 gemini-3.1-flash-lite-preview 和 doubao-seed-2-0-pro-260215,新增 claude-opus-4-7、claude-opus-4-6、gemini-3.5-flash、doubao-seed-2.0-pro

Co-Authored-By: Claude Opus 4.7 <[email protected]>
This commit is contained in:
o1key
2026-05-20 11:28:21 +08:00
co-authored by Claude Opus 4.7
parent 45deea2b06
commit c491731c99
2 changed files with 7 additions and 18 deletions
+3 -16
View File
@@ -114,11 +114,11 @@ GEMINI_MODELS = [
GEMINI_FLASH_MODELS = [
{
"id": "gemini-3-flash-preview",
"description": "Gemini 3 Flash,快速多模态文本生成,通过 thinkingConfig 控制思考等级",
"id": "gemini-3.5-flash",
"description": "Gemini 3.5 Flash,快速多模态文本生成,通过 thinkingConfig 控制思考等级",
"enabled": True,
"endpoint_type": "standard",
"endpoint": "/v1beta/models/gemini-3-flash-preview:generateContent",
"endpoint": "/v1beta/models/gemini-3.5-flash:generateContent",
"thinking_config": {
"": "low",
"": "medium",
@@ -137,19 +137,6 @@ GEMINI_FLASH_MODELS = [
"": "high"
}
},
{
"id": "gemini-3.1-flash-lite-preview",
"description": "Gemini 3.1 Flash Lite,轻量级多模态文本生成,通过 thinkingConfig 控制思考等级",
"enabled": True,
"endpoint_type": "standard",
"endpoint": "/v1beta/models/gemini-3.1-flash-lite-preview:generateContent",
"thinking_config": {
"": "low",
"": "medium",
"": "high"
}
}
]