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:
+3
-16
@@ -114,11 +114,11 @@ GEMINI_MODELS = [
|
|||||||
|
|
||||||
GEMINI_FLASH_MODELS = [
|
GEMINI_FLASH_MODELS = [
|
||||||
{
|
{
|
||||||
"id": "gemini-3-flash-preview",
|
"id": "gemini-3.5-flash",
|
||||||
"description": "Gemini 3 Flash,快速多模态文本生成,通过 thinkingConfig 控制思考等级",
|
"description": "Gemini 3.5 Flash,快速多模态文本生成,通过 thinkingConfig 控制思考等级",
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
"endpoint_type": "standard",
|
"endpoint_type": "standard",
|
||||||
"endpoint": "/v1beta/models/gemini-3-flash-preview:generateContent",
|
"endpoint": "/v1beta/models/gemini-3.5-flash:generateContent",
|
||||||
"thinking_config": {
|
"thinking_config": {
|
||||||
"低": "low",
|
"低": "low",
|
||||||
"中": "medium",
|
"中": "medium",
|
||||||
@@ -137,19 +137,6 @@ GEMINI_FLASH_MODELS = [
|
|||||||
"中": "high"
|
"中": "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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -26,10 +26,12 @@ from ..utils.file_types import FileList
|
|||||||
|
|
||||||
SUPPORTED_MODELS = [
|
SUPPORTED_MODELS = [
|
||||||
"gpt-5.5",
|
"gpt-5.5",
|
||||||
"gemini-3.1-flash-lite-preview",
|
|
||||||
"gemini-3.1-pro-preview",
|
"gemini-3.1-pro-preview",
|
||||||
"deepseek-v4-pro",
|
"deepseek-v4-pro",
|
||||||
"doubao-seed-2-0-pro-260215",
|
"claude-opus-4-7",
|
||||||
|
"claude-opus-4-6",
|
||||||
|
"gemini-3.5-flash",
|
||||||
|
"doubao-seed-2.0-pro",
|
||||||
]
|
]
|
||||||
|
|
||||||
# 图片缩放最大尺寸
|
# 图片缩放最大尺寸
|
||||||
|
|||||||
Reference in New Issue
Block a user